Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for Python
  4. Can Qt Creator create PyQt project?
Forum Updated to NodeBB v4.3 + New Features

Can Qt Creator create PyQt project?

Scheduled Pinned Locked Moved Solved Qt for Python
pythonqt for python
3 Posts 3 Posters 504 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.
  • M Offline
    M Offline
    markleo
    wrote on last edited by
    #1

    I use Qt Creator to create py project, there is only PySide for choosing.

    b6ff3195-372b-4cc9-80d1-bccac393eb79-QQ_1728439217753.png

    How to create PyQt project by Qt Creator?

    Pl45m4P JonBJ 2 Replies Last reply
    0
    • M markleo

      I use Qt Creator to create py project, there is only PySide for choosing.

      b6ff3195-372b-4cc9-80d1-bccac393eb79-QQ_1728439217753.png

      How to create PyQt project by Qt Creator?

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

      @markleo said in Can Qt Creator create PyQt project?:

      I use Qt Creator to create py project, there is only PySide for choosing.

      As you might have noticed, there are two major Qt Python wrapper libraries: PySide and PyQt.
      PySide is officially developed and maintained by TQtC, whereas PyQt is not.
      Therefore there is no project template for PyQt available in QtCreator.


      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
      2
      • M markleo

        I use Qt Creator to create py project, there is only PySide for choosing.

        b6ff3195-372b-4cc9-80d1-bccac393eb79-QQ_1728439217753.png

        How to create PyQt project by Qt Creator?

        JonBJ Offline
        JonBJ Offline
        JonB
        wrote on last edited by
        #3

        @markleo
        As @Pl45m4 has said. PyQt and PySide are so similar that there is no reason why you should not create a PySide project and then just substitute PyQt for PySide everywhere it occurs. Plus project templates are really only a couple of files and lines of code, once you've seen one you are not missing out if you just write/copy in the few lines.

        1 Reply Last reply
        1
        • M markleo has marked this topic as solved on

        • Login

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