View Single Post
Posts: 642 | Thanked: 486 times | Joined on Aug 2008
#1
Hi guys,

I need some advice from QML/C++ developer, I want to develop a new QML and C++ based application (or at least I think I want to use QML and C++, your opinions are welcome on this).

I want to create a app similar to the pocket ebay auctions on Android here: https://market.android.com/details?i...oid_ebay&hl=en

My plan is to use QML for the UI layout and for the fancy (if any!) effects.

My first question is that is this the best way to proceed (i.e. QML and C++/Qt)? (I am mainly a Java developer - but have an interest in learning C++).

My second question is how do I design different screens in QML? should it all of then be in one file? Or should it be a different qml file for different screens (the latter makes sense from a maintenance perspective).

Also does QML have superclass, subclasses, interfaces etc?

Any pointers from QML developers would be most welcome.

Thanks
 

The Following User Says Thank You to rash.m2k For This Useful Post: