diff options
Diffstat (limited to 'examples/quick/controls/touch/main.qml')
| -rw-r--r-- | examples/quick/controls/touch/main.qml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/quick/controls/touch/main.qml b/examples/quick/controls/touch/main.qml index 04509803c..a6de8910e 100644 --- a/examples/quick/controls/touch/main.qml +++ b/examples/quick/controls/touch/main.qml @@ -123,6 +123,10 @@ ApplicationWindow { title: "TextInput" page: "content/TextInputPage.qml" } + ListElement { + title: "List" + page: "content/ListPage.qml" + } } StackView { |
