Application¶
The application state is available in the Qt.application object. In
particular, the following mapping is done based on the application description
on the Free Store:
Qt.application.nameis set to the package name.Qt.application.organizationis set to the package author.Qt.application.domainis set to the package identifier.Qt.application.versionis set to:devwhen the application is run via QtCreator.the package version, with the
-betasuffix added when the application is in beta.
- component fbx.application.Application¶
Root of an application
Application main entry point must inherit this component.
This defines some of the hooks required for integration in the system.
Application is not an Item. You may not use c Keys attached property on an Application object.