Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How to use QT creator for developing QT UI applications and using my C++ knowledge
Forum Updated to NodeBB v4.3 + New Features

How to use QT creator for developing QT UI applications and using my C++ knowledge

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 4 Posters 641 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.
  • V Offline
    V Offline
    Venkat123
    wrote on last edited by
    #1

    I am C++ developer and wanted to learn QT. I have installed
    QT designer from [qt-unified-windows-x64-4.7.0-online].
    Can you please suggest me how to create windows/forms/GUI screens using the above installation along with my C++ Knowledge. I am not sure how to switch to C++ code from the attached screens.

    qt-screen.PNG

    jsulmJ Pl45m4P 2 Replies Last reply
    0
    • V Venkat123

      I am C++ developer and wanted to learn QT. I have installed
      QT designer from [qt-unified-windows-x64-4.7.0-online].
      Can you please suggest me how to create windows/forms/GUI screens using the above installation along with my C++ Knowledge. I am not sure how to switch to C++ code from the attached screens.

      qt-screen.PNG

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Venkat123 Qt Designer is only for designing UIs.
      You need to install Qt framework: on Windows either Qt for MSVC (then you also have to install Microsoft Visual Studio ot Build Tools by your own) or for MinGW compiler (which will also install MinGW compiler, so this is easier option to start). You can also install QtCreator which is an IDE where you can implement your application (it also contains the designer to design UIs). But you also can use Visual Studio.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      2
      • B Offline
        B Offline
        Bonnie
        wrote on last edited by Bonnie
        #3

        This is not Qt creator / Qt designer, but Qt design studio.

        1 Reply Last reply
        2
        • V Venkat123

          I am C++ developer and wanted to learn QT. I have installed
          QT designer from [qt-unified-windows-x64-4.7.0-online].
          Can you please suggest me how to create windows/forms/GUI screens using the above installation along with my C++ Knowledge. I am not sure how to switch to C++ code from the attached screens.

          qt-screen.PNG

          Pl45m4P Offline
          Pl45m4P Offline
          Pl45m4
          wrote on last edited by
          #4

          @Venkat123

          Like @Bonnie said above, you installed Qt Design Studio. This is solely for modelling (more or less complex) 2D/3D GUIs in QML. So not a QtWidget-application.

          If you install QtCreator, you will find the IDE for coding in C++


          If debugging is the process of removing software bugs, then programming must be the process of putting them in.

          ~E. W. Dijkstra

          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