Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. module "QtQuick.Controls" version 1.4 is not installed

module "QtQuick.Controls" version 1.4 is not installed

Scheduled Pinned Locked Moved Solved QML and Qt Quick
5 Posts 3 Posters 1.0k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • W Offline
    W Offline
    woodpecker
    wrote on last edited by
    #1

    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!

    1 Reply Last reply
    0
    • Z Offline
      Z Offline
      zvoopz
      wrote on last edited by
      #2

      TableViewColumn is deprecated, you need to define your own custom delegate to render cells

      1 Reply Last reply
      1
      • W Offline
        W Offline
        woodpecker
        wrote on last edited by
        #3

        Is there any way to install QtQuick.Controls 1.4?
        Do I really have to rewrite the entire code?

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Hi,

          QtQuick.Controls 1 were deprecated in 5.11 and removed in Qt 6. See here for more information.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          1
          • W Offline
            W Offline
            woodpecker
            wrote on last edited by
            #5

            It looks like it won't be possible to rebuild the old project without migrating the code to Qt 6...(

            1 Reply Last reply
            0
            • W woodpecker has marked this topic as solved on

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved