Pyqt

From Cheatsheet

Jump to: navigation, search

qt designer lets you design gui's, pyqt ties them to python

self.connect( arrow1, SIGNAL("clicked()"), self.slotLeft2Right ) connnects arrow button with slotLeft2Right slot, which hopefully does something
xpm = QPixmap( "qtlogo.png" ) insert a pixel image