So I am looking at QScreenOrientationChangeEvent However I cannot seem to find *any* info on it. How do I implement it? Anybody some pointers please?
I tried this code in my mainwindow but it doesn't even fire.
Qt Code:
{ { QDesktopWidget desk; mainwidth = desk.width(); // how do it get this stuff? mainheight = desk.height(); } }To copy to clipboard, switch view to plain text mode
Bookmarks