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

Jason H scorp1us at yahoo.com
Mon Jun 21 22:58:44 CEST 2010


Late to the party -

Use the UI files to specify the controls and their names
Then use Qt's CSS support to set the visuals for the controls. I've done this before and it works.




----- Original Message ----
From: lists4pghanghas <lists4pghanghas at gmail.com>
To: qt-interest at trolltech.com
Sent: Mon, June 21, 2010 2:29:12 PM
Subject: Re: [Qt-interest] Preferred method of making embedded linux application themable ?


reply is inline. I was not sure of putting it inline as mail was big.
But I deleted rest of the mail that was not very relevant to current 
discussion.

On Sunday 20 June 2010 03:52 PM, Andre Somers wrote:
> Hi,
> Op 16-6-2010 17:04, Pritam Ghanghas schreef:
>    
>
>> But till now I have stayed away from created .ui files for UI design,
>> that apporach didnt seem to fit my requirements.
>>
>>      
> So what *are* your requirements exactly? I found that .ui files usually
> fit mine pretty well, and that I write little hand-written UI
> construction code anymore.
>    

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.
> André
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-interest
>
>    

_______________________________________________
Qt-interest mailing list
Qt-interest at trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-interest



      





More information about the Qt-interest-old mailing list