Guest User

Untitled

a guest
May 24th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.20 KB | None | 0 0
  1. int main(int argc, char *argv[])
  2. {
  3.     QApplication app(argc, argv);
  4.     widgets window;
  5.     window.resize(400, 300);
  6.     window.setWindowTitle("Tits & Beer");
  7.     window.show();
  8.     return app.exec();
  9. }
Add Comment
Please, Sign In to add comment