with Conan version 1.51.3 it returns set(ZLIB_VERSION "1.2.12") Can you please upgrade conan and then retry ? EDIT: The problem appeared with the update of zlib recipe 13 days ago in #12075. it is fixed with conan-io/conan#11790 so you need to use at least conan 1.51.1 Author hw...
\note Native event filters will be disabled in the application when the Qt::AA_PluginApplication attribute is set. For maximum portability, you should always try to use QEvent and QObject::installEventFilter() whenever possible. \sa QObject::installEventFilter() \since 5.0 */ void QCore...
Note that this function is only available on Mac where mnemonics are disabled by default. To access to this function, use an extern declaration: extern void qt_set_sequence_auto_mnemonic(bool b); See also QShortcut. int qt_symbian_exception2Error ( const std::exception & aThrow ) Convert...
When I uninstalled old NDK versions including21.3.6528147, QT Creator displayed this: and this: After I removedSDK Platform 30: InstalledQT Creator 6.0, but it did not help. Tried to removeQT Creator settings files%SystemDrive%\Documents and Settings\%USERNAME%\Application Data\QtProjectand%Syste...
For example, the following style sheet specifies that allQLineEdits should use yellow as their background color, and allQCheckBoxes should use red as the text color: QLineEdit { background: yellow } QCheckBox { color: red } For this kind of customization, style sheets are much more powerful...
{ locker.relock(); QObjectPrivate::resetCurrentSender(receiver, ¤tSender, previousSender); --connectionLists->inUse; Q_ASSERT(connectionLists->inUse >= 0); if (connectionLists->orphaned && !connectionLists->inUse) delete connectionLists; throw; } #endif locker.relock(); if (qt_...
Qt Note: Using static linking will disable the use of dynamically loaded plugins. Make sure to import all needed static plugins, or compile needed modules into the library. WARNING: Basic cpp/winrt support missing. Some features might not be available. WARNING: QDoc will not be compiled, prob...
If you use the MSVC compiler to build Qt Creator the suggested way is: 1. Download both MSVC and MinGW packages of libclang. 2. Use the MSVC version of libclang during the Qt Creator build. 3. Prepend PATH variable used for the run time with the location of MinGW version of libclang...
(bool) 2 - public: void setDisabled(bool) 3 - public: void setWindowModified(bool) 4 - public: void setWindowTitle(QString) 5 - public: void setStyleSheet(QString styleSheet) 6 - public: void setFocus() 7 - public: void update() 8 - public: void repaint() 9 - public: void ...
This will prevent matches of regexp from being built you may use this to exclude certain projects in a directory included in -make. -profile ... Enable profiling with gprof (adds -pg options) -no-g++-exceptions . Disable exceptions on platforms using the GNU C++ compiler by using the -...