On 10/10/2011 09:42 AM, ext Adriano Rezende wrote: > On Sun, Oct 9, 2011 at 11:32 AM, Uwe Rathmann<[email protected]> > wrote: >> On Sun, 09 Oct 2011 12:35:12 +0200, Peter Kümmel wrote: >> >>> Maybe it isn't that bad in Qt because only the GUI is implemented in >>> QML, business logic could still be C++. >> >> Yes and it looks like the idea of having different teams with different >> skills for these tasks ( something I don't believe in, because for non >> developers QML isn't easy enough ). > > I have to disagree, some designers are already using QML/JS for > prototyping instead of Flex.
In fact this "designers and programmers working together" meme was my first motivation to try Qt Quick myself instead of believing nice slides & Henrik Hartz. ;) Now I'm designing functional and decent looking UIs without any prior (or current) C/C++ knowledge, and not even decent JS knowledge. I work with Michael Hasselman (also in this list) in http://miniature-chess.org , a mobile chess app. He is a "real programmer" while I'm not even a real designer. He takes care of the backend in C/C++ and I take care of the UI in QML, leaving some hooks in the code for each other. It's working very well! Before QML my chances of actually contributing any code were... very thin. Check http://flors.wordpress.com/2011/08/25/how-quick-i-got-started-with-qt-quick/ if you are interested in the full story. -- Quim _______________________________________________ Qt5-feedback mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt5-feedback
