Mercurial > hg > svgui
comparison widgets/NotifyingPushButton.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 | a18e78b9c78b |
comparison
equal
deleted
inserted
replaced
1188:9907be1c4f89 | 1189:7609580fb05a |
---|---|
11 published by the Free Software Foundation; either version 2 of the | 11 published by the Free Software Foundation; either version 2 of the |
12 License, or (at your option) any later version. See the file | 12 License, or (at your option) any later version. See the file |
13 COPYING included with this distribution for more information. | 13 COPYING included with this distribution for more information. |
14 */ | 14 */ |
15 | 15 |
16 #ifndef _NOTIFYING_PUSH_BUTTON_H_ | 16 #ifndef SV_NOTIFYING_PUSH_BUTTON_H |
17 #define _NOTIFYING_PUSH_BUTTON_H_ | 17 #define SV_NOTIFYING_PUSH_BUTTON_H |
18 | 18 |
19 #include <QPushButton> | 19 #include <QPushButton> |
20 | 20 |
21 /** | 21 /** |
22 * Very trivial enhancement to QPushButton to make it emit signals when | 22 * Very trivial enhancement to QPushButton to make it emit signals |
23 * the mouse enters and leaves (for context help). | 23 * when the mouse enters and leaves (for context help). See also |
24 * NotifyingToolButton | |
24 */ | 25 */ |
25 | 26 |
26 class NotifyingPushButton : public QPushButton | 27 class NotifyingPushButton : public QPushButton |
27 { | 28 { |
28 Q_OBJECT | 29 Q_OBJECT |