Qt or PyQt without QML
Unsolved
QML and Qt Quick
-
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?