using TreeView in Qt 6.3.0 (license issue)
-
Hello,
I am developing an application with Qt under LGPLv3, and considering using TreeView in my application.
As I know, TreeView was added to Qt Quick Module since Qt 6.3.
But in Features page(https://www.qt.io/product/features#js-6-3) with selecting LGPLv3, 'Framework Add-Ons > TreeView for Qt Quick' is dimmed. (even it takes me to QML document when I click it)So, my question is,
- Is it right that 'Framework Essentials > Qt Quick > TreeView' and 'Framework Add-Ons > TreeView for Qt Quick' are different?
- Can I use TreeView(the former) in Qt 6.3 under LGPLv3?
Really need your help,
Thank you -
Hi, and welcome!
@devriang said in using TreeView in Qt 6.3.0 (license issue):
- Can I use TreeView(the former) in Qt 6.3 under LGPLv3?
You can use https://doc.qt.io/qt-6/qml-qtquick-treeview.html under LGPLv3, because the Qt Quick module is available under LGPLv3.
But in Features page(https://www.qt.io/product/features#js-6-3) with selecting LGPLv3, 'Framework Add-Ons > TreeView for Qt Quick' is dimmed.
'Framework Essentials > Qt Quick' is not dimmed, right?
- Is it right that 'Framework Essentials > Qt Quick > TreeView' and 'Framework Add-Ons > TreeView for Qt Quick' are different?
The Add-On was a separately-licensed item.