Qt or PyQt without QML
-
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?
-
@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 Googlingqtquick without qml
.
2/3