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

Qt or PyQt without QML

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
pyqt6qtquick controlqtwidgetsqtquick
3 Posts 2 Posters 671 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 16 Apr 2023, 12:07 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?

    J 1 Reply Last reply 16 Apr 2023, 12:13
    0
    • E erio
      16 Apr 2023, 12:07

      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?

      J Offline
      J Offline
      JonB
      wrote on 16 Apr 2023, 12:13 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 16 Apr 2023, 12:43
      0
      • J JonB
        16 Apr 2023, 12:13

        @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 16 Apr 2023, 12:43 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

        1/3

        16 Apr 2023, 12:07

        • Login

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