Change records to look better.
This commit is contained in:
@@ -240,17 +240,26 @@ Kirigami.ApplicationWindow {
|
||||
model: recordModel
|
||||
delegate: Kirigami.SwipeListItem {
|
||||
contentItem: Layouts.ColumnLayout {
|
||||
Controls.Label {
|
||||
Kirigami.Heading {
|
||||
text: serviceprovider
|
||||
level: 2
|
||||
}
|
||||
Controls.Label {
|
||||
Kirigami.Heading {
|
||||
text: servicetypename
|
||||
level: 2
|
||||
}
|
||||
Controls.Label {
|
||||
text: new Date(servicedate).toLocaleDateString(Qt.locale())
|
||||
}
|
||||
Controls.Label {
|
||||
text: miles
|
||||
Row {
|
||||
Image {
|
||||
source: "qrc:/speed.svg"
|
||||
sourceSize.width: 16
|
||||
sourceSize.height: 16
|
||||
}
|
||||
Controls.Label {
|
||||
text: miles
|
||||
}
|
||||
}
|
||||
Controls.Label {
|
||||
text: notes
|
||||
|
||||
Reference in New Issue
Block a user