Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Qt Designer 6 on Ubuntu 22.04 (jammy)
Forum Updated to NodeBB v4.3 + New Features

Qt Designer 6 on Ubuntu 22.04 (jammy)

Scheduled Pinned Locked Moved Solved Qt Creator and other tools
10 Posts 3 Posters 9.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.
  • B Offline
    B Offline
    brainchild
    wrote on last edited by
    #1

    Under Linux Mint 21, based on Ubuntu 22.04 (jammy), I wish to use Qt Designer 6. Is a package available? I have installed several from the Ubuntu repositories that would appear to supply the tool, but the entry for the application revealed in the desktop menu is versioned for Qt 5.

    1 Reply Last reply
    0
    • JoeCFDJ Offline
      JoeCFDJ Offline
      JoeCFD
      wrote on last edited by
      #10

      https://bugs.launchpad.net/ubuntu/+source/qtchooser/+bug/1964763

      1 Reply Last reply
      0
      • andrA Offline
        andrA Offline
        andr
        wrote on last edited by
        #2

        qt6-tools-dev perhaps?

        B 1 Reply Last reply
        0
        • andrA andr

          qt6-tools-dev perhaps?

          B Offline
          B Offline
          brainchild
          wrote on last edited by
          #3

          @andr said in Qt Designer 6 on Ubuntu 22.04 (jammy):

          qt6-tools-dev perhaps?

          It is one I already have tried.

          1 Reply Last reply
          0
          • JoeCFDJ Offline
            JoeCFDJ Offline
            JoeCFD
            wrote on last edited by JoeCFD
            #4

            export QT_SELECT=qt6
            check: which qmake
            the default one is Qt5

            B 1 Reply Last reply
            0
            • JoeCFDJ JoeCFD

              export QT_SELECT=qt6
              check: which qmake
              the default one is Qt5

              B Offline
              B Offline
              brainchild
              wrote on last edited by brainchild
              #5

              @JoeCFD said in Qt Designer 6 on Ubuntu 22.04 (jammy):

              export QT_SELECT=qt6
              check: which qmake
              the default one is Qt5

              $ qmake --version
              QMake version 3.1
              Using Qt version 5.15.3 in /usr/lib/x86_64-linux-gnu
              $ env QT_SELECT=qt6 designer
              designer: could not find a Qt installation of 'qt6'
              

              How do I upgrade?

              1 Reply Last reply
              0
              • JoeCFDJ Offline
                JoeCFDJ Offline
                JoeCFD
                wrote on last edited by JoeCFD
                #6

                sudo synaptic
                search for "designer" and you can see designer-qt6 and its related libs. Check them and click "Apply" button for install. You will get it.

                B 1 Reply Last reply
                0
                • JoeCFDJ JoeCFD

                  sudo synaptic
                  search for "designer" and you can see designer-qt6 and its related libs. Check them and click "Apply" button for install. You will get it.

                  B Offline
                  B Offline
                  brainchild
                  wrote on last edited by brainchild
                  #7

                  @JoeCFD said in Qt Designer 6 on Ubuntu 22.04 (jammy):

                  sudo synaptic
                  search for "designer" and you can see designer-qt6 and its related libs. Check them and click "Apply" button for install. You will get it.

                  Please note the following results of matching packages, with the ones already installed indicated by i:

                  $ apt search designer
                  i   designer-qt6                    - Qt 6 Designer                             
                  p   kdesignerplugin-data            - Integration of KF5 widgets in Qt Designer/
                  p   kgendesignerplugin              - Integration of KF5 widgets in Qt Designer/
                  p   kgendesignerplugin-bin          - Integration of KF5 widgets in Qt Designer/
                  p   libbio-primerdesigner-perl      - Perl module to design PCR primers using pr
                  p   libqscintilla2-qt5-designer     - Qt5 Designer plugin for QScintilla 2      
                  i A libqt5designer5                 - Qt 5 designer module                      
                  p   libqt5designer5:i386            - Qt 5 designer module                      
                  i A libqt5designercomponents5       - Qt 5 Designer components module           
                  p   libqt5designercomponents5:i386  - Qt 5 Designer components module           
                  i   libqt6designer6                 - Qt 6 Designer library                     
                  i A libqt6designercomponents6       - Qt 6 Designer Components library          
                  v   libreoffice-reportdesigner      -                                           
                  v   qt6-designer-abi           
                  
                  1 Reply Last reply
                  0
                  • JoeCFDJ Offline
                    JoeCFDJ Offline
                    JoeCFD
                    wrote on last edited by
                    #8

                    @brainchild said in Qt Designer 6 on Ubuntu 22.04 (jammy):

                    env QT_SELECT=qt6 designer

                    it is qt-chooser bug, Go to /usr/lib/x86_64-linux-gnu/qtchooser and create qt6.conf with contents:
                    /usr/lib/qt6/bin
                    /usr/lib/x86_64-linux-gnu
                    save it. With QT_SELECT=qt6 it will work.

                    B 1 Reply Last reply
                    2
                    • JoeCFDJ JoeCFD

                      @brainchild said in Qt Designer 6 on Ubuntu 22.04 (jammy):

                      env QT_SELECT=qt6 designer

                      it is qt-chooser bug, Go to /usr/lib/x86_64-linux-gnu/qtchooser and create qt6.conf with contents:
                      /usr/lib/qt6/bin
                      /usr/lib/x86_64-linux-gnu
                      save it. With QT_SELECT=qt6 it will work.

                      B Offline
                      B Offline
                      brainchild
                      wrote on last edited by
                      #9

                      @JoeCFD said in Qt Designer 6 on Ubuntu 22.04 (jammy):

                      it is qt-chooser bug, Go to /usr/lib/x86_64-linux-gnu/qtchooser and create qt6.conf with contents:
                      /usr/lib/qt6/bin
                      /usr/lib/x86_64-linux-gnu
                      save it. With QT_SELECT=qt6 it will work.

                      The Ubuntu package is not supplying the additional file? Is it a known bug, which has been reported?

                      It is also an issue that the desktop icon is available for Designer only for Qt 5, not Qt 6.

                      1 Reply Last reply
                      0
                      • JoeCFDJ Offline
                        JoeCFDJ Offline
                        JoeCFD
                        wrote on last edited by
                        #10

                        https://bugs.launchpad.net/ubuntu/+source/qtchooser/+bug/1964763

                        1 Reply Last reply
                        0

                        • Login

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