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. Having Trouple with Finding Qt Desgin studio in Ubuntu Linux after Downloading it
Forum Updated to NodeBB v4.3 + New Features

Having Trouple with Finding Qt Desgin studio in Ubuntu Linux after Downloading it

Scheduled Pinned Locked Moved Solved Qt Creator and other tools
18 Posts 4 Posters 1.3k Views 2 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.
  • artwawA artwaw

    @JonB Right, sorry. I was looking for tags or in the post.

    @Yousef-Alaa-Hussain what is the output of where designer? (that's the command you type into the terminal)

    JonBJ Offline
    JonBJ Offline
    JonB
    wrote on last edited by JonB
    #5

    @artwaw
    I don't mean to be on your case, but are you sure about where under Linux or Ubuntu? :) I've used whereis or locate or even find, but not where.

    @Yousef-Alaa-Hussain
    If you downloaded from a browser isn't it where it puts or you told it to put downloads?

    artwawA Y 2 Replies Last reply
    0
    • JonBJ JonB

      @artwaw
      I don't mean to be on your case, but are you sure about where under Linux or Ubuntu? :) I've used whereis or locate or even find, but not where.

      @Yousef-Alaa-Hussain
      If you downloaded from a browser isn't it where it puts or you told it to put downloads?

      artwawA Offline
      artwawA Offline
      artwaw
      wrote on last edited by
      #6

      @JonB said in Having Trouple with Finding Qt Desgin studio in Ubuntu Linux after Downloading it:

      where under Linux or Ubuntu? :)

      Works on my Debian... Alternatively which also will do the job, I do in fact have a lot of custom stuff.

      For more information please re-read.

      Kind Regards,
      Artur

      JonBJ Y 2 Replies Last reply
      0
      • artwawA artwaw

        @JonB said in Having Trouple with Finding Qt Desgin studio in Ubuntu Linux after Downloading it:

        where under Linux or Ubuntu? :)

        Works on my Debian... Alternatively which also will do the job, I do in fact have a lot of custom stuff.

        JonBJ Offline
        JonBJ Offline
        JonB
        wrote on last edited by
        #7

        @artwaw
        FWIW. Under Ubuntu/bash:

        jon@ubuntu-22:~$ where where
        where: command not found
        jon@ubuntu-22:~$ whereis where
        where:
        

        For Debian:
        https://wiki.debian.org/WhereIsIt

        which foo
        whereis foo
        type foo (at least for bash users)
        locate bar.baz
        find / -name bar.baz
        

        No mention of where :)

        1 Reply Last reply
        0
        • JonBJ JonB

          @artwaw
          I don't mean to be on your case, but are you sure about where under Linux or Ubuntu? :) I've used whereis or locate or even find, but not where.

          @Yousef-Alaa-Hussain
          If you downloaded from a browser isn't it where it puts or you told it to put downloads?

          Y Offline
          Y Offline
          Yousef Alaa Hussain
          wrote on last edited by
          #8
          This post is deleted!
          1 Reply Last reply
          0
          • artwawA artwaw

            @JonB said in Having Trouple with Finding Qt Desgin studio in Ubuntu Linux after Downloading it:

            where under Linux or Ubuntu? :)

            Works on my Debian... Alternatively which also will do the job, I do in fact have a lot of custom stuff.

            Y Offline
            Y Offline
            Yousef Alaa Hussain
            wrote on last edited by
            #9

            @artwaw
            whereis designer
            'designer: '
            this is the output

            and i find it in a folder called tools named designer, but when i launch it, i cant find the run command, searched for it every every every where, but didnt find it

            JonBJ 1 Reply Last reply
            0
            • Y Yousef Alaa Hussain

              @artwaw
              whereis designer
              'designer: '
              this is the output

              and i find it in a folder called tools named designer, but when i launch it, i cant find the run command, searched for it every every every where, but didnt find it

              JonBJ Offline
              JonBJ Offline
              JonB
              wrote on last edited by JonB
              #10

              @Yousef-Alaa-Hussain said in Having Trouple with Finding Qt Desgin studio in Ubuntu Linux after Downloading it:

              and i find it in a folder called tools named designer

              So you are saying running file .../tools/designer tells you that it is an executable file, right?

              but when i launch it, i cant find the run command

              What does this mean?

              I assume you try to run it from a terminal (by typing its path), so that you can see if there is any error message.

              Y 1 Reply Last reply
              0
              • JonBJ JonB

                @Yousef-Alaa-Hussain said in Having Trouple with Finding Qt Desgin studio in Ubuntu Linux after Downloading it:

                and i find it in a folder called tools named designer

                So you are saying running file .../tools/designer tells you that it is an executable file, right?

                but when i launch it, i cant find the run command

                What does this mean?

                I assume you try to run it from a terminal (by typing its path), so that you can see if there is any error message.

                Y Offline
                Y Offline
                Yousef Alaa Hussain
                wrote on last edited by
                #11

                @JonB
                i mean that, whereever you finish writing any program, you should see a run command, to run your code, but i cant see any run command in qt design, unlike windows version where there is a run button to click and run your application,
                see the image, this is after opening qt designer in Ubuntu Linux
                Screenshot from 2024-08-10 13-26-49.png

                wihle this image at windows, where you can see the run button:
                Annotation 2024-08-10 133007 (1).png

                so my question is, how to run the qt designer project?

                JonBJ 1 Reply Last reply
                0
                • Y Yousef Alaa Hussain

                  @JonB
                  i mean that, whereever you finish writing any program, you should see a run command, to run your code, but i cant see any run command in qt design, unlike windows version where there is a run button to click and run your application,
                  see the image, this is after opening qt designer in Ubuntu Linux
                  Screenshot from 2024-08-10 13-26-49.png

                  wihle this image at windows, where you can see the run button:
                  Annotation 2024-08-10 133007 (1).png

                  so my question is, how to run the qt designer project?

                  JonBJ Offline
                  JonBJ Offline
                  JonB
                  wrote on last edited by JonB
                  #12

                  @Yousef-Alaa-Hussain
                  So now you are able to run designer which you said you could not find and we were helping with, but you didn't say that?

                  From your screen shot under Linux you have downloaded/installed/run Qt Designer/Creator, for widget applications, while under Windows you have Qt Design Studio, an advanced tool for producing QML applications with special assets (about which I know little, but I presume that is what you are looking for). You can see the applications look very different from each other. They are quite different things!

                  If you want the same as Windows you need to download/install/run Qt Design Studio for Linux, not what you have. I was not the person who said anything about designer being the executable for that, I suspect for Design Studio it has a different name.

                  Y 1 Reply Last reply
                  2
                  • JonBJ JonB

                    @Yousef-Alaa-Hussain
                    So now you are able to run designer which you said you could not find and we were helping with, but you didn't say that?

                    From your screen shot under Linux you have downloaded/installed/run Qt Designer/Creator, for widget applications, while under Windows you have Qt Design Studio, an advanced tool for producing QML applications with special assets (about which I know little, but I presume that is what you are looking for). You can see the applications look very different from each other. They are quite different things!

                    If you want the same as Windows you need to download/install/run Qt Design Studio for Linux, not what you have. I was not the person who said anything about designer being the executable for that, I suspect for Design Studio it has a different name.

                    Y Offline
                    Y Offline
                    Yousef Alaa Hussain
                    wrote on last edited by
                    #13

                    @JonB
                    so according to you qt designer is different than qt design studio

                    for me, i already have qt creator installed, but i want qt design studio, the advanced tool that uses qml with special assets, can you please tell me how can i get it?

                    JonBJ JKSHJ 2 Replies Last reply
                    0
                    • Y Yousef Alaa Hussain

                      @JonB
                      so according to you qt designer is different than qt design studio

                      for me, i already have qt creator installed, but i want qt design studio, the advanced tool that uses qml with special assets, can you please tell me how can i get it?

                      JonBJ Offline
                      JonBJ Offline
                      JonB
                      wrote on last edited by
                      #14

                      @Yousef-Alaa-Hussain
                      I don't know I know, I have never used it. How did you get it for Windows in the first place? Did you look at https://doc.qt.io/qtdesignstudio/studio-installation.html ? Is it available in Qt Maintenance Tool?

                      1 Reply Last reply
                      1
                      • Y Yousef Alaa Hussain

                        @JonB
                        so according to you qt designer is different than qt design studio

                        for me, i already have qt creator installed, but i want qt design studio, the advanced tool that uses qml with special assets, can you please tell me how can i get it?

                        JKSHJ Offline
                        JKSHJ Offline
                        JKSH
                        Moderators
                        wrote on last edited by
                        #15

                        @Yousef-Alaa-Hussain said in Having Trouple with Finding Qt Desgin studio in Ubuntu Linux after Downloading it:

                        so according to you qt designer is different than qt design studio

                        That's right.

                        for me, i already have qt creator installed, but i want qt design studio, the advanced tool that uses qml with special assets, can you please tell me how can i get it?

                        See https://doc.qt.io/qtdesignstudio/studio-installation.html#using-qt-maintenance-tool

                        Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

                        Y 1 Reply Last reply
                        0
                        • JKSHJ JKSH

                          @Yousef-Alaa-Hussain said in Having Trouple with Finding Qt Desgin studio in Ubuntu Linux after Downloading it:

                          so according to you qt designer is different than qt design studio

                          That's right.

                          for me, i already have qt creator installed, but i want qt design studio, the advanced tool that uses qml with special assets, can you please tell me how can i get it?

                          See https://doc.qt.io/qtdesignstudio/studio-installation.html#using-qt-maintenance-tool

                          Y Offline
                          Y Offline
                          Yousef Alaa Hussain
                          wrote on last edited by
                          #16

                          @JKSH
                          i actually did it, but i have no idea where did it get installed, as you can see here, it is already installed, i cant click next:
                          Screenshot from 2024-08-12 21-19-39.png

                          but when i search for qt, only qt creator and qt maintenance tool get found

                          1 Reply Last reply
                          0
                          • JKSHJ Offline
                            JKSHJ Offline
                            JKSH
                            Moderators
                            wrote on last edited by
                            #17

                            but when i search for qt, only qt creator and qt maintenance tool get found

                            Look inside your Qt installation directory. The default location of the app is ~/Qt/Tools/QtDesignStudio/bin/qtdesignstudio

                            Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

                            Y 1 Reply Last reply
                            0
                            • JKSHJ JKSH

                              but when i search for qt, only qt creator and qt maintenance tool get found

                              Look inside your Qt installation directory. The default location of the app is ~/Qt/Tools/QtDesignStudio/bin/qtdesignstudio

                              Y Offline
                              Y Offline
                              Yousef Alaa Hussain
                              wrote on last edited by
                              #18

                              I greatly appreciate your help. I found it.

                              1 Reply Last reply
                              0
                              • Y Yousef Alaa Hussain 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