# -*- coding: utf-8 -*- # Form implementation generated from reading ui file 'qctlib/preferences.ui' # # Created: Tue Oct 23 09:13:08 2007 # by: PyQt4 UI code generator 4.3 # # WARNING! All changes made in this file will be lost! from PyQt4 import QtCore, QtGui class Ui_prefDialog(object): def setupUi(self, prefDialog): prefDialog.setObjectName("prefDialog") prefDialog.resize(QtCore.QSize(QtCore.QRect(0,0,366,211).size()).expandedTo(prefDialog.minimumSizeHint())) sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed,QtGui.QSizePolicy.Fixed) sizePolicy.setHorizontalStretch(0) sizePolicy.setVerticalStretch(0) sizePolicy.setHeightForWidth(prefDialog.sizePolicy().hasHeightForWidth()) prefDialog.setSizePolicy(sizePolicy) prefDialog.setModal(True) self.vboxlayout = QtGui.QVBoxLayout(prefDialog) self.vboxlayout.setObjectName("vboxlayout") self.tabWidget = QtGui.QTabWidget(prefDialog) self.tabWidget.setObjectName("tabWidget") self.tab = QtGui.QWidget() self.tab.setObjectName("tab") self.gridlayout = QtGui.QGridLayout(self.tab) self.gridlayout.setObjectName("gridlayout") self.label_2 = QtGui.QLabel(self.tab) self.label_2.setObjectName("label_2") self.gridlayout.addWidget(self.label_2,0,0,1,1) self.label_3 = QtGui.QLabel(self.tab) self.label_3.setObjectName("label_3") self.gridlayout.addWidget(self.label_3,0,1,1,1) self.editToolEdit = QtGui.QLineEdit(self.tab) self.editToolEdit.setObjectName("editToolEdit") self.gridlayout.addWidget(self.editToolEdit,1,0,1,1) self.mergeToolEdit = QtGui.QLineEdit(self.tab) self.mergeToolEdit.setObjectName("mergeToolEdit") self.gridlayout.addWidget(self.mergeToolEdit,1,1,1,1) self.label = QtGui.QLabel(self.tab) self.label.setObjectName("label") self.gridlayout.addWidget(self.label,2,0,1,1) self.label_4 = QtGui.QLabel(self.tab) self.label_4.setObjectName("label_4") self.gridlayout.addWidget(self.label_4,2,1,1,1) self.diffToolEdit = QtGui.QLineEdit(self.tab) self.diffToolEdit.setObjectName("diffToolEdit") self.gridlayout.addWidget(self.diffToolEdit,3,0,1,1) self.histToolEdit = QtGui.QLineEdit(self.tab) self.histToolEdit.setObjectName("histToolEdit") self.gridlayout.addWidget(self.histToolEdit,3,1,1,1) self.tabWidget.addTab(self.tab,"") self.tab_2 = QtGui.QWidget() self.tab_2.setObjectName("tab_2") self.hboxlayout = QtGui.QHBoxLayout(self.tab_2) self.hboxlayout.setSpacing(6) self.hboxlayout.setMargin(9) self.hboxlayout.setObjectName("hboxlayout") self.signoffTextEdit = QtGui.QTextEdit(self.tab_2) sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Preferred,QtGui.QSizePolicy.Preferred) sizePolicy.setHorizontalStretch(0) sizePolicy.setVerticalStretch(0) sizePolicy.setHeightForWidth(self.signoffTextEdit.sizePolicy().hasHeightForWidth()) self.signoffTextEdit.setSizePolicy(sizePolicy) self.signoffTextEdit.setObjectName("signoffTextEdit") self.hboxlayout.addWidget(self.signoffTextEdit) self.tabWidget.addTab(self.tab_2,"") self.tab_3 = QtGui.QWidget() self.tab_3.setObjectName("tab_3") self.vboxlayout1 = QtGui.QVBoxLayout(self.tab_3) self.vboxlayout1.setSpacing(6) self.vboxlayout1.setMargin(9) self.vboxlayout1.setObjectName("vboxlayout1") self.wrapListCheckBox = QtGui.QCheckBox(self.tab_3) self.wrapListCheckBox.setObjectName("wrapListCheckBox") self.vboxlayout1.addWidget(self.wrapListCheckBox) self.ignoredButton = QtGui.QCheckBox(self.tab_3) self.ignoredButton.setObjectName("ignoredButton") self.vboxlayout1.addWidget(self.ignoredButton) spacerItem = QtGui.QSpacerItem(101,16,QtGui.QSizePolicy.Minimum,QtGui.QSizePolicy.Expanding) self.vboxlayout1.addItem(spacerItem) self.hboxlayout1 = QtGui.QHBoxLayout() self.hboxlayout1.setSpacing(6) self.hboxlayout1.setMargin(0) self.hboxlayout1.setObjectName("hboxlayout1") spacerItem1 = QtGui.QSpacerItem(40,20,QtGui.QSizePolicy.Expanding,QtGui.QSizePolicy.Minimum) self.hboxlayout1.addItem(spacerItem1) self.aboutPushButton = QtGui.QPushButton(self.tab_3) self.aboutPushButton.setObjectName("aboutPushButton") self.hboxlayout1.addWidget(self.aboutPushButton) spacerItem2 = QtGui.QSpacerItem(40,20,QtGui.QSizePolicy.Expanding,QtGui.QSizePolicy.Minimum) self.hboxlayout1.addItem(spacerItem2) self.vboxlayout1.addLayout(self.hboxlayout1) self.tabWidget.addTab(self.tab_3,"") self.vboxlayout.addWidget(self.tabWidget) self.buttonBox = QtGui.QDialogButtonBox(prefDialog) self.buttonBox.setStandardButtons(QtGui.QDialogButtonBox.Cancel|QtGui.QDialogButtonBox.NoButton|QtGui.QDialogButtonBox.Ok) self.buttonBox.setObjectName("buttonBox") self.vboxlayout.addWidget(self.buttonBox) self.label_2.setBuddy(self.editToolEdit) self.label_3.setBuddy(self.mergeToolEdit) self.label.setBuddy(self.diffToolEdit) self.label_4.setBuddy(self.histToolEdit) self.retranslateUi(prefDialog) self.tabWidget.setCurrentIndex(0) QtCore.QObject.connect(self.buttonBox,QtCore.SIGNAL("accepted()"),prefDialog.accept) QtCore.QObject.connect(self.buttonBox,QtCore.SIGNAL("rejected()"),prefDialog.reject) QtCore.QMetaObject.connectSlotsByName(prefDialog) prefDialog.setTabOrder(self.diffToolEdit,self.editToolEdit) prefDialog.setTabOrder(self.editToolEdit,self.mergeToolEdit) prefDialog.setTabOrder(self.mergeToolEdit,self.tabWidget) prefDialog.setTabOrder(self.tabWidget,self.signoffTextEdit) prefDialog.setTabOrder(self.signoffTextEdit,self.wrapListCheckBox) prefDialog.setTabOrder(self.wrapListCheckBox,self.ignoredButton) prefDialog.setTabOrder(self.ignoredButton,self.aboutPushButton) def retranslateUi(self, prefDialog): prefDialog.setWindowTitle(QtGui.QApplication.translate("prefDialog", "Qct Preferences", None, QtGui.QApplication.UnicodeUTF8)) self.label_2.setToolTip(QtGui.QApplication.translate("prefDialog", "\n" "

