Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #ifndef FENETREPERSO_G
- #define FENETREPERSO_G
- #include <QApplication>
- #include <QWidget>
- #include <QPushButton>
- #include <QProgressBar>
- #include <QSlider>
- class fenetrePerso : public QWidget {
- Q_OBJECT
- public:
- fenetrePerso();
- public slots:
- void changerTaille(int hauteur);
- private:
- QSlider *m_slider;
- };
- #endif // FENETREPERSO_G
Advertisement
Add Comment
Please, Sign In to add comment