This is legacy behavior from Qt 3, before we had QFlags and before QVariant could support user types. I cannot find any instance of a getter returning an integer in current Qt or Qt Creator code. And note this only compiles if the flags type with Q_FLAG - not Q_ENUM. The content is wrapped as Qt 6.x only so it can be removed in Qt 7.0. The deprecation warning will come in a later commit, for 6.9. Change-Id: Ie3ddd8025e3b4387866efffd8e8d46c3daa0dff2 Reviewed-by: Ivan Solovev <ivan.solovev@qt.io> (cherry picked from commit 939f7f56227e65c9797d17640a7b9c29166efc44) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> |
||
|---|---|---|
| .. | ||
| auto | ||
| baseline | ||
| benchmarks | ||
| global | ||
| libfuzzer | ||
| manual | ||
| shared | ||
| testserver | ||
| CMakeLists.txt | ||
| README | ||
README
This directory contains autotests and benchmarks based on Qt Test. In order
to run the autotests reliably, you need to configure a desktop to match the
test environment that these tests are written for.
Linux X11:
* The user must be logged in to an active desktop; you can't run the
autotests without a valid DISPLAY that allows X11 connections.
* The tests are run against a KDE3 or KDE4 desktop.
* Window manager uses "click to focus", and not "focus follows mouse". Many
tests move the mouse cursor around and expect this to not affect focus
and activation.
* Disable "click to activate", i.e., when a window is opened, the window
manager should automatically activate it (give it input focus) and not
wait for the user to click the window.