customize my ApplicationWindows in Qml
-
Hello guys, I'm a beginner in QtQuick/Qml. When I delete my title bar from my application to be able to customize it, I realize that there are no longer buttons to reduce, maximize, close, and I can't move the window or even resize my applications to the different corners (top, bottom, left and right). Please help me.
-
Hello guys, I'm a beginner in QtQuick/Qml. When I delete my title bar from my application to be able to customize it, I realize that there are no longer buttons to reduce, maximize, close, and I can't move the window or even resize my applications to the different corners (top, bottom, left and right). Please help me.
@SetupIa said in customize my ApplicationWindows in Qml:
I realize that there are no longer buttons to reduce, maximize, close, and I can't move the window or even resize my applications to the different corners (top, bottom, left and right). Please help me.
THAT'S the point of having a custom title bar...
You have to provide your own buttons for that -
@SetupIa Quite demanding you are.
If you enter "qt custom title bar" in Google you will find: https://www.qt.io/blog/custom-window-decorations
Not so diffucult.