Resolution problem
Solved
QML and Qt Quick
-
Hi
I have created a windows
Height= 1080
Width= 1920
When i have run the code then the screen is not coming in full screen and it is moving a bit side with mouse if i move it then it is coming correctly and if i do maximize then it is coming full screenWhy it is not coming in center when i have run the code ??
Why it is going little bit side of the screen?
If i move the window a little bit then i can see full window?? -
Hi, and welcome!
@saivineeth said in Resolution problem:
When i have run the code then the screen is not coming in full screen
If you want the window to be fullscreen, call
showFullScreen()
if i do maximize then it is coming full screen
If you want the window to be maximized, call
showMaximized()