Results 1 to 2 of 2

Thread: Question about PyQt5 and QtCreator.

  1. #1
    Join Date
    Mar 2015
    Posts
    105
    Thanks
    50

    Default Question about PyQt5 and QtCreator.

    Hi!

    I would like to use PyQt5 in my system(Arch Linux) and I already have installed QtCreator 4.1.0 based on Qt 5.7.0. So, I installed PyQt5 with the following command:
    Qt Code:
    1. sudo pacman -Sy python-pyqt5
    To copy to clipboard, switch view to plain text mode 

    Then I tried to create a new Python project using QtCreator to make a GUI(that's what I want to do) but there is no option for Python projects. To make a GUI with Python and all coding should I install another IDE?

    Thanks!

  2. #2
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,230
    Thanks
    302
    Thanked 864 Times in 851 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: Question about PyQt5 and QtCreator.

    Usually you would use a Python IDE. Spyder (formerly IPython and included as part of the Anaconda project) is a good one. AKAIK, Qt Creator supports only C / C++ - based projects. There might be a plugin for Python, but I am not aware of it.
    <=== The Great Pumpkin says ===>
    Please use CODE tags when posting source code so it is more readable. Click "Go Advanced" and then the "#" icon to insert the tags. Paste your code between them.

Similar Threads

  1. PyQt5 tutorials
    By riverbee in forum General Discussion
    Replies: 0
    Last Post: 5th August 2016, 02:42
  2. PyQt5 chart
    By ecce in forum Newbie
    Replies: 2
    Last Post: 24th April 2016, 15:06
  3. PyQt5 QTextEdit limiting buffer
    By blissend in forum Newbie
    Replies: 1
    Last Post: 6th November 2015, 22:08
  4. How can I install pyQt5
    By prachi kamble in forum Installation and Deployment
    Replies: 0
    Last Post: 4th June 2015, 13:13
  5. PyQt5 QPixmap
    By ChrisOfBristol in forum Newbie
    Replies: 4
    Last Post: 4th April 2015, 22:48

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.