Mercurial > hg > svgui
diff 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 |
line wrap: on
line diff
--- a/widgets/PropertyBox.h Thu Dec 15 11:53:52 2016 +0000 +++ b/widgets/PropertyBox.h Thu Dec 15 11:54:12 2016 +0000 @@ -27,6 +27,7 @@ class QVBoxLayout; class QLabel; class LEDButton; +class QToolButton; class NotifyingPushButton; class PropertyBox : public QFrame @@ -81,7 +82,7 @@ QFrame *m_viewPlayFrame; QVBoxLayout *m_mainBox; LEDButton *m_showButton; - NotifyingPushButton *m_playButton; + QToolButton *m_playButton; std::map<QString, QGridLayout *> m_groupLayouts; std::map<QString, QWidget *> m_propertyControllers; };