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) |