eric6/Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py

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

eric ide

mercurial