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 do I launch QtDesigner if I have QtCreator 3.6.1?
Forum Updated to NodeBB v4.3 + New Features

How do I launch QtDesigner if I have QtCreator 3.6.1?

Scheduled Pinned Locked Moved Solved General and Desktop
3 Posts 2 Posters 1.6k 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.
  • 7stud7 Offline
    7stud7 Offline
    7stud
    wrote on last edited by 7stud
    #1

    I'm trying to follow this tutorial:

    https://nikolak.com/pyqt-qt-designer-getting-started/

    and near the beginning it says:

    For OS X you can download the PyQt via homebrew:

    $ brew install pyqt

    And QtCreator (which contains Qt Designer) here: http://download.qt.io/archive/qt/4.8/4.8.6/

    I didn't install via homebrew; I installed the latest Qt via:

    qt-unified-mac-x64-2.0.2-2-online.dmg
    

    which provided me with Qt5.6 and QtCreator 3.6.1.

    Next, the tutorial says:

    Open up Qt Designer and you should see a new form dialog, pick a "Main Window" and click "Create"

    But when I launch QtCreator, I can't figure out how to open QtDesigner. There's a Design button, but it is disabled. How do I get to the "New Form" dialog?

    Thanks.

    1 Reply Last reply
    0
    • 7stud7 Offline
      7stud7 Offline
      7stud
      wrote on last edited by 7stud
      #2

      Nevermind, I figured it out:

      1. From the menu bar (outside QtCreator), click on:
        File>New File or Project

      2. You will be presented with a "New File or Project " dialog window. In the "Files And Classes" section, select "Qt". In the middle pane, select "QtDesigner Form". Then click on the “Choose” button in the lower right corner.

      3. You will be presented with a “QtDesigner Form” dialog window. Select "Main Window", then click on the “Continue” button in the lower right corner.

      4. In the "Location" dialog window, use a name like mainwindow1.ui, and for the path you might want to step aside and create a directory called forms, e.g. $ mkdir /Users/7stud/qt_projects/forms, then enter that as the path.

      5. Enter any other details and click on "Done". That will land you in QtCreator with the Design button selected (which I guess means you are in QtDesigner), and you will be able to drag and drop widgets onto your window.

      1 Reply Last reply
      0
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #3

        Hi,

        Just in case, Designer itself is independent of Qt Creator (which has a designer plugin) so you can launch it by hand through e.g. Spotlight if that suites your needs best.

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        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