ProjectDjango/DjangoRunTestServerDataDialog.py

changeset 148
4cb7aa43845d
parent 145
104b14713e9e
child 163
1622130167bb
equal deleted inserted replaced
147:17a08bd37c2b 148:4cb7aa43845d
32 @param parent reference to the parent widget (QWidget) 32 @param parent reference to the parent widget (QWidget)
33 """ 33 """
34 super(DjangoRunTestServerDataDialog, self).__init__(parent) 34 super(DjangoRunTestServerDataDialog, self).__init__(parent)
35 self.setupUi(self) 35 self.setupUi(self)
36 36
37 self.fixtureFileButton.setIcon(UI.PixmapCache.getIcon("open.png")) 37 self.fixtureFileButton.setIcon(UI.PixmapCache.getIcon("open"))
38 38
39 self.__project = project 39 self.__project = project
40 40
41 self.buttonBox.button(QDialogButtonBox.Ok).setEnabled(False) 41 self.buttonBox.button(QDialogButtonBox.Ok).setEnabled(False)
42 42

eric ide

mercurial