for branch switch
This commit is contained in:
@@ -15,14 +15,19 @@ ColumnLayout {
|
|||||||
|
|
||||||
RowLayout
|
RowLayout
|
||||||
{
|
{
|
||||||
Layout.fillWidth: true
|
// Layout.fillWidth: true
|
||||||
// Layout.horizontalStretchFactor: 1
|
// Layout.horizontalStretchFactor: 1
|
||||||
// spacing: Dimensions.l
|
// spacing: Dimensions.l
|
||||||
|
|
||||||
|
|
||||||
SearchBar
|
SearchBar
|
||||||
{
|
{
|
||||||
|
Rectangle
|
||||||
|
{
|
||||||
|
anchors.fill: parent
|
||||||
|
color: "green"
|
||||||
|
z: 10
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
QuickFilter {
|
QuickFilter {
|
||||||
|
|||||||
Reference in New Issue
Block a user