using rust slidemodel
This commit is contained in:
parent
577a315c79
commit
76bb6fb19b
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ Kirigami.ApplicationWindow {
|
|||
Controls.Label {
|
||||
Layout.alignment: Qt.AlignRight
|
||||
Layout.rightMargin: Kirigami.Units.smallSpacing * 2
|
||||
text: "Total Slides: " + SlideModel.rowCount()
|
||||
text: "Total Slides: " + SlideMod.count()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue