the moving of rows works but resets on move

This breaks fluid movements from QML with KirigamiDragHandles

We will need to adjust how this move works in QML or get the
begin_move_rows function to build. If it can build we can still use
the KirigamiDragHandles.
This commit is contained in:
Chris Cochrun 2023-09-17 14:35:37 -05:00
parent fe25209758
commit c57f9f8ac9
3 changed files with 69 additions and 12 deletions

View file

@ -115,7 +115,7 @@ Kirigami.ApplicationWindow {
Controls.Label {
Layout.alignment: Qt.AlignRight
Layout.rightMargin: Kirigami.Units.smallSpacing * 2
text: "Total Service Items: " + ServiceItemModel.rowCount()
text: "Total Service Items: " + ServiceItemModel.count()
}
Controls.Label {
Layout.alignment: Qt.AlignRight