@@ -32,7 +32,7 class GraphicsButton : public QWidget | |||||
32 | public: |
|
32 | public: | |
33 | explicit GraphicsButton(const QString &path, QDir appFolder, const QString &app, QWidget *parent = 0); |
|
33 | explicit GraphicsButton(const QString &path, QDir appFolder, const QString &app, QWidget *parent = 0); | |
34 | ~GraphicsButton(); |
|
34 | ~GraphicsButton(); | |
35 | q |
|
35 | ||
36 | protected: |
|
36 | protected: | |
37 | void mousePressEvent(QMouseEvent *event); |
|
37 | void mousePressEvent(QMouseEvent *event); | |
38 | void paintEvent(QPaintEvent *event); |
|
38 | void paintEvent(QPaintEvent *event); |
General Comments 0
You need to be logged in to leave comments.
Login now