Fix untested qml remove list.
This commit is contained in:
@@ -272,7 +272,7 @@ Kirigami.ApplicationWindow {
|
|||||||
router.pushRoute({"route": "addrecord", "data": serviceId});
|
router.pushRoute({"route": "addrecord", "data": serviceId});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Layouts.ColumnLayout {
|
/*Layouts.ColumnLayout {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
Kirigami.InlineMessage {
|
Kirigami.InlineMessage {
|
||||||
Layouts.Layout.fillWidth: true
|
Layouts.Layout.fillWidth: true
|
||||||
@@ -285,7 +285,7 @@ Kirigami.ApplicationWindow {
|
|||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
//TODO: check if oil change is needed.
|
//TODO: check if oil change is needed.
|
||||||
}
|
}
|
||||||
}
|
}*/
|
||||||
ListView {
|
ListView {
|
||||||
id: serviceView
|
id: serviceView
|
||||||
model: recordModel
|
model: recordModel
|
||||||
@@ -327,7 +327,7 @@ Kirigami.ApplicationWindow {
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
//}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user