module "QtQuick.Controls" version 1.4 is not installed
-
wrote 26 days ago last edited by
Hello.
I'm trying to rebuild an old project with QT 6.8.2.
To display data from QAbstractListModel I need a TableView QML Type and its TableViewColumn property.
Such TableView exists only in the QtQuick.Controls 1.4 library.
But when I run the program I get an error:
module "QtQuick.Controls" version 1.4 is not installed.
Shouldn't this library be installed with Qt?
How do I add this library?
Thanks in advance! -
wrote 26 days ago last edited by
TableViewColumn is deprecated, you need to define your own custom delegate to render cells
-
wrote 26 days ago last edited by
Is there any way to install QtQuick.Controls 1.4?
Do I really have to rewrite the entire code? -
Hi,
QtQuick.Controls 1 were deprecated in 5.11 and removed in Qt 6. See here for more information.
-
wrote 25 days ago last edited by
It looks like it won't be possible to rebuild the old project without migrating the code to Qt 6...(
5/5