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.name
is set to the package name.Qt.application.organization
is set to the package author.Qt.application.domain
is set to the package identifier.Qt.application.version
is set to:dev
when the application is run via QtCreator.the package version, with the
-beta
suffix 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.