Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Qt or PyQt without QML
QtWS25 Last Chance

Qt or PyQt without QML

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
pyqt6qtquick controlqtwidgetsqtquick
3 Posts 2 Posters 668 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.
  • E Offline
    E Offline
    erio
    wrote on last edited by
    #1

    Hi,

    I really like Qt and PyQt, but I most use widgets, where I can live without QML fine by using code to describe the UI with layouts and all. I never use any visual tools for actually coding the app.

    I would like to convert some existing applications for QtQuick and also use QtQuick when making new applications, as it seems to be the path to be supported long term.

    Do I have to use QML or can I do everything in pure code in Python (PyQt) or C++ (Qt)?

    I really don't want to use any QML or similar and want to use only the programming language I am already using in my programs.

    Can I do this? Is there any tutorial or way on to do this?

    JonBJ 1 Reply Last reply
    0
    • E erio

      Hi,

      I really like Qt and PyQt, but I most use widgets, where I can live without QML fine by using code to describe the UI with layouts and all. I never use any visual tools for actually coding the app.

      I would like to convert some existing applications for QtQuick and also use QtQuick when making new applications, as it seems to be the path to be supported long term.

      Do I have to use QML or can I do everything in pure code in Python (PyQt) or C++ (Qt)?

      I really don't want to use any QML or similar and want to use only the programming language I am already using in my programs.

      Can I do this? Is there any tutorial or way on to do this?

      JonBJ Online
      JonBJ Online
      JonB
      wrote on last edited by
      #2

      @erio
      If you are asking about using QtQuick without QML see e.g. https://forum.qt.io/topic/92094/using-qt-quick-controls-views-scene-graph-without-qml, other references can be found from Googling qtquick without qml.

      E 1 Reply Last reply
      0
      • JonBJ JonB

        @erio
        If you are asking about using QtQuick without QML see e.g. https://forum.qt.io/topic/92094/using-qt-quick-controls-views-scene-graph-without-qml, other references can be found from Googling qtquick without qml.

        E Offline
        E Offline
        erio
        wrote on last edited by
        #3

        @JonB that answer is from 5 years ago, I had read it but had hopes something had changed.

        So the answer is still NO.

        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