How can i create a ios-style pageview?
-
can i use qml to implement the ios-style desktop ui ? i find the listview or gridview move very slowly after dragging the view.
you can find the similar example in qt/examples/declarative/toys/corkboards; anyone has suggest about this ? Thanks
-
i can not create the custom listview as the listview in qml can not inherit
-
bq. can i use qml to implement the ios-style desktop ui ?
ios desktop is widget based. QML is not. Still you can use QML on the desktop.
For the rest of your posting it is not clear to me what you are trying to do and what piece is missing to achieve your goal.
-
Did you use "StackView":http://qt-project.org/doc/qt-5/qml-qtquick-controls-stackview.html ?