Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Design Tooling
  3. Qt Design Studio
  4. I am a beginner designer in qt can anyone help me with the project please
QtWS25 Last Chance

I am a beginner designer in qt can anyone help me with the project please

Scheduled Pinned Locked Moved Unsolved Qt Design Studio
19 Posts 4 Posters 1.5k Views
  • 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.
  • T Offline
    T Offline
    TEMIRLANSKI
    wrote on 3 May 2023, 11:52 last edited by
    #1

    the fact is that I have a project that is made in qt creator and the design is made in mainwindow.ui and by design it looks very bad I looked at qt design studio and it is very cool but the catch is that it does everything in qml format and I have the whole project is in c ++ and I don’t know how to do it, I will be very grateful to anyone who can help and suggest

    J 1 Reply Last reply 3 May 2023, 12:25
    0
    • T TEMIRLANSKI
      3 May 2023, 11:52

      the fact is that I have a project that is made in qt creator and the design is made in mainwindow.ui and by design it looks very bad I looked at qt design studio and it is very cool but the catch is that it does everything in qml format and I have the whole project is in c ++ and I don’t know how to do it, I will be very grateful to anyone who can help and suggest

      J Offline
      J Offline
      JonB
      wrote on 3 May 2023, 12:25 last edited by
      #2

      @TEMIRLANSKI
      Precisely as you say, you have a choice:

      • Use Design Studio, but then you have to deal in QML and it's not so easy to code.

      • Use Creator/widgets, easier to code, but doesn't look as "swish" as QML.

      1 Reply Last reply
      0
      • T Offline
        T Offline
        TEMIRLANSKI
        wrote on 3 May 2023, 12:41 last edited by
        #3

        I need to make it as beautiful as possible
        and I will probably use qt design studio but there is one but my application is made on qt creator and the whole project is made on c ++ and the design is on ui and there are a lot of libraries so I don’t know how it can be transferred to qt design studio please help me

        J 1 Reply Last reply 3 May 2023, 12:50
        0
        • T TEMIRLANSKI
          3 May 2023, 12:41

          I need to make it as beautiful as possible
          and I will probably use qt design studio but there is one but my application is made on qt creator and the whole project is made on c ++ and the design is on ui and there are a lot of libraries so I don’t know how it can be transferred to qt design studio please help me

          J Offline
          J Offline
          JonB
          wrote on 3 May 2023, 12:50 last edited by
          #4

          @TEMIRLANSKI
          So far as I understand, Design Studio is for designing QML UIs. If you then want to code much against it you have to export it to a .ui so that you can then import it into Creator/Designer and do coding there.

          There will be no "backward direction" such that you can take an existing Creator/C++ code base and "transfer that to Design Studio".

          QML can still call C++/Qt code, that is not a problem. But I don't think it will work against any design you have already made in .ui/widgets application.

          T 1 Reply Last reply 3 May 2023, 13:02
          0
          • J JonB
            3 May 2023, 12:50

            @TEMIRLANSKI
            So far as I understand, Design Studio is for designing QML UIs. If you then want to code much against it you have to export it to a .ui so that you can then import it into Creator/Designer and do coding there.

            There will be no "backward direction" such that you can take an existing Creator/C++ code base and "transfer that to Design Studio".

            QML can still call C++/Qt code, that is not a problem. But I don't think it will work against any design you have already made in .ui/widgets application.

            T Offline
            T Offline
            TEMIRLANSKI
            wrote on 3 May 2023, 13:02 last edited by
            #5

            @JonB
            that is, it turns out that I don’t have to transfer my entire project to qt design studio, but I can just make a design in qt design studio and then convert it to ui for qt creator and connect the libraries back so that the application works only now with a good design, do I understand you correctly?

            J 1 Reply Last reply 3 May 2023, 13:15
            0
            • T TEMIRLANSKI
              3 May 2023, 13:02

              @JonB
              that is, it turns out that I don’t have to transfer my entire project to qt design studio, but I can just make a design in qt design studio and then convert it to ui for qt creator and connect the libraries back so that the application works only now with a good design, do I understand you correctly?

              J Offline
              J Offline
              JonB
              wrote on 3 May 2023, 13:15 last edited by
              #6

              @TEMIRLANSKI
              That may be possible.

              However, I am concerned that what you will get out of Design Studio will be for QML/QtQuick application, but what you have already is for widgets application.

              At this point I do not know. Since I have never used Design Studio, QML or QtQuick I think you should await someone better to answer your question properly :)

              T 1 Reply Last reply 3 May 2023, 13:19
              0
              • J JonB
                3 May 2023, 13:15

                @TEMIRLANSKI
                That may be possible.

                However, I am concerned that what you will get out of Design Studio will be for QML/QtQuick application, but what you have already is for widgets application.

                At this point I do not know. Since I have never used Design Studio, QML or QtQuick I think you should await someone better to answer your question properly :)

                T Offline
                T Offline
                TEMIRLANSKI
                wrote on 3 May 2023, 13:19 last edited by
                #7

                @JonB
                thanks for the reply, we'll wait for someone to write

                1 Reply Last reply
                0
                • T Offline
                  T Offline
                  TEMIRLANSKI
                  wrote on 3 May 2023, 13:53 last edited by
                  #8

                  can anyone help please

                  T 1 Reply Last reply 3 May 2023, 16:01
                  0
                  • T TEMIRLANSKI
                    3 May 2023, 13:53

                    can anyone help please

                    T Offline
                    T Offline
                    Txai
                    wrote on 3 May 2023, 16:01 last edited by
                    #9

                    @TEMIRLANSKI
                    There are three ways to use "a Designer UI File in Your C++ Application" described at
                    https://doc.qt.io/qt-6/designer-using-a-ui-file.html

                    Add the Qt Designer .ui file to your Qt Creator .pro file and follow the steps for the "Direct Approach" Implementation

                    T 1 Reply Last reply 4 May 2023, 04:27
                    0
                    • T Offline
                      T Offline
                      TEMIRLANSKI
                      wrote on 4 May 2023, 04:11 last edited by
                      #10

                      I have a project not a little one can help with the integration of the project in qt design studio or vice versa I can upload my project to discord or telegram please help

                      1 Reply Last reply
                      0
                      • T Txai
                        3 May 2023, 16:01

                        @TEMIRLANSKI
                        There are three ways to use "a Designer UI File in Your C++ Application" described at
                        https://doc.qt.io/qt-6/designer-using-a-ui-file.html

                        Add the Qt Designer .ui file to your Qt Creator .pro file and follow the steps for the "Direct Approach" Implementation

                        T Offline
                        T Offline
                        TEMIRLANSKI
                        wrote on 4 May 2023, 04:27 last edited by
                        #11

                        @Txai
                        my friend, if I send you my code or screenshots in discord or telegram, you will help me to do it correctly?

                        T 1 Reply Last reply 4 May 2023, 18:04
                        0
                        • T Offline
                          T Offline
                          TEMIRLANSKI
                          wrote on 4 May 2023, 10:45 last edited by
                          #12

                          someone please help me i beg you

                          1 Reply Last reply
                          0
                          • T TEMIRLANSKI
                            4 May 2023, 04:27

                            @Txai
                            my friend, if I send you my code or screenshots in discord or telegram, you will help me to do it correctly?

                            T Offline
                            T Offline
                            Txai
                            wrote on 4 May 2023, 18:04 last edited by
                            #13

                            @TEMIRLANSKI
                            What part of the coding is bugging you?
                            What issue did you meet in exporting the .ui file?
                            It is your project, not mine.
                            Why don't you share your screenshots here?

                            T 1 Reply Last reply 5 May 2023, 09:07
                            0
                            • T Txai
                              4 May 2023, 18:04

                              @TEMIRLANSKI
                              What part of the coding is bugging you?
                              What issue did you meet in exporting the .ui file?
                              It is your project, not mine.
                              Why don't you share your screenshots here?

                              T Offline
                              T Offline
                              TEMIRLANSKI
                              wrote on 5 May 2023, 09:07 last edited by
                              #14

                              @Txai
                              this is my project, I opened it in qt design, but I don’t know how to run it in qt design and how to start design and what to do next, before that I did it in qt creator in ui and I need to make the whole design as beautiful as possible and add everything my functions and slots that I did before

                              8018422e-4996-406d-841a-489085d67e00-image.png

                              this is how my project looks in qt creator
                              73b3aa37-32f3-49e4-a8bb-92af35a87d06-image.png

                              1 Reply Last reply
                              0
                              • T Offline
                                T Offline
                                TEMIRLANSKI
                                wrote on 5 May 2023, 09:21 last edited by
                                #15

                                help me please

                                1 Reply Last reply
                                0
                                • T Offline
                                  T Offline
                                  TEMIRLANSKI
                                  wrote on 6 May 2023, 03:51 last edited by
                                  #16

                                  please help me

                                  1 Reply Last reply
                                  0
                                  • T Offline
                                    T Offline
                                    TEMIRLANSKI
                                    wrote on 8 May 2023, 10:20 last edited by
                                    #17

                                    People another question is how can quickWidget itself be made transparent and the elements inside it so that they are not transparent how can this be achieved?

                                    1 Reply Last reply
                                    0
                                    • B Offline
                                      B Offline
                                      BVladimir
                                      wrote on 8 May 2023, 11:50 last edited by
                                      #18

                                      After a couple of weeks, direct coding of qml will become much easier than working with qwidget. So Qt Creator is enough for everything.

                                      T 1 Reply Last reply 8 May 2023, 12:53
                                      0
                                      • B BVladimir
                                        8 May 2023, 11:50

                                        After a couple of weeks, direct coding of qml will become much easier than working with qwidget. So Qt Creator is enough for everything.

                                        T Offline
                                        T Offline
                                        TEMIRLANSKI
                                        wrote on 8 May 2023, 12:53 last edited by
                                        #19

                                        @BVladimir
                                        People another question is how can quickWidget itself be made transparent and the elements inside it so that they are not transparent how can this be achieved?

                                        do you know how it can be done?

                                        can you help me with this please

                                        1 Reply Last reply
                                        0

                                        10/19

                                        4 May 2023, 04:11

                                        • Login

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