What's Up?
OK, So I'm designing a nice new shiny UI for my Python script, Now when one of my buttons gets clicked I want it to perform some of my own defined tasks, So I need to define my own 'Slot' if I'm correct? But I can't figure out how, (Too stupid :-( )
QtCore.QObject.connect(self.Button, QtCore.SIGNAL("clicked()"), Custom() )
How can I specify my commands under the name Custom()?
Thanks Bye!