if(DEFINED CMAKE_STAGING_PREFIX) message(STATUS "Clearing local standalone test staging prefix (non-cached).") set(CMAKE_STAGING_PREFIX "" PARENT_SCOPE) endif() endfunction() # Meant to be called when configuring examples as part of the main build tree (unless standalone # exampl...
Hybrid C++/script: C++ application code connects a signal to a script function. The script function can, for example, be a function that the user has typed in, or one that you have read from a file. This approach is useful if you have aQObjectbut don't want to expose the object itse...
** ** GNU Lesser General Public License Usage ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License version 3 as published by the Free Software ** Foundation and appearing in the file LICENSE.LGPL3 included in the ** packaging of this file....
Provide feedback We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up {...
Qt::AA_DontUseNativeMenuBar 6 All menubars created while this attribute is set to true won't be used as a native menubar (e.g, the menubar at the top of the main screen on Mac OS X or at the bottom in Windows CE). Qt::AA_MacDontSwapCtrlAndMeta 7 On Mac OS X by default, ...
bytesWritten() is not emitted recursively; if you reenter the event loop or callwaitForBytesWritten() inside a slot connected to the bytesWritten() signal, the signal will not be reemitted (althoughwaitForBytesWritten() may still return true). ...
This can include (but not limited to) checking if a file is placed into a list of files multiple times, if a file cannot be found, etc. qmake supports two different modes of operation. The first mode, which is the default is makefile generation. In this mode, qmake will take a ....
The settings file is now written-to and read-from in a robust manner to avoid data loss when doing an ACPI shutdown or forced shutdown of a machine. (#1241) Git Cola now displays an error message when attempting to open a repository that cannot be accessed due to the new safe.director...
The open62541 repo is included in this project as a git submodule (./depends/open62541.git). So don't forget to clone this repository recursively, or run git submodule update --init --recursive after cloning this repo.The open62541 amalgamation on can be created using the following QMake ...
I noticed that the problem arises (not sure if always) when processing an event recursively:... Debug: SmokeObject::fromPtr(prt 0x26ee5b0, class 0x26ec7a0, allocated 0, copy 0 Debug: SmokeObject::fromPtr(prt 0x26ee5b0, class 0x26a8a00, allocated 0, copy 0 Debug: SmokeObject::...