ProjectDjango/DjangoCheckOptionsDialog.py

changeset 148
4cb7aa43845d
parent 145
104b14713e9e
child 163
1622130167bb
equal deleted inserted replaced
147:17a08bd37c2b 148:4cb7aa43845d
47 @type QWidget 47 @type QWidget
48 """ 48 """
49 super(DjangoCheckOptionsDialog, self).__init__(parent) 49 super(DjangoCheckOptionsDialog, self).__init__(parent)
50 self.setupUi(self) 50 self.setupUi(self)
51 51
52 self.settingsFileButton.setIcon(UI.PixmapCache.getIcon("open.png")) 52 self.settingsFileButton.setIcon(UI.PixmapCache.getIcon("open"))
53 53
54 self.__python = python 54 self.__python = python
55 self.__path = path 55 self.__path = path
56 56
57 self.appsComboBox.addItems([""] + apps) 57 self.appsComboBox.addItems([""] + apps)

eric ide

mercurial