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
Forum Updated to NodeBB v4.3 + New Features

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 2.3k 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 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

    JonBJ 1 Reply Last reply
    0
    • T TEMIRLANSKI

      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

      JonBJ Offline
      JonBJ Offline
      JonB
      wrote on 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
      0
      • JonBJ JonB

        @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 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?

        JonBJ 1 Reply Last reply
        0
        • T TEMIRLANSKI

          @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?

          JonBJ Offline
          JonBJ Offline
          JonB
          wrote on 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
          0
          • JonBJ JonB

            @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 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 last edited by
              #8

              can anyone help please

              T 1 Reply Last reply
              0
              • T TEMIRLANSKI

                can anyone help please

                T Offline
                T Offline
                Txai
                wrote on 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
                0
                • T Offline
                  T Offline
                  TEMIRLANSKI
                  wrote on 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

                    @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 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
                    0
                    • T Offline
                      T Offline
                      TEMIRLANSKI
                      wrote on last edited by
                      #12

                      someone please help me i beg you

                      1 Reply Last reply
                      0
                      • T TEMIRLANSKI

                        @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 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
                        0
                        • T Txai

                          @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 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 last edited by
                            #15

                            help me please

                            1 Reply Last reply
                            0
                            • T Offline
                              T Offline
                              TEMIRLANSKI
                              wrote on last edited by
                              #16

                              please help me

                              1 Reply Last reply
                              0
                              • T Offline
                                T Offline
                                TEMIRLANSKI
                                wrote on 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 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
                                  0
                                  • B BVladimir

                                    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 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

                                    • Login

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