Re: QPushButton question...
Use a QButtonGroup with setExclusive( true ) and QToolButtons.
I never tried it with QPushButton, but it might work if you set the QPushButtons setToggleButton( true ) and then use toggle when you want a button to remain pressed.
Regards
Re: QPushButton question...
Maybe an exclusive QButtonGroup of checkable QPushButtons would do it for you?
Re: QPushButton question...
ahhh, I hate when this happens (me finding something just as I post) .... if only this were the case with the GraphicsScene problems....thanks in any case guys!
edit://thanking you both cause I'm a nice guy :D