Home
last modified time | relevance | path

Searched defs:PreferSynchronous (Results 1 – 5 of 5) sorted by relevance

/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqmlcomponent.h78 enum CompilationMode { PreferSynchronous, Asynchronous }; enumerator
H A Dqqmltypeloader_p.h81 enum Mode { PreferSynchronous, Asynchronous, Synchronous }; enumerator
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqmlcomponent.h78 enum CompilationMode { PreferSynchronous, Asynchronous }; enumerator
H A Dqqmltypeloader_p.h81 enum Mode { PreferSynchronous, Asynchronous, Synchronous }; enumerator
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyQt5/
H A DQtQml.py310 PreferSynchronous = 0 variable in QQmlComponent