Re: PyQT 4.6.2 question about radiobuttons

2010-01-17 Thread woooee
QT uses "toggled". I do not use QT much but it would be something like self.radioButton_one.setCheckable(True) QtCore.QObject.connect(self.radioButton_one, QtCore.SIGNAL("toggled ()"),self.button_one_function) If this doesn't work, you can probably find more with a Google for "toggled". -- http:

Re: PyQT 4.6.2 question about radiobuttons

2010-01-14 Thread Phil Thompson
On Thu, 14 Jan 2010 22:09:20 +0100, News123 wrote: > Hi, > > As you wll notice: I don't have a lot of GUI and only very litte > PyQT-experience. > > > I have a UI created with qt designer. > > The UI contains a few named radio buttons in a button group. > ( for example radioButton_one to radio

PyQT 4.6.2 question about radiobuttons

2010-01-14 Thread News123
Hi, As you wll notice: I don't have a lot of GUI and only very litte PyQT-experience. I have a UI created with qt designer. The UI contains a few named radio buttons in a button group. ( for example radioButton_one to radioButton_four ) I am unable locate a signal, that is fired whenever one