add hlayout & handle color
This commit is contained in:
9
doric-Qt/doric/resources/hlayout.qml
Normal file
9
doric-Qt/doric/resources/hlayout.qml
Normal file
@@ -0,0 +1,9 @@
|
||||
import QtQuick 2.12
|
||||
import QtQuick.Controls 2.5
|
||||
|
||||
Rectangle {
|
||||
Row {
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -2,5 +2,4 @@ import QtQuick 2.12
|
||||
import QtQuick.Controls 2.5
|
||||
|
||||
Rectangle {
|
||||
color: 'red'
|
||||
}
|
||||
|
@@ -1,6 +1,8 @@
|
||||
import QtQuick 2.12
|
||||
import QtQuick.Controls 2.5
|
||||
|
||||
StackView {
|
||||
Rectangle {
|
||||
StackView {
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -1,6 +1,8 @@
|
||||
import QtQuick 2.12
|
||||
import QtQuick.Controls 2.5
|
||||
|
||||
StackView {
|
||||
Rectangle {
|
||||
StackView {
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -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 {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user