Issue with fullscreen
Unsolved
QML and Qt Quick
-
After setting fullscreen mainwidow with following code the upper toolbar of application window which is minimize, maximize and close button are not visible
I want to show those also
window.showFullscreen() and for centering
x = Screen.width / 2 - width / 2
y = Screen.height / 2 - height / 2
i use this one. -
@Mc6bullet said in Issue with fullscreen:
I want to show those also
Then this is not what "full-screen" is.
What you want is simply a maximized window: https://doc.qt.io/qt-5/qwidget.html#showMaximized