Mercurial > hg > svgui
comparison widgets/PropertyBox.h @ 1180:6a6a63506e3f levelpanwidget
Some work on play parameters and level controls in property box
author | Chris Cannam |
---|---|
date | Tue, 06 Dec 2016 09:47:27 +0000 |
parents | ed99d432dc57 |
children | 7609580fb05a |
comparison
equal
deleted
inserted
replaced
1179:7c31eb5bc77d | 1180:6a6a63506e3f |
---|---|
25 class QWidget; | 25 class QWidget; |
26 class QGridLayout; | 26 class QGridLayout; |
27 class QVBoxLayout; | 27 class QVBoxLayout; |
28 class QLabel; | 28 class QLabel; |
29 class LEDButton; | 29 class LEDButton; |
30 class NotifyingPushButton; | |
30 | 31 |
31 class PropertyBox : public QFrame | 32 class PropertyBox : public QFrame |
32 { | 33 { |
33 Q_OBJECT | 34 Q_OBJECT |
34 | 35 |
78 QGridLayout *m_layout; | 79 QGridLayout *m_layout; |
79 PropertyContainer *m_container; | 80 PropertyContainer *m_container; |
80 QFrame *m_viewPlayFrame; | 81 QFrame *m_viewPlayFrame; |
81 QVBoxLayout *m_mainBox; | 82 QVBoxLayout *m_mainBox; |
82 LEDButton *m_showButton; | 83 LEDButton *m_showButton; |
83 LEDButton *m_playButton; | 84 NotifyingPushButton *m_playButton; |
84 std::map<QString, QGridLayout *> m_groupLayouts; | 85 std::map<QString, QGridLayout *> m_groupLayouts; |
85 std::map<QString, QWidget *> m_propertyControllers; | 86 std::map<QString, QWidget *> m_propertyControllers; |
86 }; | 87 }; |
87 | 88 |
88 #endif | 89 #endif |