eric6/Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py

changeset 7533
88261c96484b
parent 7360
9190402e4505
child 7771
787a6b3f8c9f
equal deleted inserted replaced
7532:1358e9d67a1c 7533:88261c96484b
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

eric ide

mercurial