Responsive Design in QML
Unsolved
QML and Qt Quick
-
wrote on 27 Apr 2021, 12:22 last edited by
-
Rectangle { anchors.fill: parent }
This will make your
Rectangle
fill the window.
1/2
Rectangle {
anchors.fill: parent
}
This will make your Rectangle
fill the window.
1/2