mirror of
https://github.com/QuasarApp/ViewSolutions.git
synced 2025-04-26 17:54:41 +00:00
update fix
This commit is contained in:
parent
2f6fecae9a
commit
ee0a47e6d6
@ -9,7 +9,8 @@ import QtQuick
|
||||
import QtQuick.Controls
|
||||
import QtQuick.Layouts
|
||||
|
||||
RowLayout {
|
||||
|
||||
ToolBar {
|
||||
|
||||
id: root
|
||||
property int titlesAligh: Text.AlignHCenter
|
||||
@ -22,6 +23,9 @@ RowLayout {
|
||||
signal backClicked()
|
||||
signal closeClicked()
|
||||
|
||||
contentItem: RowLayout {
|
||||
|
||||
|
||||
ToolButton {
|
||||
|
||||
visible: root.backButton
|
||||
@ -48,4 +52,7 @@ RowLayout {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user