View Single Post
Posts: 114 | Thanked: 298 times | Joined on Jan 2011 @ Berlin
#85
During some tests with qtquickcontrols I made an observation regarding the Text item bug, details: http://qt-project.org/forums/viewthread/30543/#136584 .

As qtquickcontrols uses the native widget style to render its elements, they really look maemish, if called with "-style maemo5". I've put additional examples on my server, see http://repos.fuhlbrueck.net/qt5-maem...quickcontrols/.
If we could get this a little faster, we would have a better integrated QML items then with Qt4 (it's hard to distinguish "text" from a QtWidget app).

The "text" and "gallery" examples are probably the most interesting ones. "touch" is 10 times faster (does not use native style, i.e. doesn't load gtk stuff on Maemo5), but suffers from the Text bug, while the button labels in "gallery" are rendered correctly.
 

The Following 9 Users Say Thank You to frafI For This Useful Post: