5import QGroundControl.Controls
8 property alias text: label.text
9 property var acceptFunction: null // Mainly used by MainRootWindow.showMessage to specify accept function in call
10 property var closeFunction: null
27 Layout.preferredWidth: Math.max(mainWindow.width / (ScreenTools.isMobile ? 2 : 3), headerMinWidth)
28 wrapMode: Text.WordWrap