Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2014
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. QSize sz(QApplication::desktop()->size());
  2. main_window->setFixedSize(sz.width() + 1, sz.height() + 1);
  3. main_window->showFullScreen();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement