Home
last modified time | relevance | path

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

/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqml.h706 inline int qmlRegisterSingletonType(const char *uri, int versionMajor, int versionMinor, const char… in qmlRegisterSingletonType() function
722 inline int qmlRegisterSingletonType(const char *uri, int versionMajor, int versionMinor, const char… in qmlRegisterSingletonType() function
740 int qmlRegisterSingletonType(const char *uri, int versionMajor, int versionMinor, const char *typeN… in qmlRegisterSingletonType() function
775 inline int qmlRegisterSingletonType(const QUrl &url, const char *uri, int versionMajor, int version… in qmlRegisterSingletonType() function
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqml.h706 inline int qmlRegisterSingletonType(const char *uri, int versionMajor, int versionMinor, const char… in qmlRegisterSingletonType() function
722 inline int qmlRegisterSingletonType(const char *uri, int versionMajor, int versionMinor, const char… in qmlRegisterSingletonType() function
740 int qmlRegisterSingletonType(const char *uri, int versionMajor, int versionMinor, const char *typeN… in qmlRegisterSingletonType() function
775 inline int qmlRegisterSingletonType(const QUrl &url, const char *uri, int versionMajor, int version… in qmlRegisterSingletonType() function
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/share/qtcreator/translations/
H A Dqtcreator_da.ts31014 …<source>Choose a type that is registered using qmlRegisterType or qmlRegisterSingletonType. The ty… alias
31015 …lg en type som er registreret ved brug af qmlRegisterType eller qmlRegisterSingletonType. Typen vi… alias
H A Dqtcreator_ru.ts39334 …<source>Choose a type that is registered using qmlRegisterType or qmlRegisterSingletonType. The ty… alias
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyQt5/
H A DQtQml.py1002 def qmlRegisterSingletonType(url, uri, major, minor, qmlName): function
1006 def qmlRegisterSingletonType(uri, major, minor, typeName, factory): function