|
OpenMW
|
Custom implementation of QGroupBox to be used with block classes. More...
#include <groupbox.hpp>
Public Member Functions | |
| GroupBox (QWidget *parent=0) | |
| GroupBox (bool isVisible, QWidget *parent=0) | |
| void | setTitle (const QString &title) |
| void | setBorderVisibility (bool value) |
| bool | borderVisibile () const |
Private Member Functions | |
| void | setMinimumWidth () |
| void | initBox (bool isVisible=true) |
Private Attributes | |
| QString | VISIBLE_BOX_STYLE |
Static Private Attributes | |
| static const QString | INVISIBLE_BOX_STYLE |
Custom implementation of QGroupBox to be used with block classes.
| CSVSettings::GroupBox::GroupBox | ( | QWidget * | parent = 0 | ) | [explicit] |
| CSVSettings::GroupBox::GroupBox | ( | bool | isVisible, |
| QWidget * | parent = 0 |
||
| ) | [explicit] |
| bool CSVSettings::GroupBox::borderVisibile | ( | ) | const |
| void CSVSettings::GroupBox::initBox | ( | bool | isVisible = true | ) | [private] |
| void CSVSettings::GroupBox::setBorderVisibility | ( | bool | value | ) |
| void CSVSettings::GroupBox::setMinimumWidth | ( | ) | [private] |
| void CSVSettings::GroupBox::setTitle | ( | const QString & | title | ) |
const QString CSVSettings::GroupBox::INVISIBLE_BOX_STYLE [static, private] |
QString::fromUtf8("QGroupBox { border: 0px; padding 0px; margin: 0px;}")
QString CSVSettings::GroupBox::VISIBLE_BOX_STYLE [private] |
1.7.6.1