I am a newbie, so a simple question I guess.
I am inheriting the design from the design file "anasayfa.ui" and using in my 
new class.

I used the on_ method, instead of using signal-action way in 
the "QlistWidget", and it works fine, 

        def on_listWidget_itemClicked(self, item):
                ....

but couldn't use it in the Qradiobutton and ComboBox, what am I doing wrong?

        def on_radiobutton_4_Clicked(self):

        def on_actionComboBox_itemSelected(self,item):


any comment wil be appreciated.

Thanks,

-- 
--------------------------------------------
* Ar.Gör.Enis Karaarslan                    
* Ege University                        
* Kampüs Network Yönetim Grubu                 
* ULAK-CSIRT - http://csirt.ulakbim.gov.tr  
--------------------------------------------

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to