Playlist "works"
This commit is contained in:
parent
4c0bffeb6f
commit
65c1011b8a
14 changed files with 710 additions and 19 deletions
3
Button.h
3
Button.h
|
@ -9,7 +9,7 @@ class Button : public PixWidget
|
|||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
Button (QWidget *parent, uint btn1, uint btn2);
|
||||
Button (QWidget *parent, uint btn1, uint btn2, bool pls=false);
|
||||
Button (QWidget *parent);
|
||||
~Button ();
|
||||
bool noDrag (void) { return m_nodrag; }
|
||||
|
@ -34,6 +34,7 @@ class Button : public PixWidget
|
|||
QPixmap m_pixmap_pressed;
|
||||
|
||||
bool m_nodrag;
|
||||
bool m_pls;
|
||||
};
|
||||
|
||||
class ToggleButton : public Button
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue