On Samstag, 29. August 2009, vidyadhar wrote:
> how can i use a Qtoolbutton in a toolbar as a toggle button?
> i am using Qt4.. and PyQt..
> thanks
button.setCheckable(True)
Detlev
--
Detlev Offenbach
det...@die-offenbachs.de
___
PyQt mailing listP
how can i use a Qtoolbutton in a toolbar as a toggle button?
i am using Qt4.. and PyQt..
thanks
--
View this message in context:
http://www.nabble.com/using-Qtoolbutton-as-togglebutton-tp25200406p25200406.html
Sent from the PyQt mailing list archive at Nabble.com.
__