Footer QML Type
A status bar displayed at the bottom of the control panel. More...
| Import Statement: | import QtInterfaceFramework.ControlPanelHelper 1.0 |
| Inherits: |
Properties
- connected : bool
- currentZone : string
- interfaceName : string
- isZoned : bool
- moduleName : string
Detailed Description
Footer shows connection status with an animated indicator, the current interface name, the active zone (when applicable), and the module name. It gives the user an at-a-glance overview of the simulation context.
Usage
Footer {
connected: backend.isConnected
interfaceName: "ClimateControl"
isZoned: true
currentZone: "FrontLeft"
moduleName: "QtIfVehicleFunctions"
}Property Documentation
connected : bool
This property holds whether the backend is connected. Controls the color and animation of the status indicator.
currentZone : string
This property holds the name of the currently active zone.
interfaceName : string
This property holds the name of the currently selected interface.
isZoned : bool
This property holds whether the current interface supports zones. When true, the currentZone label is shown.
moduleName : string
This property holds the module name displayed at the right side of the footer.
© 2026 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.