Properties of type QmlWarningIcon¶
Below is a list of the available properties provided by the QmlWarningIcon type. Click on a property name to see its detailed description and examples.
| Property | Description | 
|---|---|
| text | The text displayed in the label. Empty by default, as the label is used for an icon only. | 
| pixmap | The current pixmap (image) shown in the label. Set to :/status-warn.pngby default. | 
| alignment | The alignment of the icon within the label. Centered by default ( Qt.AlignCenter). | 
| visible | Whether the icon is visible. Inherited from QWidget. | 
| enabled | Whether the label is enabled. Inherited from QWidget. |