GridCheckBox Class
Class implements check box widget that used in the grid cell's. More...
| Header: | #include <GridCheckBox> |
| Inherits: | QCheckBox |
Public Types
| enum | Appearance { CheckBoxAppearance, RadioButtonAppearance } |
Detailed Description
Member Type Documentation
enum GridCheckBox::Appearance
The enumerator defines the various modes of visual display of check boxes.
| Constant | Value | Description |
GridCheckBox::CheckBoxAppearance | 0 | A checkbox looks like an ordinary QCheckBox. |
GridCheckBox::RadioButtonAppearance | 1 | A checkbox looks like an ordinary QRadioButton. |