implemented repeatbutton
This commit is contained in:
parent
f10cd0465a
commit
0369b3aa37
16 changed files with 95 additions and 13 deletions
|
@ -28,12 +28,10 @@ class PixWidget : public QWidget
|
|||
PixWidget(QWidget *parent = 0);
|
||||
~PixWidget();
|
||||
void paintEvent (QPaintEvent *event);
|
||||
QWidget *getMW (void) { return m_mw; }
|
||||
public slots:
|
||||
virtual void setPixmaps(Skin *skin);
|
||||
protected:
|
||||
QPixmap m_pixmap;
|
||||
QWidget *m_mw;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue