Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Qt Academy Launch in California!

    Unsolved Starting a python project in qt creator, how?

    General and Desktop
    qt designer qt creator 4.2 material design python3
    3
    3
    5197
    Loading More Posts
    • 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.
    • P
      Pataruutu last edited by

      i'm afraid this isn't possible but i'm still asking.. anyways here comes nothing.

      So, in qt designer, i can make GUIs with relative ease using widgets and connecting boxes to buttons etc, and after i'm done i can just convert the created .ui file to a .py file with a simple command. Now the problem is, it creates really simplistic (and imo ugly) GUIs and what i have seen, Qt creator has much better results
      as seen in here-->https://www.youtube.com/watch?v=hJKVb7WpQ_c&t=168s

      however after some googling it turns out that you can (from what i've noticed) only create c++ projects but no python ones. Yes, you can use it to create python programs but no gui development seems to be possible with creator, only with designer.

      jsulm mrjj 2 Replies Last reply Reply Quote 0
      • jsulm
        jsulm Lifetime Qt Champion @Pataruutu last edited by

        @Pataruutu Actually QtCreator uses Designer to create GUIs, so I'm wondering why GUIs designed in Designer are uglier compared to QtCreator?

        https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply Reply Quote 1
        • mrjj
          mrjj Lifetime Qt Champion @Pataruutu last edited by

          @Pataruutu

          Hi the video you link is QML :)
          So its its the reason it looks differently.

          The one you call ugly is QWidgets and it uses the default look of the platform.

          It seems you can use QML with pyt
          http://pyqt.sourceforge.net/Docs/PyQt5/qml.html

          1 Reply Last reply Reply Quote 2
          • First post
            Last post