8 lines
174 B
QML
8 lines
174 B
QML
|
import QtQuick 2.7
|
||
|
import QtQuick.Controls 1.4 as Controls1
|
||
|
|
||
|
//https://doc.qt.io/qt-5/qml-qtquick-controls-splitview.html
|
||
|
Controls1.SplitView {
|
||
|
handleDelegate: Item {}
|
||
|
}
|