QML ToggleButton and StatusIndicator in Qt6
Unsolved
QML and Qt Quick
-
Hi all,
I have tried to port my existing program from Qt 5.12 to Qt6.2.0. While most issues have been resolved, there are two elements that give me a headache; namely the use of ToggleButton and StatusIndicator that were located in QtQuick.Extras 1.4. As what I can understand, QTQuick.Extras has been removed in replaced by QtQuick.Controls. These two QML elements have been taken out and moved to the QtQuick.Enterprise.Controls 1.3 as far as I can understand. Just like the ToggleButton:
https://doc.qt.io/QtQuickEnterpriseControls/qtquick-enterprise-controls-qmlmodule.htmlDoes this mean that I need to replace my control with something else, unless I want to pay for Enterprise version?