Supply the name of an external editor, it will be offered as an option in the context menu of appropriate files.

", None, QtGui.QApplication.UnicodeUTF8)) self.label_2.setText(QtGui.QApplication.translate("prefDialog", "Editor:", None, QtGui.QApplication.UnicodeUTF8)) self.label_3.setToolTip(QtGui.QApplication.translate("prefDialog", "\n" "

Specify a two-way merge program that can be used to select changes in your working files for commit. Kompare, meld, and kdiff3 are good examples on Linux.

", None, QtGui.QApplication.UnicodeUTF8)) self.label_3.setText(QtGui.QApplication.translate("prefDialog", "Two-Way Merge:", None, QtGui.QApplication.UnicodeUTF8)) self.editToolEdit.setToolTip(QtGui.QApplication.translate("prefDialog", "\n" "

External editor

", None, QtGui.QApplication.UnicodeUTF8)) self.mergeToolEdit.setToolTip(QtGui.QApplication.translate("prefDialog", "\n" "

Merge tool used for change selection. If you leave this field blank, qct will use a built in change selection feature.

\n" "

\n" "

Example command line: mymergetool \"%m\" \"%o\"

\n" "

\n" "

%m will be substituted with the modified file from your working copy.

\n" "

\n" "

%o will be substituted with the original unmodified file name (and also the merge output file).

