66 self.authorComboBox.clear() |
66 self.authorComboBox.clear() |
67 self.authorComboBox.addItem("") |
67 self.authorComboBox.addItem("") |
68 self.authorComboBox.addItems(commitAuthors) |
68 self.authorComboBox.addItems(commitAuthors) |
69 |
69 |
70 self.dateTimeEdit.setDateTime(QDateTime.currentDateTime()) |
70 self.dateTimeEdit.setDateTime(QDateTime.currentDateTime()) |
|
71 |
|
72 self.logEdit.setFocus(Qt.OtherFocusReason) |
71 |
73 |
72 def on_buttonBox_clicked(self, button): |
74 def on_buttonBox_clicked(self, button): |
73 """ |
75 """ |
74 Private slot called by a button of the button box clicked. |
76 Private slot called by a button of the button box clicked. |
75 |
77 |