[Qt-interest] Preferred method of making embedded linux application themable ?

Andre Somers andre at familiesomers.nl
Tue Jun 22 07:18:02 CEST 2010


Op 21-6-2010 20:29, lists4pghanghas schreef:
> My application is for a set top box and UI team keep coming up with lot
> of screens(with backgrounds, animations, arrows and small embedded
> animations) that dont fit into any of the default widget. QStyle and
> styled Items give a lot of flexibility though. But now when I have
> started using them, I find that there are no straight forward approaches
> to caching(to improve paint performance) as there are in QGraphicsItems
> (eg. itemcoordinatecache and deviceCordinateCache). In QGV its very easy
> to have your own caching for repeated paintings.
>    
>
Then perhaps you should evaluate if QML is what you need. Note that you 
can mix it with C++, from what I understand. You can focus your efforts 
on making the application do what is needed, and have your design team 
do their own UI design in QML directly without distracting you too 
much... At least, that is the theory :-)

André

André




More information about the Qt-interest-old mailing list