Hello again.
I have new problem with Qt on Mac OS. I need fullscreen window in my app, and QMainWindow::showFullScreen() works fine on osx 10.7+, but when I trying to close it, gray fullscreen frame still appears. How to close fullscreen window on osx correctly?
Steps to reproduse:
1. Create QMainWindow subclass as main window of app;
2. Create window instance, then call it’s showFullScreen() method to show it;
3. Call close() method to close window.
Thanks!
↧