Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. [SOLVED] qt creator + python 3.x
QtWS25 Last Chance

[SOLVED] qt creator + python 3.x

Scheduled Pinned Locked Moved Qt Creator and other tools
13 Posts 5 Posters 22.9k Views
  • 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.
  • C Offline
    C Offline
    Cjejuni
    wrote on last edited by
    #1

    does qt creator can use python 3.x for coding, building/compiling? since i'm newbie and learning python, creator looks good to me...thanks.

    1 Reply Last reply
    0
    • T Offline
      T Offline
      tobias.hunger
      wrote on last edited by
      #2

      Qt Creator does not offer any special support for python. It does do syntax highlighting, but only based on regular expressions and not on understanding the code. There are no further support for python built in.

      So no, Qt Creator does not support python. On the other hand its support is no worse than the python support by many other editors (e.g. kate uses the same syntax highlighting creator does:-) A dedicated python IDE does offer way more though.

      1 Reply Last reply
      0
      • H Offline
        H Offline
        hdarama
        wrote on last edited by
        #3

        I wish Qt Creator will support "Python":http://python.org/ and "D Programming Language":http://www.d-programming-language.org/

        http://www.d-programming-language.org/

        1 Reply Last reply
        0
        • U Offline
          U Offline
          uranusjr
          wrote on last edited by
          #4

          If Qt Creator is to offer all languages bindings, there will be no end of it. lol

          Eclipse + PyDev is a good enough option for PyQt/PySide developing.

          1 Reply Last reply
          0
          • H Offline
            H Offline
            hdarama
            wrote on last edited by
            #5

            [quote author="uranusjr" date="1317287422"]If Qt Creator is to offer all languages bindings, there will be no end of it. lol

            Eclipse + PyDev is a good enough option for PyQt/PySide developing.[/quote]

            True, but Qt Creator is the best editor for me. I'm using eclipse over 6 years, but qt creator is simple and powerfull then others.
            It' s just a wish...
            Regards.

            http://www.d-programming-language.org/

            1 Reply Last reply
            0
            • U Offline
              U Offline
              uranusjr
              wrote on last edited by
              #6

              [quote author="hdarama" date="1317288035"]qt creator is simple and powerfull then others.
              It' s just a wish...
              Regards.
              [/quote]

              I agree. I've been wishing for an option that can match the simpleness of Qt Creator for a while now. Eclipse is a monster (in a good way), but I don't use Java, and a bulk of it is just useless for me.

              I actually did some background researches on how to build my own IDE. But now I'm stuck on lacking a good real-time syntax parser. (I know about QScintilla, but am reluctant to use it.) I really don't have much experience with Python, and the process is slow for me. If someone can offer a good idea for this, I'll be really glad to contribute.

              1 Reply Last reply
              0
              • H Offline
                H Offline
                hdarama
                wrote on last edited by
                #7

                [SOLVED]
                How can i manually download "Syntax Highlight Definition Files". My "Download Selected Definitions" button is not working. I want to download highlight definition for "D language". Regards.

                Googling, googling, goggling and i find it.

                Its downloaded in my home directory. %HOME%\AppData\Roaming\Nokia\qtcreator\generic-highlighter and i find it.

                http://www.d-programming-language.org/

                1 Reply Last reply
                0
                • T Offline
                  T Offline
                  tobias.hunger
                  wrote on last edited by
                  #8

                  Note that the generic highlighter is not using a code model or anything. It is basically just a bunch of regular expressions that highlight some things.

                  Code completion, etc. will not work for files using the generic highlighters.

                  1 Reply Last reply
                  0
                  • H Offline
                    H Offline
                    hdarama
                    wrote on last edited by
                    #9

                    Thanks Tobias. I think about plugin, which is making D language code completion for qt creator. For now, just thinking... (I <3 Qt Creator)
                    Best Regards.

                    http://www.d-programming-language.org/

                    1 Reply Last reply
                    0
                    • J Offline
                      J Offline
                      jerobarraco
                      wrote on last edited by
                      #10

                      i wish qtcreator would support python as well, pyside is really awesome and qt too. and i would need one less ide installed.

                      ~namida de ashita ga mienai~

                      1 Reply Last reply
                      0
                      • T Offline
                        T Offline
                        tobias.hunger
                        wrote on last edited by
                        #11

                        jerobarraco: Python support is not a priority for us, but we would really love to see somebody contributing in this area. Our gdb helper code is written in python after all;-)

                        1 Reply Last reply
                        0
                        • U Offline
                          U Offline
                          uranusjr
                          wrote on last edited by
                          #12

                          Just happened to stumble on this old post that reminded me of something I found the other day:

                          "Qt Creator Python Reborn":https://gitorious.org/~sergey-shambir/qt-creator/qt-creator-py-rebornhttps://gitorious.org/~sergey-shambir/qt-creator/qt-creator-py-reborn is a fork to the official Qt Creator that adds Python support. Looks pretty active, but hadn't had the time to check on it.

                          1 Reply Last reply
                          0
                          • T Offline
                            T Offline
                            tobias.hunger
                            wrote on last edited by
                            #13

                            Oh, cool! I'm looking forward to seeing a merge request for that!

                            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