add hlayout & handle color

This commit is contained in:
王劲鹏
2021-02-24 10:50:41 +08:00
committed by osborn
parent 028334e530
commit 8ffc0753ef
15 changed files with 81 additions and 668 deletions

View File

@@ -0,0 +1,9 @@
import QtQuick 2.12
import QtQuick.Controls 2.5
Rectangle {
Row {
}
}

View File

@@ -2,5 +2,4 @@ import QtQuick 2.12
import QtQuick.Controls 2.5
Rectangle {
color: 'red'
}

View File

@@ -1,6 +1,8 @@
import QtQuick 2.12
import QtQuick.Controls 2.5
StackView {
Rectangle {
StackView {
}
}

View File

@@ -1,6 +1,8 @@
import QtQuick 2.12
import QtQuick.Controls 2.5
StackView {
Rectangle {
StackView {
}
}

View File

@@ -1,15 +1,9 @@
import QtQuick 2.12
import QtQuick.Controls 2.5
Column {
Rectangle {
width: 50
height: 50
color: "blue"
}
Rectangle {
width: 50
height: 50
color: "green"
Rectangle {
Column {
}
}