28 #include <QButtonGroup> |
28 #include <QButtonGroup> |
29 #include <QCheckBox> |
29 #include <QCheckBox> |
30 #include <map> |
30 #include <map> |
31 |
31 |
32 #include "widgets.h" |
32 #include "widgets.h" |
33 #include "moc_widgets.cxx" |
|
34 |
33 |
35 // ============================================================================= |
34 // ============================================================================= |
36 // ----------------------------------------------------------------------------- |
35 // ----------------------------------------------------------------------------- |
37 RadioBox::RadioBox (const QString& title, QWidget* parent) : QGroupBox (title, parent) { |
36 RadioBox::RadioBox (const QString& title, QWidget* parent) : QGroupBox (title, parent) { |
38 init (Qt::Vertical); |
37 init (Qt::Vertical); |