Skip to content
Snippets Groups Projects
Commit da8c3659 authored by Andrey Daragan's avatar Andrey Daragan
Browse files

[*] Сode refactoring.

parent 1cacf606
No related branches found
No related tags found
1 merge request!11Cellframe clone
......@@ -9,7 +9,7 @@ DapUiQmlScreenHistoryForm {
id: dapUiQmlScreenHistory
Component {
id: delDate
id: delegateDate
Rectangle {
width: dapListView.width
height: 30 * pt
......@@ -30,7 +30,7 @@ DapUiQmlScreenHistoryForm {
Component {
id: delegateD
id: delegateConetnet
Column {
Rectangle {
......
......@@ -10,9 +10,9 @@ Page {
id: dapListView
anchors.fill: parent
model: dapHistoryModel
delegate: delegateD
delegate: delegateConetnet
section.property: "date"
section.criteria: ViewSection.FullString
section.delegate: delDate
section.delegate: delegateDate
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment