using a qlabel wiget i managed to get an image added to sporegrab it took me a littel while to figer out how to set it up.
self.label = QtGui.QLabel(self)
self.label.setPixmap(QtGui.QPixmap('temp.png'))
v_box.addWidget(self.label)
now if i can figer out how to change the image randomly i will be hapy
Good of you to share this with the group Rob. Hoppefully it might stimulate some debate?
ReplyDelete