Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. qt creator 4.12 + python (pyside2)
Forum Updated to NodeBB v4.3 + New Features

qt creator 4.12 + python (pyside2)

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 3 Posters 262 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.
  • N Offline
    N Offline
    newbiecodie
    wrote on last edited by newbiecodie
    #1

    Hello everyone. I have dabbled a bit with pyside (python 2.7) using the qt designer. However, I want to develop rich GUIs and have seen plenty of videos on it.

    1. My question to fellow members is this: Is it possible to couple QML (rich GUIs) onto a python backend? I would like to create an instrument cluster demo to see what I can do with it (to start with).
    2. I tried creating a sample project (empty project with the .pyproject file +main.py + main.qml). It just plain failed when I pressed the run button and crashed to desktop. Am I doing something wrong? Thanks and regards to everyone.
    jsulmJ JonBJ 2 Replies Last reply
    0
    • N newbiecodie

      Hello everyone. I have dabbled a bit with pyside (python 2.7) using the qt designer. However, I want to develop rich GUIs and have seen plenty of videos on it.

      1. My question to fellow members is this: Is it possible to couple QML (rich GUIs) onto a python backend? I would like to create an instrument cluster demo to see what I can do with it (to start with).
      2. I tried creating a sample project (empty project with the .pyproject file +main.py + main.qml). It just plain failed when I pressed the run button and crashed to desktop. Am I doing something wrong? Thanks and regards to everyone.
      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @newbiecodie Did you see this: https://doc.qt.io/qtforpython/tutorials/qmlapp/qmlapplication.html ?

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

      1 Reply Last reply
      0
      • N newbiecodie

        Hello everyone. I have dabbled a bit with pyside (python 2.7) using the qt designer. However, I want to develop rich GUIs and have seen plenty of videos on it.

        1. My question to fellow members is this: Is it possible to couple QML (rich GUIs) onto a python backend? I would like to create an instrument cluster demo to see what I can do with it (to start with).
        2. I tried creating a sample project (empty project with the .pyproject file +main.py + main.qml). It just plain failed when I pressed the run button and crashed to desktop. Am I doing something wrong? Thanks and regards to everyone.
        JonBJ Offline
        JonBJ Offline
        JonB
        wrote on last edited by JonB
        #3

        @newbiecodie
        As another comment, since Python 3 was released in 2008(!) do you really need to continue using Python 2.7? If you really mean you used PySide, it is time to change to PySide2 now, PySide is no longer supported. These changes could be related to why you "crashed".

        1 Reply Last reply
        1

        • Login

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