2012/8/21 Konstantin Tokarev <[email protected]> > > 21.08.2012, 12:24, "[email protected]" <[email protected]>: > > I’m using QGraphicsView to implement google weather in a low-end(CPU: > 300MHz) hardware. All are nice except the performance. > Wether 300 MHz is low-end or not, is highly dependent on architecture. > E.g. 300MHz SPARC may be not bad at all. > > Is there any other idea? Thanks! > Maybe you should use custom QWidget implementation with finely tuned > repaint logic instead of GraphicsView. >
That won't likely solve the problem, but will probably cause lots of more work ;-). -- Andreas Aardal Hanssen
_______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
