45 self.__position = QPoint() |
45 self.__position = QPoint() |
46 |
46 |
47 self.buttonBox.button(QDialogButtonBox.Close).setEnabled(False) |
47 self.buttonBox.button(QDialogButtonBox.Close).setEnabled(False) |
48 self.buttonBox.button(QDialogButtonBox.Cancel).setDefault(True) |
48 self.buttonBox.button(QDialogButtonBox.Cancel).setDefault(True) |
49 |
49 |
50 self.upButton.setIcon(UI.PixmapCache.getIcon("1uparrow.png")) |
50 self.upButton.setIcon(UI.PixmapCache.getIcon("1uparrow")) |
51 self.downButton.setIcon(UI.PixmapCache.getIcon("1downarrow.png")) |
51 self.downButton.setIcon(UI.PixmapCache.getIcon("1downarrow")) |
52 |
52 |
53 self.filesTree.headerItem().setText(self.filesTree.columnCount(), "") |
53 self.filesTree.headerItem().setText(self.filesTree.columnCount(), "") |
54 self.filesTree.header().setSortIndicator(0, Qt.AscendingOrder) |
54 self.filesTree.header().setSortIndicator(0, Qt.AscendingOrder) |
55 |
55 |
56 self.vcs = vcs |
56 self.vcs = vcs |