aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/contactlist/MainForm.ui.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickcontrols2/contactlist/MainForm.ui.qml')
-rw-r--r--examples/quickcontrols2/contactlist/MainForm.ui.qml5
1 files changed, 1 insertions, 4 deletions
diff --git a/examples/quickcontrols2/contactlist/MainForm.ui.qml b/examples/quickcontrols2/contactlist/MainForm.ui.qml
index 3be33c1f..fdc6dd91 100644
--- a/examples/quickcontrols2/contactlist/MainForm.ui.qml
+++ b/examples/quickcontrols2/contactlist/MainForm.ui.qml
@@ -67,14 +67,12 @@ Page {
ListView {
id: listView
- currentIndex: -1
- boundsBehavior: Flickable.StopAtBounds
- clip: true
focus: true
anchors.fill: parent
section.criteria: ViewSection.FirstCharacter
section.property: "fullName"
snapMode: ListView.SnapToItem
+ boundsBehavior: Flickable.StopAtBounds
section.delegate: SectionDelegate {
width: listView.width
@@ -83,7 +81,6 @@ Page {
delegate: ContactDelegate {
id: delegate
width: listView.width
- x: 5
Connections {
target: delegate.edit