module "QtQuick.Controls" version 1.4 is not installed
-
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! -
Is there any way to install QtQuick.Controls 1.4?
Do I really have to rewrite the entire code? -
It looks like it won't be possible to rebuild the old project without migrating the code to Qt 6...(