Defines the style of AppCheckBox items. More...
Import Statement: | import Felgo 4.0 |
Since: | Felgo 2.7.1 |
Inherits: |
This type is used in the global Theme object for the appearance of AppCheckBox items.
borderColorOff : color |
The color of the checkbox's border if it is unchecked. Matches #757575
by default.
borderColorOffDisabled : color |
The color of the checkbox's border if it is unchecked and disabled. Matches Theme::disabledColor by default.
borderColorOn : color |
The color of the checkbox's border if it is checked. Matches platform-specific values by default.
borderColorOnDisabled : color |
The color of the checkbox's border if it is checked and disabled. Matches platform-specific values by default.
borderWidth : real |
The width of the checkbox's border in pixels. The default value is 2
px.
checkBoxSize : real |
The size for the checkbox rectangle of the control. The default value is 20
px.
fillColorOff : color |
The fill color of the checkbox if it is unchecked. It is set to transparent
by default.
fillColorOffDisabled : color |
The fill color of the checkbox if it is unchecked and disabled. Matches Theme::disabledColor, unless no fill color is set for fillColorOff.
fillColorOn : color |
The fill color of the checkbox if it is checked. Matches platform-specific values by default.
fillColorOnDisabled : color |
The fill color of the checkbox if it is checked and disabled. Matches Theme::disabledColor, unless no fill color is set for fillColorOn.
iconColorOff : color |
The color of the checked icon if the checkbox is unchecked. It is set to transparent
by default.
iconColorOffDisabled : color |
The color of the checked icon if the checkbox is disabled and unchecked. Matches iconColorOff by default.
iconColorOn : color |
The color of the checked icon if the checkbox is checked. Matches platform-specific values by default.
iconColorOnDisabled : color |
The color of the checked icon if the checkbox is disabled and checked. Matches platform-specific values by default.
iconSize : real |
The size for the checked icon within the checkbox. Matches platform-specific values by default.
iconType : string |
The icon that is shown within the checkbox. No icon is set by default, which means that the standard icon is used. To completely hide the icon, set its color to transparent
.
Note: This property was renamed from icon
in Felgo 4.0.0. This is because many types already inherit a property AbstractButton::icon from Qt Quick Controls 2.
labelColorOff : color |
The color of the label text if the checkbox is unchecked. It is set to Theme::textColor by default.
labelColorOffDisabled : color |
The color of the label text if the checkbox is disabled and unchecked. It is set to Theme::disabledColor by default.
labelColorOn : color |
The color of the label text if the checkbox is checked. Matches platform-specific values by default.
labelColorOnDisabled : color |
The color of the label text if the checkbox is disabled and checked. It is set to labelColorOffDisabled by default.
radius : real |
The border radius of the checkbox in pixels. The default value is 2
px.
spacing : real |
The spacing between the checkbox and the label text in pixels. The default value is 12
px.