Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py

changeset 1532
df0c2a045c72
parent 1509
c0b5e693b0eb
child 2302
f29e9405c851
equal deleted inserted replaced
1530:e008f34c245b 1532:df0c2a045c72
160 self.buttonBox.button(QDialogButtonBox.Close).setDefault(True) 160 self.buttonBox.button(QDialogButtonBox.Close).setDefault(True)
161 self.buttonBox.button(QDialogButtonBox.Close).setFocus(Qt.OtherFocusReason) 161 self.buttonBox.button(QDialogButtonBox.Close).setFocus(Qt.OtherFocusReason)
162 162
163 self.process = None 163 self.process = None
164 164
165 self.annotateList.doItemsLayout()
166 self.__resizeColumns() 165 self.__resizeColumns()
167 166
168 def on_buttonBox_clicked(self, button): 167 def on_buttonBox_clicked(self, button):
169 """ 168 """
170 Private slot called by a button of the button box clicked. 169 Private slot called by a button of the button box clicked.

eric ide

mercurial