开发者

What are all Qt ui components for symbian?

开发者_高级运维i want to develop symbian programm with Qt. i have to learn list of ui components in qt.


There are several ways to build mobile UIs with Qt:

  1. you do it the hard way with canvas and create the stuff on your own (don't do it)

  2. do it with classic Qt GUI module (very unusable, targets desktop, hard to use on the phone)

  3. use QtQuick (QtDeclarative/QML)...that's the way you should go.

QtQuick comes basically with not that much ui components. But there are some possibilities:

a. build components on your own: http://doc.qt.nokia.com/qtcreator-2.2/quick-components.html

b. use nokia qml templates: https://projects.developer.nokia.com/QMLTemplates

c. use the upcoming qt components for symbian: http://labs.qt.nokia.com/2011/04/08/qt-quick-components-for-symbian-technology-preview/

Practically I think i future, the combination of Qt/QtQuick and QtCOmponents for Symbian will be the right way.

btw: Nokia will deliver more than 150 million qt devices the next year, several devices are already announced with Qt and Symbian for this year, also N9 is announced with meego so your stuff can be easily ported. Working with Qt for Symbian is for sure not that useless like some people say :-)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