Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
QT 5.13.0 : SplitView is not a type
-
Is SplitView supported in QT 5.13.0?
While compiling the following QML with QT 5.13.0import QtQuick.Controls 2.5 SplitView { Item { ... } ... }
I am getting:
SplitView is not a type
error message.
-
You'll need to import QtQuick.Controls 2.13, else SplitView will not be available.