Re: [PyQt] Foreground and Background Color QToolButton

2011-08-18 Thread David Boddie
On Thu, 18 Aug 2011 06:16:22 +0500, uahmed wrote: > I want to change the foreground and bankground color of QToolButton , I > know this can be done using ".setStyleSheet " but i want to use other way > to do that can it be done through QPlatter i search it on net i do find > examples of .setStyleS

[PyQt] Foreground and Background Color QToolButton

2011-08-17 Thread uahmed
HI I want to change the foreground and bankground color of QToolButton , I know this can be done using ".setStyleSheet " but i want to use other way to do that can it be done through QPlatter i search it on net i do find examples of .setStyleSheet but not through any other way . __