add vlayout node & stack node
This commit is contained in:
15
doric-Qt/doric/resources/vlayout.qml
Normal file
15
doric-Qt/doric/resources/vlayout.qml
Normal file
@@ -0,0 +1,15 @@
|
||||
import QtQuick 2.12
|
||||
import QtQuick.Controls 2.5
|
||||
|
||||
Row {
|
||||
Rectangle {
|
||||
width: 50
|
||||
height: 50
|
||||
color: "blue"
|
||||
}
|
||||
Rectangle {
|
||||
width: 50
|
||||
height: 50
|
||||
color: "green"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user