From pykde Wed Apr 30 06:32:55 2003 From: Phil Thompson Date: Wed, 30 Apr 2003 06:32:55 +0000 To: pykde Subject: Re: [PyKDE] image bug re-introduced X-MARC-Message: https://marc.info/?l=pykde&m=105168568201195 On Tuesday 29 April 2003 10:51 pm, Kaleb Pederson wrote: > Here's a section of a pyuic generated file: > > # Form implementation generated from reading ui file 'MainInterface.ui' > # > # Created: Tue Apr 29 14:40:12 2003 > # by: The PyQt User Interface Compiler (pyuic) 3.6 > ... > # in the constructor > self.image0 = QPixmap(image0_data) > self.image1 = QPixmap(image1_data) > self.image2 = QPixmap(image2_data) > > ... > self.fileNewAction = QAction(self,"fileNewAction") > self.fileNewAction.setIconSet(QIconSet(image1)) > self.fileOpenAction = QAction(self,"fileOpenAction") > self.fileOpenAction.setIconSet(QIconSet(image2)) Damn - I had to change the original fix because it broke something else. Can everybody who has been affected by this in the past, or who is using images in Qt Designer and wants to make sure I don't break things for you now, send me a .ui file so that I have a decent set of test cases. Thanks, Phil _______________________________________________ PyKDE mailing list PyKDE@mats.gmd.de http://mats.gmd.de/mailman/listinfo/pykde