Actions Projects Wiki Security Insights Additional navigation options Files master .github Qt-stubs examples .gitignore .hound.yml CAVEATS.md CONTRIBUTING.md DOCKER.md Dockerfile.vfxplatform2017 Dockerfile.vfxplatform2018 LICENSE Qt.py README.md ...
Many QDeadlineTimer functions deal with time out values, which all are measured in milliseconds. There are two special values, the same as many other Qt functions namedwaitForor similar: 0: no time left, expired -1: infinite time left, timer never expires ...
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 {...
It is therefore not allowed to re-enter any of any QObject functions from your reimplementation and if you lock a mutex in your reimplementation, make sure that you don't call QObject functions with that mutex held in other places or it will result in a deadlock. This function was ...
#ifndef QT_NO_EXCEPTIONS try #endif { QThread *thr =reinterpret_cast<QThread *>(arg); QThreadData *data = QThreadData::get2(thr); { QMutexLocker locker(&thr->d_func()->mutex); // do we need to reset the thread priority?
Qt OPC UA is not included in the Qt installer and must be built from source. The official default backend is based on the open62541 library which has minimal external dependencies and can be built for all supported platforms (Linux, Windows (MinGW32, MSV
Therefore, no OSL changes are required at this time. (See acpiosxf.h) Fixed several problems with the support for the control method SyncLevel parameter. The SyncLevel now works according to the ACPI specification and in concert with the Mutex SyncLevel parameter, since the current SyncLevel ...
I think you're on the right track. The patch did not compile, though. I'm currently building with Qt6 in case that matters. /usr/ports/wip/freecad/work/FreeCAD-0.21.2-4887-g73cb5bafe0/src/Gui/QuantitySpinBox.cpp:446:71: error: no member named 'text' in 'QString' Base::Console...
qorderedmutexlocker_p.h> #include <private/qmutexpool_p.h> #include <new> #include <ctype.h> #include <limits.h> QT_BEGIN_NAMESPACE static int DIRECT_CONNECTION_ONLY = 0; static int *queuedConnectionTypes(const QList<QByteArray> &typeNames) { int *types = new int [typeNames.count(...