Class CheckBox
Inherits the following classes: EditorWidgetBase
Public Properties
| Type | Name |
|---|---|
| property string | checkedLabel |
| property bool | isBool |
| property bool | isNull |
| property string | uncheckedLabel |
Public Properties inherited from EditorWidgetBase
See EditorWidgetBase
| Type | Name |
|---|---|
| property bool | hasMenu |
| property bool | isLoaded |
| property Menu | menu |
Public Signals inherited from EditorWidgetBase
See EditorWidgetBase
| Type | Name |
|---|---|
| signal void | requestBarcode (var item) |
| signal void | requestGeometry (var item, var layer) |
| signal void | requestJumpToPoint (var center, real scale, bool handleMargins) |
| signal void | valueChangeRequested (var value, bool isNull) |
Public Properties Documentation
property checkedLabel
string CheckBox::checkedLabel;
property isBool
bool CheckBox::isBool;
Remark:
This property is read-only
property isNull
bool CheckBox::isNull;
property uncheckedLabel
string CheckBox::uncheckedLabel;
The documentation for this class was generated from the following file src/qml/editorwidgets/CheckBox.qml