Inherits MLABFrameControl.
Public Slots | |
| bool | isCheckable () const |
| bool | isChecked () const |
| void | setCheckable (bool checkable) |
| void | setChecked (bool checked) |
| void | setTitle (const QString &title) |
This control shows a box with a title around its child widgets.
MDL reference: Box
| bool MLABBoxControl::isCheckable | ( | ) | const [slot] |
returns if the box is checkable
| bool MLABBoxControl::isChecked | ( | ) | const [slot] |
returns if the box is checked
| void MLABBoxControl::setCheckable | ( | bool | checkable | ) | [slot] |
sets if the box is checkable
| void MLABBoxControl::setChecked | ( | bool | checked | ) | [slot] |
sets if the box is checked
| void MLABBoxControl::setTitle | ( | const QString & | title | ) | [virtual, slot] |
1.5.8