View Single Post
Posts: 3,319 | Thanked: 5,610 times | Joined on Aug 2008 @ Finland
#7
Originally Posted by zimon View Post
What is the rationale, to use Python+QML instead of Python+QT (Pyside or PyQt) straight?
I have studied abit QML, with Qt+C++, and I kinda felt frustrated one should use two syntaxes and programming languages in any GUI-job.
You already had two syntaxes, it's just that one was so appaling and limited that nobody used it directly QML (with QtQuick designer) is the bigger/better/fancier version of QWidgets .ui files (with QtDesigner). The difference is that the simplicity/flashiness of QML encourages you to play around with the UI, while .ui files were something that was best kept locked away in a basement.
__________________
Blogging about mobile linux - The Penguin Moves!
Maintainer of PyQt (see introduction and docs), AppWatch, QuickBrownFox, etc