On 15 November 2010 00:07, Vláďa <[email protected]> wrote: > 1) Is the PySide+QML combination good for a music player? How will it > handle lists with thousands of items (songs)? >
Probably best to only load the songs that are going to be displayed to get the best performance. Qt has support for this http://doc.qt.nokia.com/4.6/model-view-programming.html. Not sure how this translated to QML directly > 2) Do I need a good knowledge of JavaScript? I know almost nothing about > JS, except of some easy things I did on websites. > The advice seems to be to limit the amount of Javascript you write, with the application logic in C++ or python rather than Javascript so shouldn't be a problem. > 3) Are there any good tutorials to start with QML? I could only find some > basic stuff or quite complex examples, nothing between it. > Some nice examples were presented during the Meego Conference, the videos should be available soon, I'd expect the code too. Michael
_______________________________________________ PySide mailing list [email protected] http://lists.openbossa.org/listinfo/pyside
