implemented repeatbutton
This commit is contained in:
parent
f10cd0465a
commit
0369b3aa37
16 changed files with 95 additions and 13 deletions
|
|
@ -17,11 +17,13 @@
|
|||
#include <math.h>
|
||||
|
||||
#include "VolumeSlider.h"
|
||||
#include <QMouseEvent>
|
||||
|
||||
#include "Skin.h"
|
||||
#include "Button.h"
|
||||
|
||||
#include <QMouseEvent>
|
||||
#include <QPainter>
|
||||
|
||||
#define CLAMP(x, low, high) (((x) > (high)) ? (high) : (((x) < (low)) ? (low) : (x)))
|
||||
|
||||
Slider::Slider (QWidget *parent, uint name_min, uint name_max,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue