Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Newbie cannot create project (invoke QY Designer) using Qt Creator 2.8.1 standalone on OSX 10.7.5
Qt 6.11 is out! See what's new in the release blog

Newbie cannot create project (invoke QY Designer) using Qt Creator 2.8.1 standalone on OSX 10.7.5

Scheduled Pinned Locked Moved Installation and Deployment
6 Posts 2 Posters 3.0k 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.
  • D Offline
    D Offline
    DoctorG
    wrote on last edited by
    #1

    I have installed Qt Creator 2.8.1 (Standalone) on my MAC (OSX 10.7.5), using the (qt-creator-mac-opensource-2.8.1.dmg) package installer; with the sole intention of using Qt designer to create Qt Widget interfaces, that I will populate with PyQt code.

    I have successfully installed and use PyQt4, so I know Qt works on my machine. However when I try to create a project using creator I cannot find the Qt Widget template, I have a screen shot of the problem that I can provide if required.

    So I have three questions...

    1. Is there a way to run QtDesigner as a standalone program to generate template code for the GUI to be designed? If the answer is "yes" how do I invoke QtDesigner.

    2. How do I overcome the missing QtWidget template to use QtCreator.

    3. What is the purpose of Python in the template? Will this allow me to program in Python3.x in QtCreator? I thought QtCreator is only for C++?

    I apologize for asking such rudimentary questions, but I'm new to this.

    Many thanks in advance.

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

      Hi and welcome to devnet,

      1. If you have Qt installed (unless it's only a lib build) you have Qt Designer with it. Use spotlight with the key word Designer

      2. You probably don't have any Qt version registered with Qt Creator. Go in Preferences, Build and Run, Qt Version and add there you're installed Qt then make a Kit with it. You should have now the QtWidget template.

      3. Haven't tested it yet, but you can give it a spin. AFAIK, you have at least highlighting provided for python but I don't know if there's more to it.

      Hope it helps

      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
      • D Offline
        D Offline
        DoctorG
        wrote on last edited by
        #3

        Thanks for the prompt reply and the willingness to help.

        It seems that in order to "make a kit" you have to provide the path to a qt executable? What (executable) file is actually required to "make the kit"?

        Cheers

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

          First thing to do is is to add the Qt version, then when you create the kit, there's a combo box to choose which version you want to use for the kit.

          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
          • D Offline
            D Offline
            DoctorG
            wrote on last edited by
            #5

            Done as told, can create a project, build and run it, but the Design button is still not activated. What is missing?

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

              Did you add Designer Form ? Or a Designer Form Class ?

              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