[Qt-interest] hovering problem in QGraphicsItem

chandrasekar wagmare sekarwagmare at gmail.com
Fri Mar 13 11:15:20 CET 2009


hi friends,
i tried an QGraphicsPixmapItem() hovering method like the
*example : drilldown *

i add that item to my QGraphicsScene and its working fine ...... i add that
GraphicsView to a dialog say .. mainwindowdialog ...
there also it works fine .. when i hover the mouse over the item it scaled
perfectly ..

the problem starts when i set styleSheet to mainwindowdialog in Qt designer
                    right click->changeStyleSheet
*background-color: rgba(107, 121, 118, 220);*

then the scaling of the item become slower comparing to the previous time
... i think the paintEvent takes more time to repaint with the new color
value when the mouse hover over the item ...
i need to set the background color ... so how can i rectify this problem ...
please help


-- 
CHANDRU
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090313/5c59aa37/attachment.html 


More information about the Qt-interest-old mailing list