Lot of fixes for everything.
This commit is contained in:
parent
bdb2d70683
commit
d356989d5e
18 changed files with 253 additions and 47 deletions
1
Button.h
1
Button.h
|
|
@ -10,6 +10,7 @@ class Button : public PixWidget
|
|||
Q_OBJECT
|
||||
public:
|
||||
Button (QWidget *parent, uint btn1, uint btn2);
|
||||
Button (QWidget *parent);
|
||||
~Button ();
|
||||
bool noDrag (void) { return m_nodrag; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue