PDA

View Full Version : qt4 designer signals and slots



ivh90
January 2nd, 2010, 01:36 AM
hey
i am really confused with the way signals and slots work in python and pyqt , i read many tutorials but i cant figure out the way of getting it right !

i am using Qt4 designer to design my widget but it seems that the designer only allows direct signal slot link ,,, but how am i going to override the action method (re implement it ) so that a button can execute a specific piece of code !

please help !