Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #ifndef FENPRINCIPALE_H
- #define FENPRINCIPALE_H
- #include <QtGui>
- #include "FenFille.h"
- class FenPrincipale : public QWidget
- {
- Q_OBJECT
- public:
- FenPrincipale();
- public slots:
- ouvreFenetreFille();
- private:
- QPushButton *m_bouton;
- FenetreFille *m_fenFille;
- };
- #endif // FENPRINCIPALE_H
Advertisement
Add Comment
Please, Sign In to add comment