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.
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