Mercurial > hg > svgui
comparison widgets/LEDButton.h @ 1174:3f5c82034f9b more-hidpi
Scale the sizes of a few more UI elements
author | Chris Cannam |
---|---|
date | Mon, 05 Dec 2016 12:04:23 +0000 |
parents | f4960f8ce798 |
children | a18e78b9c78b |
comparison
equal
deleted
inserted
replaced
1173:db90fee630bc | 1174:3f5c82034f9b |
---|---|
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; |