comparison widgets/PropertyBox.h @ 1189:7609580fb05a levelpanwidget

Make play params area of property box look a bit better on OSX
author Chris Cannam
date Thu, 15 Dec 2016 11:54:12 +0000
parents 6a6a63506e3f
children b1e3ee5f1be6
comparison
equal deleted inserted replaced
1188:9907be1c4f89 1189:7609580fb05a
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 QToolButton;
30 class NotifyingPushButton; 31 class NotifyingPushButton;
31 32
32 class PropertyBox : public QFrame 33 class PropertyBox : public QFrame
33 { 34 {
34 Q_OBJECT 35 Q_OBJECT
79 QGridLayout *m_layout; 80 QGridLayout *m_layout;
80 PropertyContainer *m_container; 81 PropertyContainer *m_container;
81 QFrame *m_viewPlayFrame; 82 QFrame *m_viewPlayFrame;
82 QVBoxLayout *m_mainBox; 83 QVBoxLayout *m_mainBox;
83 LEDButton *m_showButton; 84 LEDButton *m_showButton;
84 NotifyingPushButton *m_playButton; 85 QToolButton *m_playButton;
85 std::map<QString, QGridLayout *> m_groupLayouts; 86 std::map<QString, QGridLayout *> m_groupLayouts;
86 std::map<QString, QWidget *> m_propertyControllers; 87 std::map<QString, QWidget *> m_propertyControllers;
87 }; 88 };
88 89
89 #endif 90 #endif