On Tuesday 17 November 2009 13:57:17 Zoltan Padrah wrote:
> Sounds good.
> 
> Just a note about the voltage/current visualization: considering the fact
> that the rectangles displaying the voltages will be redrawn many times per
> second, we should consider there the drawing performance. Maybe a simple
> class showing only that rectangle could be useful.
Good point. A QGraphicsScene is composed of many QGraphicsItems. The scene 
keeps track of visible items and if an item notifies the scene, that it's been 
updated, the region around the item will be repainted. This is done in an 
efficient way, so I don't see any problems here. The framework is specially 
designed with this use-case in mind.

bye then
julian

Attachment: signature.asc
Description: This is a digitally signed message part.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Ktechlab-devel mailing list
Ktechlab-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ktechlab-devel

Reply via email to