", None, QtGui.QApplication.UnicodeUTF8)) self.label.setToolTip(QtGui.QApplication.translate("prefDialog", "\n" "

", None, QtGui.QApplication.UnicodeUTF8)) self.label.setText(QtGui.QApplication.translate("prefDialog", "Diff Viewer", None, QtGui.QApplication.UnicodeUTF8)) self.label_4.setToolTip(QtGui.QApplication.translate("prefDialog", "\n" "

", None, QtGui.QApplication.UnicodeUTF8)) self.label_4.setText(QtGui.QApplication.translate("prefDialog", "History Viewer", None, QtGui.QApplication.UnicodeUTF8)) self.diffToolEdit.setToolTip(QtGui.QApplication.translate("prefDialog", "\n" "

Specify a diff browser command line which is supported by your revision control tool. It will be passed the name of the file you wish to browse, so the VCS must supply the actual diffs. For example:

\n" "

hg vdiff

", None, QtGui.QApplication.UnicodeUTF8)) self.diffToolEdit.setWhatsThis(QtGui.QApplication.translate("prefDialog", "\n" "

Specify a command line that Qct can call to retrieve visual diffs from your revision control tool. Qct will pass the list of selected files to this command line.

", None, QtGui.QApplication.UnicodeUTF8)) self.histToolEdit.setToolTip(QtGui.QApplication.translate("prefDialog", "\n" "

Enter the command line to launch your revision control tools\'s history browser. For example:

\n" "

hg view

", None, QtGui.QApplication.UnicodeUTF8)) self.histToolEdit.setWhatsThis(QtGui.QApplication.translate("prefDialog", "\n" "

Specify a command line that Qct can call to spawn a graphical history browser for your repository.

", None, QtGui.QApplication.UnicodeUTF8)) self.tabWidget.setTabText(self.tabWidget.indexOf(self.tab), QtGui.QApplication.translate("prefDialog", "Externals", None, QtGui.QApplication.UnicodeUTF8)) self.signoffTextEdit.setWhatsThis(QtGui.QApplication.translate("prefDialog", "\n" "

The message you enter here will be appended to every log message you commit with Qct. The Mercurial back-end has a separate facility to configure a sign-off message on a per-repository basis. Please consult the INSTALL file for details.

", None, QtGui.QApplication.UnicodeUTF8)) self.tabWidget.setTabText(self.tabWidget.indexOf(self.tab_2), QtGui.QApplication.translate("prefDialog", "Sign Off", None, QtGui.QApplication.UnicodeUTF8)) self.wrapListCheckBox.setToolTip(QtGui.QApplication.translate("prefDialog", "\n" "

Flow file names from left to right with wrapping

", None, QtGui.QApplication.UnicodeUTF8)) self.wrapListCheckBox.setWhatsThis(QtGui.QApplication.translate("prefDialog", "\n" "

This toggles the layout of the file list. If checked, the files will flow from left to right with wrapping at the right edge and scrolling at the bottom edge. If unchecked, the files will be in a single row from top to bottom.

", None, QtGui.QApplication.UnicodeUTF8)) self.wrapListCheckBox.setText(QtGui.QApplication.translate("prefDialog", "Wrap List", None, QtGui.QApplication.UnicodeUTF8)) self.ignoredButton.setToolTip(QtGui.QApplication.translate("prefDialog", "\n" "

Show files normally ignored by revision control

", None, QtGui.QApplication.UnicodeUTF8)) self.ignoredButton.setWhatsThis(QtGui.QApplication.translate("prefDialog", "\n" "

This button toggles display of unrevisioned files which are typically ignored by your revision control system (via ignore masks). If you commit one of these files it will be automatically added to revision control.

", None, QtGui.QApplication.UnicodeUTF8)) self.ignoredButton.setText(QtGui.QApplication.translate("prefDialog", "Show Ignored", None, QtGui.QApplication.UnicodeUTF8)) self.aboutPushButton.setText(QtGui.QApplication.translate("prefDialog", "About...", None, QtGui.QApplication.UnicodeUTF8)) self.tabWidget.setTabText(self.tabWidget.indexOf(self.tab_3), QtGui.QApplication.translate("prefDialog", "File List", None, QtGui.QApplication.UnicodeUTF8))