src/eric7/VCS/Ui_CommandOptionsDialog.py

branch
eric7
changeset 10743
5d3a5a05114e
child 10745
2921faddeaec
equal deleted inserted replaced
10742:7aa41173b44b 10743:5d3a5a05114e
1 # Form implementation generated from reading ui file '/home/detlev/Development/Python/Eric/eric7_default/src/eric7/VCS/CommandOptionsDialog.ui'
2 #
3 # Created by: PyQt6 UI code generator 6.7.0
4 #
5 # WARNING: Any manual changes made to this file will be lost when pyuic6 is
6 # run again. Do not edit this file unless you know what you are doing.
7
8
9 from PyQt6 import QtCore, QtGui, QtWidgets
10
11
12 class Ui_VcsCommandOptionsDialog(object):
13 def setupUi(self, VcsCommandOptionsDialog):
14 VcsCommandOptionsDialog.setObjectName("VcsCommandOptionsDialog")
15 VcsCommandOptionsDialog.resize(531, 413)
16 VcsCommandOptionsDialog.setSizeGripEnabled(True)
17 self.vboxlayout = QtWidgets.QVBoxLayout(VcsCommandOptionsDialog)
18 self.vboxlayout.setObjectName("vboxlayout")
19 self.gridlayout = QtWidgets.QGridLayout()
20 self.gridlayout.setObjectName("gridlayout")
21 self.historyLabel = QtWidgets.QLabel(parent=VcsCommandOptionsDialog)
22 self.historyLabel.setObjectName("historyLabel")
23 self.gridlayout.addWidget(self.historyLabel, 8, 0, 1, 1)
24 self.addLabel = QtWidgets.QLabel(parent=VcsCommandOptionsDialog)
25 self.addLabel.setObjectName("addLabel")
26 self.gridlayout.addWidget(self.addLabel, 4, 0, 1, 1)
27 self.removeLabel = QtWidgets.QLabel(parent=VcsCommandOptionsDialog)
28 self.removeLabel.setObjectName("removeLabel")
29 self.gridlayout.addWidget(self.removeLabel, 5, 0, 1, 1)
30 self.tagLabel = QtWidgets.QLabel(parent=VcsCommandOptionsDialog)
31 self.tagLabel.setObjectName("tagLabel")
32 self.gridlayout.addWidget(self.tagLabel, 10, 0, 1, 1)
33 self.commitEdit = QtWidgets.QLineEdit(parent=VcsCommandOptionsDialog)
34 self.commitEdit.setObjectName("commitEdit")
35 self.gridlayout.addWidget(self.commitEdit, 1, 1, 1, 1)
36 self.historyEdit = QtWidgets.QLineEdit(parent=VcsCommandOptionsDialog)
37 self.historyEdit.setObjectName("historyEdit")
38 self.gridlayout.addWidget(self.historyEdit, 8, 1, 1, 1)
39 self.diffEdit = QtWidgets.QLineEdit(parent=VcsCommandOptionsDialog)
40 self.diffEdit.setObjectName("diffEdit")
41 self.gridlayout.addWidget(self.diffEdit, 6, 1, 1, 1)
42 self.updateEdit = QtWidgets.QLineEdit(parent=VcsCommandOptionsDialog)
43 self.updateEdit.setObjectName("updateEdit")
44 self.gridlayout.addWidget(self.updateEdit, 3, 1, 1, 1)
45 self.logEdit = QtWidgets.QLineEdit(parent=VcsCommandOptionsDialog)
46 self.logEdit.setObjectName("logEdit")
47 self.gridlayout.addWidget(self.logEdit, 7, 1, 1, 1)
48 self.tagEdit = QtWidgets.QLineEdit(parent=VcsCommandOptionsDialog)
49 self.tagEdit.setObjectName("tagEdit")
50 self.gridlayout.addWidget(self.tagEdit, 10, 1, 1, 1)
51 self.statusEdit = QtWidgets.QLineEdit(parent=VcsCommandOptionsDialog)
52 self.statusEdit.setObjectName("statusEdit")
53 self.gridlayout.addWidget(self.statusEdit, 9, 1, 1, 1)
54 self.diffLabel = QtWidgets.QLabel(parent=VcsCommandOptionsDialog)
55 self.diffLabel.setObjectName("diffLabel")
56 self.gridlayout.addWidget(self.diffLabel, 6, 0, 1, 1)
57 self.globalLabel = QtWidgets.QLabel(parent=VcsCommandOptionsDialog)
58 self.globalLabel.setObjectName("globalLabel")
59 self.gridlayout.addWidget(self.globalLabel, 0, 0, 1, 1)
60 self.exportEdit = QtWidgets.QLineEdit(parent=VcsCommandOptionsDialog)
61 self.exportEdit.setObjectName("exportEdit")
62 self.gridlayout.addWidget(self.exportEdit, 11, 1, 1, 1)
63 self.addEdit = QtWidgets.QLineEdit(parent=VcsCommandOptionsDialog)
64 self.addEdit.setObjectName("addEdit")
65 self.gridlayout.addWidget(self.addEdit, 4, 1, 1, 1)
66 self.logLabel = QtWidgets.QLabel(parent=VcsCommandOptionsDialog)
67 self.logLabel.setObjectName("logLabel")
68 self.gridlayout.addWidget(self.logLabel, 7, 0, 1, 1)
69 self.statusLabel = QtWidgets.QLabel(parent=VcsCommandOptionsDialog)
70 self.statusLabel.setObjectName("statusLabel")
71 self.gridlayout.addWidget(self.statusLabel, 9, 0, 1, 1)
72 self.removeEdit = QtWidgets.QLineEdit(parent=VcsCommandOptionsDialog)
73 self.removeEdit.setObjectName("removeEdit")
74 self.gridlayout.addWidget(self.removeEdit, 5, 1, 1, 1)
75 self.checkoutEdit = QtWidgets.QLineEdit(parent=VcsCommandOptionsDialog)
76 self.checkoutEdit.setObjectName("checkoutEdit")
77 self.gridlayout.addWidget(self.checkoutEdit, 2, 1, 1, 1)
78 self.commitLabel = QtWidgets.QLabel(parent=VcsCommandOptionsDialog)
79 self.commitLabel.setObjectName("commitLabel")
80 self.gridlayout.addWidget(self.commitLabel, 1, 0, 1, 1)
81 self.exportLabel = QtWidgets.QLabel(parent=VcsCommandOptionsDialog)
82 self.exportLabel.setObjectName("exportLabel")
83 self.gridlayout.addWidget(self.exportLabel, 11, 0, 1, 1)
84 self.checkoutLabel = QtWidgets.QLabel(parent=VcsCommandOptionsDialog)
85 self.checkoutLabel.setObjectName("checkoutLabel")
86 self.gridlayout.addWidget(self.checkoutLabel, 2, 0, 1, 1)
87 self.updateLabel = QtWidgets.QLabel(parent=VcsCommandOptionsDialog)
88 self.updateLabel.setObjectName("updateLabel")
89 self.gridlayout.addWidget(self.updateLabel, 3, 0, 1, 1)
90 self.globalEdit = QtWidgets.QLineEdit(parent=VcsCommandOptionsDialog)
91 self.globalEdit.setObjectName("globalEdit")
92 self.gridlayout.addWidget(self.globalEdit, 0, 1, 1, 1)
93 self.vboxlayout.addLayout(self.gridlayout)
94 self.buttonBox = QtWidgets.QDialogButtonBox(parent=VcsCommandOptionsDialog)
95 self.buttonBox.setOrientation(QtCore.Qt.Orientation.Horizontal)
96 self.buttonBox.setStandardButtons(QtWidgets.QDialogButtonBox.StandardButton.Cancel|QtWidgets.QDialogButtonBox.StandardButton.Ok)
97 self.buttonBox.setObjectName("buttonBox")
98 self.vboxlayout.addWidget(self.buttonBox)
99 self.historyLabel.setBuddy(self.historyEdit)
100 self.addLabel.setBuddy(self.addEdit)
101 self.removeLabel.setBuddy(self.removeEdit)
102 self.tagLabel.setBuddy(self.tagEdit)
103 self.diffLabel.setBuddy(self.diffEdit)
104 self.globalLabel.setBuddy(self.globalEdit)
105 self.logLabel.setBuddy(self.logEdit)
106 self.statusLabel.setBuddy(self.statusEdit)
107 self.commitLabel.setBuddy(self.commitEdit)
108 self.exportLabel.setBuddy(self.exportEdit)
109 self.checkoutLabel.setBuddy(self.checkoutEdit)
110 self.updateLabel.setBuddy(self.updateEdit)
111
112 self.retranslateUi(VcsCommandOptionsDialog)
113 self.buttonBox.accepted.connect(VcsCommandOptionsDialog.accept) # type: ignore
114 self.buttonBox.rejected.connect(VcsCommandOptionsDialog.reject) # type: ignore
115 QtCore.QMetaObject.connectSlotsByName(VcsCommandOptionsDialog)
116 VcsCommandOptionsDialog.setTabOrder(self.globalEdit, self.commitEdit)
117 VcsCommandOptionsDialog.setTabOrder(self.commitEdit, self.checkoutEdit)
118 VcsCommandOptionsDialog.setTabOrder(self.checkoutEdit, self.updateEdit)
119 VcsCommandOptionsDialog.setTabOrder(self.updateEdit, self.addEdit)
120 VcsCommandOptionsDialog.setTabOrder(self.addEdit, self.removeEdit)
121 VcsCommandOptionsDialog.setTabOrder(self.removeEdit, self.diffEdit)
122 VcsCommandOptionsDialog.setTabOrder(self.diffEdit, self.logEdit)
123 VcsCommandOptionsDialog.setTabOrder(self.logEdit, self.historyEdit)
124 VcsCommandOptionsDialog.setTabOrder(self.historyEdit, self.statusEdit)
125 VcsCommandOptionsDialog.setTabOrder(self.statusEdit, self.tagEdit)
126 VcsCommandOptionsDialog.setTabOrder(self.tagEdit, self.exportEdit)
127
128 def retranslateUi(self, VcsCommandOptionsDialog):
129 _translate = QtCore.QCoreApplication.translate
130 VcsCommandOptionsDialog.setWindowTitle(_translate("VcsCommandOptionsDialog", "VCS Command Options"))
131 VcsCommandOptionsDialog.setWhatsThis(_translate("VcsCommandOptionsDialog", "<b>VCS Command Options Dialog</b>\n"
132 "<p>Enter the options for the different VCS commands. The \"Global Options\" entry applies to all VCS commands.</p>"))
133 self.historyLabel.setText(_translate("VcsCommandOptionsDialog", "&History Options:"))
134 self.addLabel.setText(_translate("VcsCommandOptionsDialog", "&Add Options:"))
135 self.removeLabel.setText(_translate("VcsCommandOptionsDialog", "&Remove Options:"))
136 self.tagLabel.setText(_translate("VcsCommandOptionsDialog", "&Tag Options:"))
137 self.commitEdit.setToolTip(_translate("VcsCommandOptionsDialog", "Enter the options for the commit command."))
138 self.commitEdit.setWhatsThis(_translate("VcsCommandOptionsDialog", "<b>Commit Options</b>\n"
139 "<p>Enter the options for the commit command.</p>"))
140 self.historyEdit.setToolTip(_translate("VcsCommandOptionsDialog", "Enter the options for the history command."))
141 self.historyEdit.setWhatsThis(_translate("VcsCommandOptionsDialog", "<b>History Options</b>\n"
142 "<p>Enter the options for the history command.</p>"))
143 self.diffEdit.setToolTip(_translate("VcsCommandOptionsDialog", "Enter the options for the diff command."))
144 self.diffEdit.setWhatsThis(_translate("VcsCommandOptionsDialog", "<b>Diff Options</b>\n"
145 "<p>Enter the options for the diff command.</p>"))
146 self.updateEdit.setToolTip(_translate("VcsCommandOptionsDialog", "Enter the options for the update command."))
147 self.updateEdit.setWhatsThis(_translate("VcsCommandOptionsDialog", "<b>Update Options</b>\n"
148 "<p>Enter the options for the update command.</p>"))
149 self.logEdit.setToolTip(_translate("VcsCommandOptionsDialog", "Enter the options for the log command."))
150 self.logEdit.setWhatsThis(_translate("VcsCommandOptionsDialog", "<b>Log Options</b>\n"
151 "<p>Enter the options for the log command.</p>"))
152 self.tagEdit.setToolTip(_translate("VcsCommandOptionsDialog", "Enter the options for the tag command."))
153 self.tagEdit.setWhatsThis(_translate("VcsCommandOptionsDialog", "<b>Tag Options</b>\n"
154 "<p>Enter the options for the tag command.</p>"))
155 self.statusEdit.setToolTip(_translate("VcsCommandOptionsDialog", "Enter the options for the status command."))
156 self.statusEdit.setWhatsThis(_translate("VcsCommandOptionsDialog", "<b>Status Options</b>\n"
157 "<p>Enter the options for the status command.</p>"))
158 self.diffLabel.setText(_translate("VcsCommandOptionsDialog", "&Diff Options:"))
159 self.globalLabel.setText(_translate("VcsCommandOptionsDialog", "&Global Options:"))
160 self.exportEdit.setToolTip(_translate("VcsCommandOptionsDialog", "Enter the options for the export command."))
161 self.exportEdit.setWhatsThis(_translate("VcsCommandOptionsDialog", "<b>Export Options</b>\n"
162 "<p>Enter the options for the export command.</p>"))
163 self.addEdit.setToolTip(_translate("VcsCommandOptionsDialog", "Enter the options for the add command."))
164 self.addEdit.setWhatsThis(_translate("VcsCommandOptionsDialog", "<b>Add Options</b>\n"
165 "<p>Enter the options for the add command.</p>"))
166 self.logLabel.setText(_translate("VcsCommandOptionsDialog", "&Log Options:"))
167 self.statusLabel.setText(_translate("VcsCommandOptionsDialog", "&StatusOptions:"))
168 self.removeEdit.setToolTip(_translate("VcsCommandOptionsDialog", "Enter the options for the remove command."))
169 self.removeEdit.setWhatsThis(_translate("VcsCommandOptionsDialog", "<b>Remove Options</b>\n"
170 "<p>Enter the options for the remove command.</p>"))
171 self.checkoutEdit.setToolTip(_translate("VcsCommandOptionsDialog", "Enter the options for the checkout command."))
172 self.checkoutEdit.setWhatsThis(_translate("VcsCommandOptionsDialog", "<b>Checkout Options</b>\n"
173 "<p>Enter the options for the checkout command.</p>"))
174 self.commitLabel.setText(_translate("VcsCommandOptionsDialog", "Co&mmit Options:"))
175 self.exportLabel.setText(_translate("VcsCommandOptionsDialog", "&Export Options:"))
176 self.checkoutLabel.setText(_translate("VcsCommandOptionsDialog", "Check&out Options:"))
177 self.updateLabel.setText(_translate("VcsCommandOptionsDialog", "&Update Options:"))
178 self.globalEdit.setToolTip(_translate("VcsCommandOptionsDialog", "Enter the global options."))
179 self.globalEdit.setWhatsThis(_translate("VcsCommandOptionsDialog", "<b>Global Options</b>\n"
180 "<p>Enter the global options.</p>"))

eric ide

mercurial