initial port to cxx_qt 6.0
This commit is contained in:
parent
62daf316a3
commit
744481587f
31 changed files with 1992 additions and 1860 deletions
|
|
@ -121,12 +121,12 @@ Kirigami.ApplicationWindow {
|
|||
Controls.Label {
|
||||
Layout.alignment: Qt.AlignRight
|
||||
Layout.rightMargin: Kirigami.Units.smallSpacing * 2
|
||||
text: "Total Service Items: " + ServiceItemModel.count()
|
||||
text: "Total Service Items: " + ServiceItemModel.count
|
||||
}
|
||||
Controls.Label {
|
||||
Layout.alignment: Qt.AlignRight
|
||||
Layout.rightMargin: Kirigami.Units.smallSpacing * 2
|
||||
text: "Total Slides: " + SlideMod.count()
|
||||
text: "Total Slides: " + SlideModel.count
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue