View Single Post
Posts: 456 | Thanked: 1,580 times | Joined on Dec 2009
#61
Originally Posted by The Wizard of Huz View Post
I would like to participate, but I still need to learn QT. How long does one need to learn QT?
And is PyQT easier to learn?
Is PyQT better/worse than QT?
I did JAVA a little bit but don't know C+
"Just do it!"

I think it's worth the effort in any case. No matter if you win some price or not. If you have fun coding and you improve your skills you are already a winner.

As for the technical side: I would suggest to go with QML. One has to differentiate between the Qt C++ stuff and QML quite heavily.
QML itself is, I'd say, pretty easy to learn and you have the benefit (development-wise) that it is interpreted. Hence, you can easily hack on your device and develop very quickly without needing any compile steps.
And if you go with PySide (that's the python binding stuff for Qt) you gain even more flexibility. But, honestly, I don't know if PySide is actually maintained currently and if there are aims to port it to Qt 5.
__________________
 

The Following 4 Users Say Thank You to Wonko For This Useful Post: