implemented repeatbutton
This commit is contained in:
parent
f10cd0465a
commit
0369b3aa37
16 changed files with 95 additions and 13 deletions
|
@ -22,6 +22,16 @@
|
|||
class QPaintEvent;
|
||||
class QWidget;
|
||||
|
||||
/*
|
||||
* QIcon::Normal for normal apperance
|
||||
* QIcon::Active for pressed state
|
||||
*
|
||||
* QIcon::Off for uncecked state
|
||||
* QIcon::On for checked state
|
||||
*
|
||||
* only QIcon::Normal QIcon::Off combination is necessary
|
||||
*/
|
||||
|
||||
class PixmapButton : public QAbstractButton {
|
||||
Q_OBJECT
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue