cleaning up ServiceList
This commit is contained in:
parent
c36855c0d5
commit
3e9f8974c9
1 changed files with 1 additions and 6 deletions
|
@ -74,11 +74,6 @@ Item {
|
||||||
ListView {
|
ListView {
|
||||||
id: serviceItemList
|
id: serviceItemList
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
/* model: serviceItemModel */
|
|
||||||
/* delegate: Kirigami.DelegateRecycler { */
|
|
||||||
/* width: serviceItemList.width */
|
|
||||||
/* sourceComponent: itemDelegate */
|
|
||||||
/* } */
|
|
||||||
clip: true
|
clip: true
|
||||||
spacing: 3
|
spacing: 3
|
||||||
property int indexDragged
|
property int indexDragged
|
||||||
|
@ -250,7 +245,7 @@ Item {
|
||||||
|
|
||||||
onDoubleClicked: {
|
onDoubleClicked: {
|
||||||
/* showPassiveNotification("Double Clicked") */
|
/* showPassiveNotification("Double Clicked") */
|
||||||
serviceItemList.currentIndex = index;
|
/* serviceItemList.currentIndex = index; */
|
||||||
currentServiceItem = index;
|
currentServiceItem = index;
|
||||||
changeServiceItem(index);
|
changeServiceItem(index);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue