SplitView for Qt Quick Controls 2
-
wrote on 2 Jul 2017, 09:28 last edited by
I found SplitView is Qt Quick Controls 1 only, And I want to rely on Qt Quick Controls 2 only, not Qt Quick Controls 1. How could I achieve my goal?
Thanks in advance. -
wrote on 2 Jul 2017, 19:49 last edited by
SpliView.qml is a little over 600 lines, of which two hundred are comments. And SplitView inherits from Item , so you could just grab the file, make a few mods and put it in your own project
1/2