-
Button Effects
Hi,everyone=)
l'm trying to create a button with icon , which when mouse over the icon button can show zoom effect like the bellow image shows :
http://j.imagehost.org/0786/mouseOverEffect.jpg
when mouse over the icon button , the icon button zoomed in , and the other icon buttons are slightly changed they position .
class ZoomButton : public QToolButton
{
...
void mousePressEvent(QEvent *event);
...
};
void ZoomButton::mousePressEvent(QEvent *event)
{
...zoomFunction(...)...
}
This is what l'm doing now , but failed .
Can some one help please .
-
Re: Button Effects
Override the buttons paint event.
-
Re: Button Effects
fatjuicymole , thanks for you advise.
l will try this method .
-
Re: Button Effects
Hi ,
Problem comes again .
When mouse overed the button , these is no interact with each other .
And l have no idea , how to solve it .
http://a.imagehost.org/0634/ButtonEffects.jpg