Pouknouki

Main de fenetrePerso

Jul 14th, 2013
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.22 KB | None | 0 0
  1. #include <QApplication>
  2. #include <QPushButton>
  3. #include "fenetrePerso.h"
  4.  
  5. int main(int argc, char *argv[])
  6. {
  7.     QApplication app(argc, argv);
  8.     fenetrePerso maFenetre;
  9.     maFenetre.show();
  10.     return app.exec();
  11.  
  12. }
Advertisement
Add Comment
Please, Sign In to add comment