QtGuiApplication Item
A QtGuiApplication is a convenience item that extends the QtApplication item by loading the Qt.gui module and possibly also the default QPA plugin.
QtGuiApplication Properties
Property | Type | Default | Description |
---|---|---|---|
linkDefaultQpaPlugin | bool | Qt.core.staticBuild == true | Whether or not to add a depencency to the default QPA plugin. The default is to do that in the case of a static build, where it is normally required. |