Mercurial > hg > svgui
comparison widgets/LEDButton.h @ 1203:ff042979331b 3.0-integration
Merge from branch svg, and thus (in some subrepos) from levelpanwidget
author | Chris Cannam |
---|---|
date | Mon, 19 Dec 2016 16:34:38 +0000 |
parents | 3f5c82034f9b |
children | a18e78b9c78b |
comparison
equal
deleted
inserted
replaced
1185:f32828ea63d9 | 1203:ff042979331b |
---|---|
23 The original KDE widget comes in round and rectangular and flat, | 23 The original KDE widget comes in round and rectangular and flat, |
24 raised, and sunken variants. This version retains only the round | 24 raised, and sunken variants. This version retains only the round |
25 sunken variant. This version also implements a simple button API. | 25 sunken variant. This version also implements a simple button API. |
26 */ | 26 */ |
27 | 27 |
28 #ifndef _LED_BUTTON_H_ | 28 #ifndef SV_LED_BUTTON_H |
29 #define _LED_BUTTON_H_ | 29 #define SV_LED_BUTTON_H |
30 | 30 |
31 #include <QWidget> | 31 #include <QWidget> |
32 #include "base/Debug.h" | 32 #include "base/Debug.h" |
33 | 33 |
34 class QColor; | 34 class QColor; |