This file is indexed.

/usr/lib/python2.7/dist-packages/qctlib/ui_dialog.py is in qct 1.7-3.2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
# -*- coding: utf-8 -*-

# Form implementation generated from reading ui file 'qctlib/dialog.ui'
#
# Created by: PyQt4 UI code generator 4.11.4
#
# WARNING! All changes made in this file will be lost!

from PyQt4 import QtCore, QtGui

try:
    _fromUtf8 = QtCore.QString.fromUtf8
except AttributeError:
    def _fromUtf8(s):
        return s

try:
    _encoding = QtGui.QApplication.UnicodeUTF8
    def _translate(context, text, disambig):
        return QtGui.QApplication.translate(context, text, disambig, _encoding)
except AttributeError:
    def _translate(context, text, disambig):
        return QtGui.QApplication.translate(context, text, disambig)

class Ui_commitToolDialog(object):
    def setupUi(self, commitToolDialog):
        commitToolDialog.setObjectName(_fromUtf8("commitToolDialog"))
        commitToolDialog.resize(672, 546)
        sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Preferred, QtGui.QSizePolicy.Preferred)
        sizePolicy.setHorizontalStretch(0)
        sizePolicy.setVerticalStretch(0)
        sizePolicy.setHeightForWidth(commitToolDialog.sizePolicy().hasHeightForWidth())
        commitToolDialog.setSizePolicy(sizePolicy)
        commitToolDialog.setMinimumSize(QtCore.QSize(672, 0))
        self.vboxlayout = QtGui.QVBoxLayout(commitToolDialog)
        self.vboxlayout.setMargin(9)
        self.vboxlayout.setSpacing(6)
        self.vboxlayout.setObjectName(_fromUtf8("vboxlayout"))
        self.splitter = QtGui.QSplitter(commitToolDialog)
        self.splitter.setOrientation(QtCore.Qt.Vertical)
        self.splitter.setObjectName(_fromUtf8("splitter"))
        self.commitMsgBox = QtGui.QGroupBox(self.splitter)
        sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Preferred, QtGui.QSizePolicy.Preferred)
        sizePolicy.setHorizontalStretch(0)
        sizePolicy.setVerticalStretch(0)
        sizePolicy.setHeightForWidth(self.commitMsgBox.sizePolicy().hasHeightForWidth())
        self.commitMsgBox.setSizePolicy(sizePolicy)
        self.commitMsgBox.setMinimumSize(QtCore.QSize(0, 132))
        self.commitMsgBox.setMaximumSize(QtCore.QSize(16777215, 16777215))
        self.commitMsgBox.setObjectName(_fromUtf8("commitMsgBox"))
        self.vboxlayout1 = QtGui.QVBoxLayout(self.commitMsgBox)
        self.vboxlayout1.setMargin(9)
        self.vboxlayout1.setSpacing(6)
        self.vboxlayout1.setObjectName(_fromUtf8("vboxlayout1"))
        self.commitTextEntry = QtGui.QTextEdit(self.commitMsgBox)
        sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Preferred, QtGui.QSizePolicy.Preferred)
        sizePolicy.setHorizontalStretch(0)
        sizePolicy.setVerticalStretch(0)
        sizePolicy.setHeightForWidth(self.commitTextEntry.sizePolicy().hasHeightForWidth())
        self.commitTextEntry.setSizePolicy(sizePolicy)
        self.commitTextEntry.setMaximumSize(QtCore.QSize(16777215, 16777215))
        font = QtGui.QFont()
        font.setFamily(_fromUtf8("Monospace"))
        self.commitTextEntry.setFont(font)
        self.commitTextEntry.setTabChangesFocus(True)
        self.commitTextEntry.setAcceptRichText(False)
        self.commitTextEntry.setObjectName(_fromUtf8("commitTextEntry"))
        self.vboxlayout1.addWidget(self.commitTextEntry)
        self.hboxlayout = QtGui.QHBoxLayout()
        self.hboxlayout.setMargin(0)
        self.hboxlayout.setSpacing(6)
        self.hboxlayout.setObjectName(_fromUtf8("hboxlayout"))
        self.label = QtGui.QLabel(self.commitMsgBox)
        self.label.setObjectName(_fromUtf8("label"))
        self.hboxlayout.addWidget(self.label)
        self.logHistComboBox = QtGui.QComboBox(self.commitMsgBox)
        self.logHistComboBox.setFocusPolicy(QtCore.Qt.ClickFocus)
        self.logHistComboBox.setInsertPolicy(QtGui.QComboBox.InsertAtTop)
        self.logHistComboBox.setObjectName(_fromUtf8("logHistComboBox"))
        self.hboxlayout.addWidget(self.logHistComboBox)
        spacerItem = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
        self.hboxlayout.addItem(spacerItem)
        self.vboxlayout1.addLayout(self.hboxlayout)
        self.fileListBox = QtGui.QGroupBox(self.splitter)
        sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Preferred, QtGui.QSizePolicy.Preferred)
        sizePolicy.setHorizontalStretch(0)
        sizePolicy.setVerticalStretch(0)
        sizePolicy.setHeightForWidth(self.fileListBox.sizePolicy().hasHeightForWidth())
        self.fileListBox.setSizePolicy(sizePolicy)
        self.fileListBox.setMinimumSize(QtCore.QSize(0, 0))
        self.fileListBox.setMaximumSize(QtCore.QSize(16777215, 16777215))
        self.fileListBox.setObjectName(_fromUtf8("fileListBox"))
        self.vboxlayout2 = QtGui.QVBoxLayout(self.fileListBox)
        self.vboxlayout2.setMargin(9)
        self.vboxlayout2.setSpacing(6)
        self.vboxlayout2.setObjectName(_fromUtf8("vboxlayout2"))
        self.hboxlayout1 = QtGui.QHBoxLayout()
        self.hboxlayout1.setMargin(0)
        self.hboxlayout1.setSpacing(6)
        self.hboxlayout1.setObjectName(_fromUtf8("hboxlayout1"))
        self.selectAllPushButton = QtGui.QPushButton(self.fileListBox)
        self.selectAllPushButton.setObjectName(_fromUtf8("selectAllPushButton"))
        self.hboxlayout1.addWidget(self.selectAllPushButton)
        self.sortComboBox = QtGui.QComboBox(self.fileListBox)
        self.sortComboBox.setObjectName(_fromUtf8("sortComboBox"))
        self.sortComboBox.addItem(_fromUtf8(""))
        self.sortComboBox.addItem(_fromUtf8(""))
        self.sortComboBox.addItem(_fromUtf8(""))
        self.sortComboBox.addItem(_fromUtf8(""))
        self.sortComboBox.addItem(_fromUtf8(""))
        self.hboxlayout1.addWidget(self.sortComboBox)
        self.label_2 = QtGui.QLabel(self.fileListBox)
        self.label_2.setObjectName(_fromUtf8("label_2"))
        self.hboxlayout1.addWidget(self.label_2)
        self.clearFilterButton = QtGui.QToolButton(self.fileListBox)
        sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Preferred, QtGui.QSizePolicy.Preferred)
        sizePolicy.setHorizontalStretch(0)
        sizePolicy.setVerticalStretch(0)
        sizePolicy.setHeightForWidth(self.clearFilterButton.sizePolicy().hasHeightForWidth())
        self.clearFilterButton.setSizePolicy(sizePolicy)
        self.clearFilterButton.setText(_fromUtf8(""))
        self.clearFilterButton.setArrowType(QtCore.Qt.RightArrow)
        self.clearFilterButton.setObjectName(_fromUtf8("clearFilterButton"))
        self.hboxlayout1.addWidget(self.clearFilterButton)
        self.filterLineEdit = QtGui.QLineEdit(self.fileListBox)
        self.filterLineEdit.setObjectName(_fromUtf8("filterLineEdit"))
        self.hboxlayout1.addWidget(self.filterLineEdit)
        spacerItem1 = QtGui.QSpacerItem(131, 24, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
        self.hboxlayout1.addItem(spacerItem1)
        self.refreshPushButton = QtGui.QPushButton(self.fileListBox)
        self.refreshPushButton.setObjectName(_fromUtf8("refreshPushButton"))
        self.hboxlayout1.addWidget(self.refreshPushButton)
        self.vboxlayout2.addLayout(self.hboxlayout1)
        self.fileListWidget = QtGui.QListWidget(self.fileListBox)
        sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Preferred, QtGui.QSizePolicy.Preferred)
        sizePolicy.setHorizontalStretch(0)
        sizePolicy.setVerticalStretch(0)
        sizePolicy.setHeightForWidth(self.fileListWidget.sizePolicy().hasHeightForWidth())
        self.fileListWidget.setSizePolicy(sizePolicy)
        self.fileListWidget.setMaximumSize(QtCore.QSize(16777215, 16777215))
        self.fileListWidget.setAutoFillBackground(True)
        self.fileListWidget.setEditTriggers(QtGui.QAbstractItemView.NoEditTriggers)
        self.fileListWidget.setAlternatingRowColors(True)
        self.fileListWidget.setSelectionMode(QtGui.QAbstractItemView.ExtendedSelection)
        self.fileListWidget.setProperty("isWrapping", False)
        self.fileListWidget.setResizeMode(QtGui.QListView.Adjust)
        self.fileListWidget.setObjectName(_fromUtf8("fileListWidget"))
        self.vboxlayout2.addWidget(self.fileListWidget)
        self.diffBrowserBox = QtGui.QGroupBox(self.splitter)
        sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Preferred, QtGui.QSizePolicy.Preferred)
        sizePolicy.setHorizontalStretch(0)
        sizePolicy.setVerticalStretch(0)
        sizePolicy.setHeightForWidth(self.diffBrowserBox.sizePolicy().hasHeightForWidth())
        self.diffBrowserBox.setSizePolicy(sizePolicy)
        self.diffBrowserBox.setObjectName(_fromUtf8("diffBrowserBox"))
        self.vboxlayout3 = QtGui.QVBoxLayout(self.diffBrowserBox)
        self.vboxlayout3.setMargin(9)
        self.vboxlayout3.setSpacing(6)
        self.vboxlayout3.setObjectName(_fromUtf8("vboxlayout3"))
        self.diffBrowser = QtGui.QTextEdit(self.diffBrowserBox)
        sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Preferred, QtGui.QSizePolicy.Preferred)
        sizePolicy.setHorizontalStretch(0)
        sizePolicy.setVerticalStretch(0)
        sizePolicy.setHeightForWidth(self.diffBrowser.sizePolicy().hasHeightForWidth())
        self.diffBrowser.setSizePolicy(sizePolicy)
        self.diffBrowser.setMinimumSize(QtCore.QSize(0, 0))
        self.diffBrowser.setFocusPolicy(QtCore.Qt.ClickFocus)
        self.diffBrowser.setAcceptDrops(False)
        self.diffBrowser.setReadOnly(True)
        self.diffBrowser.setObjectName(_fromUtf8("diffBrowser"))
        self.vboxlayout3.addWidget(self.diffBrowser)
        self.vboxlayout.addWidget(self.splitter)
        self.hboxlayout2 = QtGui.QHBoxLayout()
        self.hboxlayout2.setMargin(0)
        self.hboxlayout2.setSpacing(6)
        self.hboxlayout2.setObjectName(_fromUtf8("hboxlayout2"))
        self.prefPushButton = QtGui.QPushButton(commitToolDialog)
        self.prefPushButton.setObjectName(_fromUtf8("prefPushButton"))
        self.hboxlayout2.addWidget(self.prefPushButton)
        spacerItem2 = QtGui.QSpacerItem(381, 24, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
        self.hboxlayout2.addItem(spacerItem2)
        self.commitPushButton = QtGui.QPushButton(commitToolDialog)
        self.commitPushButton.setObjectName(_fromUtf8("commitPushButton"))
        self.hboxlayout2.addWidget(self.commitPushButton)
        self.cancelPushButton = QtGui.QPushButton(commitToolDialog)
        self.cancelPushButton.setObjectName(_fromUtf8("cancelPushButton"))
        self.hboxlayout2.addWidget(self.cancelPushButton)
        self.vboxlayout.addLayout(self.hboxlayout2)
        self.label.setBuddy(self.logHistComboBox)
        self.label_2.setBuddy(self.filterLineEdit)

        self.retranslateUi(commitToolDialog)
        QtCore.QObject.connect(self.cancelPushButton, QtCore.SIGNAL(_fromUtf8("pressed()")), commitToolDialog.reject)
        QtCore.QMetaObject.connectSlotsByName(commitToolDialog)
        commitToolDialog.setTabOrder(self.commitTextEntry, self.fileListWidget)
        commitToolDialog.setTabOrder(self.fileListWidget, self.commitPushButton)
        commitToolDialog.setTabOrder(self.commitPushButton, self.cancelPushButton)
        commitToolDialog.setTabOrder(self.cancelPushButton, self.logHistComboBox)
        commitToolDialog.setTabOrder(self.logHistComboBox, self.selectAllPushButton)
        commitToolDialog.setTabOrder(self.selectAllPushButton, self.sortComboBox)
        commitToolDialog.setTabOrder(self.sortComboBox, self.filterLineEdit)
        commitToolDialog.setTabOrder(self.filterLineEdit, self.refreshPushButton)
        commitToolDialog.setTabOrder(self.refreshPushButton, self.prefPushButton)

    def retranslateUi(self, commitToolDialog):
        commitToolDialog.setWindowTitle(_translate("commitToolDialog", "Commit Tool", None))
        self.commitMsgBox.setTitle(_translate("commitToolDialog", "Commit Message", None))
        self.commitTextEntry.setWhatsThis(_translate("commitToolDialog", "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:\'Sans Serif\'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;\">\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">Here you enter a log message describing the changes made to the selected files.  There are several useful keyboard shortcuts:</p>\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"></p>\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">CTRL-N - display next file</p>\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">CTRL-[  - page up file changes</p>\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">CTRL-]  - page down file changes</p>\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">CTRL-O - commit</p>\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">ESC  - abort</p></body></html>", None))
        self.commitTextEntry.setHtml(_translate("commitToolDialog", "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:\'Monospace\'; font-size:9pt; font-weight:400; font-style:normal;\">\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:\'Sans Serif\';\"></p></body></html>", None))
        self.label.setText(_translate("commitToolDialog", "Most Recent:", None))
        self.logHistComboBox.setWhatsThis(_translate("commitToolDialog", "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:\'Sans Serif\'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;\">\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">This combo box allows you to select one of your most recent commit messages.  The selected message is copied into the commit message text area, overwriting any text that was already there.</p></body></html>", None))
        self.fileListBox.setTitle(_translate("commitToolDialog", "File List", None))
        self.selectAllPushButton.setWhatsThis(_translate("commitToolDialog", "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:\'Sans Serif\'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;\">\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">This button will attempt to select (check) every file in the file list.  If all of the files were already selected, it will unselect them all instead.</p></body></html>", None))
        self.selectAllPushButton.setText(_translate("commitToolDialog", "(Un)Select All", None))
        self.sortComboBox.setItemText(0, _translate("commitToolDialog", "Unsorted", None))
        self.sortComboBox.setItemText(1, _translate("commitToolDialog", "Sort By Path/Name", None))
        self.sortComboBox.setItemText(2, _translate("commitToolDialog", "Sort By Status", None))
        self.sortComboBox.setItemText(3, _translate("commitToolDialog", "Reverse By Status", None))
        self.sortComboBox.setItemText(4, _translate("commitToolDialog", "Sort By Extension", None))
        self.label_2.setText(_translate("commitToolDialog", "Filter:", None))
        self.refreshPushButton.setWhatsThis(_translate("commitToolDialog", "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:\'Sans Serif\'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;\">\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">This button causes the revision control system to re-inspect the state of the repository.  This should only be necessary if you have modified the repository since this dialog was opened.</p></body></html>", None))
        self.refreshPushButton.setText(_translate("commitToolDialog", "&Refresh List", None))
        self.fileListWidget.setWhatsThis(_translate("commitToolDialog", "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:\'Sans Serif\'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;\">\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">This is the list of commitable files.  Files which are checked will be commited together as a group when the commit button (or CTRL-O) is pressed.  </p>\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"></p>\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">Note that the filter does not effect a file\'s checked status.  Files which are checked but not currently displayed are still considered as part of the commit group.</p>\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"></p>\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">At startup, and after each commit, Qct will automatically preselect all the commitable files which are already revisioned.  This is for your convenience, since in most cases you will want to commit these files together as a group.</p></body></html>", None))
        self.diffBrowserBox.setTitle(_translate("commitToolDialog", "File Changes", None))
        self.diffBrowser.setWhatsThis(_translate("commitToolDialog", "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:\'Sans Serif\'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;\">\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">This window will display the changes (diffs/deltas) made to the file currently selected in the file list.  These are useful for providing meaningful commit messages.</p></body></html>", None))
        self.diffBrowser.setHtml(_translate("commitToolDialog", "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:\'Sans Serif\'; font-size:9pt; font-weight:400; font-style:normal;\">\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"></p></body></html>", None))
        self.prefPushButton.setText(_translate("commitToolDialog", "Preferences ...", None))
        self.commitPushButton.setToolTip(_translate("commitToolDialog", "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:\'Sans Serif\'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;\">\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">Commit selected (checked) files</p></body></html>", None))
        self.commitPushButton.setWhatsThis(_translate("commitToolDialog", "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:\'Sans Serif\'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;\">\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">Commit the selected (checked) files using the commit log message you provide in the top text area.  Some VCS tools refer to this function as a submit, others a check-in.</p>\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"></p>\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">After commiting the selected files, if no commitable files remain in your repository, Qct will automatically exit.</p></body></html>", None))
        self.commitPushButton.setText(_translate("commitToolDialog", "C&ommit", None))
        self.cancelPushButton.setText(_translate("commitToolDialog", "Close", None))