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