Mercurial > hg > svgui
comparison widgets/NotifyingPushButton.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 | 5b7472db612b |
children | 7609580fb05a |
comparison
equal
deleted
inserted
replaced
1179:7c31eb5bc77d | 1180:6a6a63506e3f |
---|---|
24 */ | 24 */ |
25 | 25 |
26 class NotifyingPushButton : public QPushButton | 26 class NotifyingPushButton : public QPushButton |
27 { | 27 { |
28 Q_OBJECT | 28 Q_OBJECT |
29 | |
29 public: | 30 public: |
30 | |
31 NotifyingPushButton(QWidget *parent = 0) : | 31 NotifyingPushButton(QWidget *parent = 0) : |
32 QPushButton(parent) { } | 32 QPushButton(parent) { } |
33 | 33 |
34 virtual ~NotifyingPushButton(); | 34 virtual ~NotifyingPushButton(); |
35 | 35 |