|
1 # Form implementation generated from reading ui file '/home/detlev/Development/Python/Eric/eric7_default/src/eric7/Project/PropertiesDialog.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_PropertiesDialog(object): |
|
13 def setupUi(self, PropertiesDialog): |
|
14 PropertiesDialog.setObjectName("PropertiesDialog") |
|
15 PropertiesDialog.resize(600, 700) |
|
16 PropertiesDialog.setMaximumSize(QtCore.QSize(16777215, 16777215)) |
|
17 PropertiesDialog.setSizeGripEnabled(True) |
|
18 self.verticalLayout = QtWidgets.QVBoxLayout(PropertiesDialog) |
|
19 self.verticalLayout.setObjectName("verticalLayout") |
|
20 self.formLayout = QtWidgets.QFormLayout() |
|
21 self.formLayout.setObjectName("formLayout") |
|
22 self.nameLabel = QtWidgets.QLabel(parent=PropertiesDialog) |
|
23 self.nameLabel.setObjectName("nameLabel") |
|
24 self.formLayout.setWidget(0, QtWidgets.QFormLayout.ItemRole.LabelRole, self.nameLabel) |
|
25 self.nameEdit = QtWidgets.QLineEdit(parent=PropertiesDialog) |
|
26 self.nameEdit.setClearButtonEnabled(True) |
|
27 self.nameEdit.setObjectName("nameEdit") |
|
28 self.formLayout.setWidget(0, QtWidgets.QFormLayout.ItemRole.FieldRole, self.nameEdit) |
|
29 self.textLabel1 = QtWidgets.QLabel(parent=PropertiesDialog) |
|
30 self.textLabel1.setObjectName("textLabel1") |
|
31 self.formLayout.setWidget(1, QtWidgets.QFormLayout.ItemRole.LabelRole, self.textLabel1) |
|
32 self.languageComboBox = QtWidgets.QComboBox(parent=PropertiesDialog) |
|
33 self.languageComboBox.setObjectName("languageComboBox") |
|
34 self.formLayout.setWidget(1, QtWidgets.QFormLayout.ItemRole.FieldRole, self.languageComboBox) |
|
35 self.mixedLanguageCheckBox = QtWidgets.QCheckBox(parent=PropertiesDialog) |
|
36 self.mixedLanguageCheckBox.setObjectName("mixedLanguageCheckBox") |
|
37 self.formLayout.setWidget(2, QtWidgets.QFormLayout.ItemRole.FieldRole, self.mixedLanguageCheckBox) |
|
38 self.textLabel1_2 = QtWidgets.QLabel(parent=PropertiesDialog) |
|
39 self.textLabel1_2.setObjectName("textLabel1_2") |
|
40 self.formLayout.setWidget(3, QtWidgets.QFormLayout.ItemRole.LabelRole, self.textLabel1_2) |
|
41 self.projectTypeComboBox = QtWidgets.QComboBox(parent=PropertiesDialog) |
|
42 self.projectTypeComboBox.setObjectName("projectTypeComboBox") |
|
43 self.formLayout.setWidget(3, QtWidgets.QFormLayout.ItemRole.FieldRole, self.projectTypeComboBox) |
|
44 self.dirLabel = QtWidgets.QLabel(parent=PropertiesDialog) |
|
45 self.dirLabel.setObjectName("dirLabel") |
|
46 self.formLayout.setWidget(4, QtWidgets.QFormLayout.ItemRole.LabelRole, self.dirLabel) |
|
47 self.dirPicker = EricPathPicker(parent=PropertiesDialog) |
|
48 sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Preferred) |
|
49 sizePolicy.setHorizontalStretch(0) |
|
50 sizePolicy.setVerticalStretch(0) |
|
51 sizePolicy.setHeightForWidth(self.dirPicker.sizePolicy().hasHeightForWidth()) |
|
52 self.dirPicker.setSizePolicy(sizePolicy) |
|
53 self.dirPicker.setFocusPolicy(QtCore.Qt.FocusPolicy.StrongFocus) |
|
54 self.dirPicker.setObjectName("dirPicker") |
|
55 self.formLayout.setWidget(4, QtWidgets.QFormLayout.ItemRole.FieldRole, self.dirPicker) |
|
56 self.dirLabel_2 = QtWidgets.QLabel(parent=PropertiesDialog) |
|
57 self.dirLabel_2.setObjectName("dirLabel_2") |
|
58 self.formLayout.setWidget(5, QtWidgets.QFormLayout.ItemRole.LabelRole, self.dirLabel_2) |
|
59 self.srcDirPicker = EricPathPicker(parent=PropertiesDialog) |
|
60 sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Preferred) |
|
61 sizePolicy.setHorizontalStretch(0) |
|
62 sizePolicy.setVerticalStretch(0) |
|
63 sizePolicy.setHeightForWidth(self.srcDirPicker.sizePolicy().hasHeightForWidth()) |
|
64 self.srcDirPicker.setSizePolicy(sizePolicy) |
|
65 self.srcDirPicker.setFocusPolicy(QtCore.Qt.FocusPolicy.StrongFocus) |
|
66 self.srcDirPicker.setObjectName("srcDirPicker") |
|
67 self.formLayout.setWidget(5, QtWidgets.QFormLayout.ItemRole.FieldRole, self.srcDirPicker) |
|
68 self.versionLabel = QtWidgets.QLabel(parent=PropertiesDialog) |
|
69 self.versionLabel.setObjectName("versionLabel") |
|
70 self.formLayout.setWidget(6, QtWidgets.QFormLayout.ItemRole.LabelRole, self.versionLabel) |
|
71 self.versionEdit = QtWidgets.QLineEdit(parent=PropertiesDialog) |
|
72 self.versionEdit.setClearButtonEnabled(True) |
|
73 self.versionEdit.setObjectName("versionEdit") |
|
74 self.formLayout.setWidget(6, QtWidgets.QFormLayout.ItemRole.FieldRole, self.versionEdit) |
|
75 self.mainscriptLabel = QtWidgets.QLabel(parent=PropertiesDialog) |
|
76 self.mainscriptLabel.setObjectName("mainscriptLabel") |
|
77 self.formLayout.setWidget(7, QtWidgets.QFormLayout.ItemRole.LabelRole, self.mainscriptLabel) |
|
78 self.mainscriptPicker = EricPathPicker(parent=PropertiesDialog) |
|
79 sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Preferred) |
|
80 sizePolicy.setHorizontalStretch(0) |
|
81 sizePolicy.setVerticalStretch(0) |
|
82 sizePolicy.setHeightForWidth(self.mainscriptPicker.sizePolicy().hasHeightForWidth()) |
|
83 self.mainscriptPicker.setSizePolicy(sizePolicy) |
|
84 self.mainscriptPicker.setFocusPolicy(QtCore.Qt.FocusPolicy.StrongFocus) |
|
85 self.mainscriptPicker.setObjectName("mainscriptPicker") |
|
86 self.formLayout.setWidget(7, QtWidgets.QFormLayout.ItemRole.FieldRole, self.mainscriptPicker) |
|
87 self.eolLabel = QtWidgets.QLabel(parent=PropertiesDialog) |
|
88 self.eolLabel.setObjectName("eolLabel") |
|
89 self.formLayout.setWidget(8, QtWidgets.QFormLayout.ItemRole.LabelRole, self.eolLabel) |
|
90 self.eolComboBox = QtWidgets.QComboBox(parent=PropertiesDialog) |
|
91 self.eolComboBox.setObjectName("eolComboBox") |
|
92 self.eolComboBox.addItem("") |
|
93 self.eolComboBox.addItem("") |
|
94 self.eolComboBox.addItem("") |
|
95 self.eolComboBox.addItem("") |
|
96 self.formLayout.setWidget(8, QtWidgets.QFormLayout.ItemRole.FieldRole, self.eolComboBox) |
|
97 self.label = QtWidgets.QLabel(parent=PropertiesDialog) |
|
98 self.label.setObjectName("label") |
|
99 self.formLayout.setWidget(9, QtWidgets.QFormLayout.ItemRole.LabelRole, self.label) |
|
100 self.docstringStyleComboBox = QtWidgets.QComboBox(parent=PropertiesDialog) |
|
101 self.docstringStyleComboBox.setObjectName("docstringStyleComboBox") |
|
102 self.formLayout.setWidget(9, QtWidgets.QFormLayout.ItemRole.FieldRole, self.docstringStyleComboBox) |
|
103 self.authorLabel = QtWidgets.QLabel(parent=PropertiesDialog) |
|
104 self.authorLabel.setObjectName("authorLabel") |
|
105 self.formLayout.setWidget(10, QtWidgets.QFormLayout.ItemRole.LabelRole, self.authorLabel) |
|
106 self.authorEdit = QtWidgets.QLineEdit(parent=PropertiesDialog) |
|
107 self.authorEdit.setClearButtonEnabled(True) |
|
108 self.authorEdit.setObjectName("authorEdit") |
|
109 self.formLayout.setWidget(10, QtWidgets.QFormLayout.ItemRole.FieldRole, self.authorEdit) |
|
110 self.emailLabel = QtWidgets.QLabel(parent=PropertiesDialog) |
|
111 self.emailLabel.setObjectName("emailLabel") |
|
112 self.formLayout.setWidget(11, QtWidgets.QFormLayout.ItemRole.LabelRole, self.emailLabel) |
|
113 self.emailEdit = QtWidgets.QLineEdit(parent=PropertiesDialog) |
|
114 self.emailEdit.setClearButtonEnabled(True) |
|
115 self.emailEdit.setObjectName("emailEdit") |
|
116 self.formLayout.setWidget(11, QtWidgets.QFormLayout.ItemRole.FieldRole, self.emailEdit) |
|
117 self.descriptionLabel = QtWidgets.QLabel(parent=PropertiesDialog) |
|
118 self.descriptionLabel.setAlignment(QtCore.Qt.AlignmentFlag.AlignTop) |
|
119 self.descriptionLabel.setObjectName("descriptionLabel") |
|
120 self.formLayout.setWidget(12, QtWidgets.QFormLayout.ItemRole.LabelRole, self.descriptionLabel) |
|
121 self.descriptionEdit = EricSpellCheckedTextEdit(parent=PropertiesDialog) |
|
122 self.descriptionEdit.setTabChangesFocus(True) |
|
123 self.descriptionEdit.setAcceptRichText(False) |
|
124 self.descriptionEdit.setObjectName("descriptionEdit") |
|
125 self.formLayout.setWidget(12, QtWidgets.QFormLayout.ItemRole.FieldRole, self.descriptionEdit) |
|
126 self.label_2 = QtWidgets.QLabel(parent=PropertiesDialog) |
|
127 self.label_2.setObjectName("label_2") |
|
128 self.formLayout.setWidget(13, QtWidgets.QFormLayout.ItemRole.LabelRole, self.label_2) |
|
129 self.testingFrameworkComboBox = QtWidgets.QComboBox(parent=PropertiesDialog) |
|
130 self.testingFrameworkComboBox.setObjectName("testingFrameworkComboBox") |
|
131 self.formLayout.setWidget(13, QtWidgets.QFormLayout.ItemRole.FieldRole, self.testingFrameworkComboBox) |
|
132 self.label_3 = QtWidgets.QLabel(parent=PropertiesDialog) |
|
133 self.label_3.setObjectName("label_3") |
|
134 self.formLayout.setWidget(14, QtWidgets.QFormLayout.ItemRole.LabelRole, self.label_3) |
|
135 self.licenseComboBox = QtWidgets.QComboBox(parent=PropertiesDialog) |
|
136 sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Fixed) |
|
137 sizePolicy.setHorizontalStretch(0) |
|
138 sizePolicy.setVerticalStretch(0) |
|
139 sizePolicy.setHeightForWidth(self.licenseComboBox.sizePolicy().hasHeightForWidth()) |
|
140 self.licenseComboBox.setSizePolicy(sizePolicy) |
|
141 self.licenseComboBox.setEditable(True) |
|
142 self.licenseComboBox.setObjectName("licenseComboBox") |
|
143 self.formLayout.setWidget(14, QtWidgets.QFormLayout.ItemRole.FieldRole, self.licenseComboBox) |
|
144 self.verticalLayout.addLayout(self.formLayout) |
|
145 self.embeddedVenvCheckBox = QtWidgets.QCheckBox(parent=PropertiesDialog) |
|
146 self.embeddedVenvCheckBox.setObjectName("embeddedVenvCheckBox") |
|
147 self.verticalLayout.addWidget(self.embeddedVenvCheckBox) |
|
148 self.horizontalLayout_3 = QtWidgets.QHBoxLayout() |
|
149 self.horizontalLayout_3.setObjectName("horizontalLayout_3") |
|
150 spacerItem = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Minimum) |
|
151 self.horizontalLayout_3.addItem(spacerItem) |
|
152 self.spellPropertiesButton = QtWidgets.QPushButton(parent=PropertiesDialog) |
|
153 self.spellPropertiesButton.setObjectName("spellPropertiesButton") |
|
154 self.horizontalLayout_3.addWidget(self.spellPropertiesButton) |
|
155 self.transPropertiesButton = QtWidgets.QPushButton(parent=PropertiesDialog) |
|
156 self.transPropertiesButton.setObjectName("transPropertiesButton") |
|
157 self.horizontalLayout_3.addWidget(self.transPropertiesButton) |
|
158 self.filetypesButton = QtWidgets.QPushButton(parent=PropertiesDialog) |
|
159 self.filetypesButton.setObjectName("filetypesButton") |
|
160 self.horizontalLayout_3.addWidget(self.filetypesButton) |
|
161 spacerItem1 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Minimum) |
|
162 self.horizontalLayout_3.addItem(spacerItem1) |
|
163 self.verticalLayout.addLayout(self.horizontalLayout_3) |
|
164 self.horizontalLayout = QtWidgets.QHBoxLayout() |
|
165 self.horizontalLayout.setObjectName("horizontalLayout") |
|
166 self.makeCheckBox = QtWidgets.QCheckBox(parent=PropertiesDialog) |
|
167 self.makeCheckBox.setObjectName("makeCheckBox") |
|
168 self.horizontalLayout.addWidget(self.makeCheckBox) |
|
169 self.makeButton = QtWidgets.QToolButton(parent=PropertiesDialog) |
|
170 self.makeButton.setEnabled(False) |
|
171 self.makeButton.setText("") |
|
172 self.makeButton.setObjectName("makeButton") |
|
173 self.horizontalLayout.addWidget(self.makeButton) |
|
174 spacerItem2 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Minimum) |
|
175 self.horizontalLayout.addItem(spacerItem2) |
|
176 self.verticalLayout.addLayout(self.horizontalLayout) |
|
177 self.vcsCheckBox = QtWidgets.QCheckBox(parent=PropertiesDialog) |
|
178 self.vcsCheckBox.setObjectName("vcsCheckBox") |
|
179 self.verticalLayout.addWidget(self.vcsCheckBox) |
|
180 self._2 = QtWidgets.QHBoxLayout() |
|
181 self._2.setObjectName("_2") |
|
182 self.vcsLabel = QtWidgets.QLabel(parent=PropertiesDialog) |
|
183 sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.MinimumExpanding, QtWidgets.QSizePolicy.Policy.Preferred) |
|
184 sizePolicy.setHorizontalStretch(0) |
|
185 sizePolicy.setVerticalStretch(0) |
|
186 sizePolicy.setHeightForWidth(self.vcsLabel.sizePolicy().hasHeightForWidth()) |
|
187 self.vcsLabel.setSizePolicy(sizePolicy) |
|
188 self.vcsLabel.setText("") |
|
189 self.vcsLabel.setObjectName("vcsLabel") |
|
190 self._2.addWidget(self.vcsLabel) |
|
191 self.vcsInfoButton = QtWidgets.QPushButton(parent=PropertiesDialog) |
|
192 self.vcsInfoButton.setObjectName("vcsInfoButton") |
|
193 self._2.addWidget(self.vcsInfoButton) |
|
194 self.verticalLayout.addLayout(self._2) |
|
195 self.buttonBox = QtWidgets.QDialogButtonBox(parent=PropertiesDialog) |
|
196 self.buttonBox.setOrientation(QtCore.Qt.Orientation.Horizontal) |
|
197 self.buttonBox.setStandardButtons(QtWidgets.QDialogButtonBox.StandardButton.Cancel|QtWidgets.QDialogButtonBox.StandardButton.Ok) |
|
198 self.buttonBox.setObjectName("buttonBox") |
|
199 self.verticalLayout.addWidget(self.buttonBox) |
|
200 self.nameLabel.setBuddy(self.nameEdit) |
|
201 self.textLabel1.setBuddy(self.languageComboBox) |
|
202 self.textLabel1_2.setBuddy(self.projectTypeComboBox) |
|
203 self.dirLabel.setBuddy(self.dirPicker) |
|
204 self.dirLabel_2.setBuddy(self.dirPicker) |
|
205 self.versionLabel.setBuddy(self.versionEdit) |
|
206 self.mainscriptLabel.setBuddy(self.mainscriptPicker) |
|
207 self.eolLabel.setBuddy(self.eolComboBox) |
|
208 self.authorLabel.setBuddy(self.authorEdit) |
|
209 self.emailLabel.setBuddy(self.emailEdit) |
|
210 self.descriptionLabel.setBuddy(self.descriptionEdit) |
|
211 |
|
212 self.retranslateUi(PropertiesDialog) |
|
213 self.buttonBox.accepted.connect(PropertiesDialog.accept) # type: ignore |
|
214 self.buttonBox.rejected.connect(PropertiesDialog.reject) # type: ignore |
|
215 self.makeCheckBox.toggled['bool'].connect(self.makeButton.setEnabled) # type: ignore |
|
216 QtCore.QMetaObject.connectSlotsByName(PropertiesDialog) |
|
217 PropertiesDialog.setTabOrder(self.nameEdit, self.languageComboBox) |
|
218 PropertiesDialog.setTabOrder(self.languageComboBox, self.mixedLanguageCheckBox) |
|
219 PropertiesDialog.setTabOrder(self.mixedLanguageCheckBox, self.projectTypeComboBox) |
|
220 PropertiesDialog.setTabOrder(self.projectTypeComboBox, self.dirPicker) |
|
221 PropertiesDialog.setTabOrder(self.dirPicker, self.srcDirPicker) |
|
222 PropertiesDialog.setTabOrder(self.srcDirPicker, self.versionEdit) |
|
223 PropertiesDialog.setTabOrder(self.versionEdit, self.mainscriptPicker) |
|
224 PropertiesDialog.setTabOrder(self.mainscriptPicker, self.eolComboBox) |
|
225 PropertiesDialog.setTabOrder(self.eolComboBox, self.docstringStyleComboBox) |
|
226 PropertiesDialog.setTabOrder(self.docstringStyleComboBox, self.authorEdit) |
|
227 PropertiesDialog.setTabOrder(self.authorEdit, self.emailEdit) |
|
228 PropertiesDialog.setTabOrder(self.emailEdit, self.descriptionEdit) |
|
229 PropertiesDialog.setTabOrder(self.descriptionEdit, self.testingFrameworkComboBox) |
|
230 PropertiesDialog.setTabOrder(self.testingFrameworkComboBox, self.licenseComboBox) |
|
231 PropertiesDialog.setTabOrder(self.licenseComboBox, self.embeddedVenvCheckBox) |
|
232 PropertiesDialog.setTabOrder(self.embeddedVenvCheckBox, self.spellPropertiesButton) |
|
233 PropertiesDialog.setTabOrder(self.spellPropertiesButton, self.transPropertiesButton) |
|
234 PropertiesDialog.setTabOrder(self.transPropertiesButton, self.filetypesButton) |
|
235 PropertiesDialog.setTabOrder(self.filetypesButton, self.makeCheckBox) |
|
236 PropertiesDialog.setTabOrder(self.makeCheckBox, self.makeButton) |
|
237 PropertiesDialog.setTabOrder(self.makeButton, self.vcsCheckBox) |
|
238 PropertiesDialog.setTabOrder(self.vcsCheckBox, self.vcsInfoButton) |
|
239 |
|
240 def retranslateUi(self, PropertiesDialog): |
|
241 _translate = QtCore.QCoreApplication.translate |
|
242 PropertiesDialog.setWindowTitle(_translate("PropertiesDialog", "Project Properties")) |
|
243 PropertiesDialog.setWhatsThis(_translate("PropertiesDialog", "<b>Project Properties Dialog</b>\n" |
|
244 "<p>This dialog is used to show and edit the projects properties.</p>\n" |
|
245 "<p>If the project is controlled by a version control system, the \"Show Repository Info\" button displays information about the repository.</p>")) |
|
246 self.nameLabel.setText(_translate("PropertiesDialog", "Project &Name:")) |
|
247 self.nameEdit.setToolTip(_translate("PropertiesDialog", "Enter the project name")) |
|
248 self.nameEdit.setWhatsThis(_translate("PropertiesDialog", "<b>Project Name</b>\n" |
|
249 "<p>Enter the project name</p>")) |
|
250 self.textLabel1.setText(_translate("PropertiesDialog", "&Programming Language:")) |
|
251 self.languageComboBox.setToolTip(_translate("PropertiesDialog", "Select the project\'s programming language")) |
|
252 self.mixedLanguageCheckBox.setToolTip(_translate("PropertiesDialog", "Select, if the project uses other programming languages as well")) |
|
253 self.mixedLanguageCheckBox.setText(_translate("PropertiesDialog", "Mi&xed programming languages")) |
|
254 self.mixedLanguageCheckBox.setShortcut(_translate("PropertiesDialog", "Alt+X")) |
|
255 self.textLabel1_2.setText(_translate("PropertiesDialog", "Project &Type:")) |
|
256 self.projectTypeComboBox.setToolTip(_translate("PropertiesDialog", "Select the type of the project")) |
|
257 self.dirLabel.setText(_translate("PropertiesDialog", "Project &Directory:")) |
|
258 self.dirPicker.setToolTip(_translate("PropertiesDialog", "Enter the project directory")) |
|
259 self.dirPicker.setWhatsThis(_translate("PropertiesDialog", "<b>Project Directory</b>\n" |
|
260 "<p>Enter the project directory. You may select it\n" |
|
261 " with a dialog by pressing the button to the right.</p>")) |
|
262 self.dirLabel_2.setText(_translate("PropertiesDialog", "Project &Sources Directory:")) |
|
263 self.srcDirPicker.setToolTip(_translate("PropertiesDialog", "Enter the project sources subdirectory (leave empty, if sources are directly in the project directory).")) |
|
264 self.srcDirPicker.setWhatsThis(_translate("PropertiesDialog", "<b>Project Directory</b>\n" |
|
265 "<p>Enter the project directory. You may select it\n" |
|
266 " with a dialog by pressing the button to the right.</p>")) |
|
267 self.versionLabel.setText(_translate("PropertiesDialog", "&Version No.:")) |
|
268 self.versionEdit.setToolTip(_translate("PropertiesDialog", "Enter the version number")) |
|
269 self.versionEdit.setWhatsThis(_translate("PropertiesDialog", "<b>Version No.</b>\n" |
|
270 "<p>Enter the version no.</p>")) |
|
271 self.mainscriptLabel.setText(_translate("PropertiesDialog", "&Main Script:")) |
|
272 self.mainscriptPicker.setToolTip(_translate("PropertiesDialog", "Enter the main script")) |
|
273 self.mainscriptPicker.setWhatsThis(_translate("PropertiesDialog", "<b>Main Script</b>\n" |
|
274 "<p>Enter the main script of the project. You may select it\n" |
|
275 " with a dialog by pressing the button to the right.</p>")) |
|
276 self.eolLabel.setText(_translate("PropertiesDialog", "End of &Line Character:")) |
|
277 self.eolComboBox.setToolTip(_translate("PropertiesDialog", "Select the end of line character to be used by the project")) |
|
278 self.eolComboBox.setItemText(0, _translate("PropertiesDialog", "System")) |
|
279 self.eolComboBox.setItemText(1, _translate("PropertiesDialog", "Unix")) |
|
280 self.eolComboBox.setItemText(2, _translate("PropertiesDialog", "Macintosh")) |
|
281 self.eolComboBox.setItemText(3, _translate("PropertiesDialog", "Windows/DOS")) |
|
282 self.label.setText(_translate("PropertiesDialog", "Docstring Style:")) |
|
283 self.docstringStyleComboBox.setToolTip(_translate("PropertiesDialog", "Select the docstring style for the project")) |
|
284 self.authorLabel.setText(_translate("PropertiesDialog", "&Author:")) |
|
285 self.authorEdit.setToolTip(_translate("PropertiesDialog", "Enter author\'s name")) |
|
286 self.authorEdit.setWhatsThis(_translate("PropertiesDialog", "<b>Author</b>\n" |
|
287 "<p>Enter the name of the author.</p>")) |
|
288 self.emailLabel.setText(_translate("PropertiesDialog", "&Email:")) |
|
289 self.emailEdit.setToolTip(_translate("PropertiesDialog", "Enter author\'s email")) |
|
290 self.emailEdit.setWhatsThis(_translate("PropertiesDialog", "<b>Email</b>\n" |
|
291 "<p>Enter the email address of the author</p>")) |
|
292 self.descriptionLabel.setText(_translate("PropertiesDialog", "&Description:")) |
|
293 self.descriptionEdit.setToolTip(_translate("PropertiesDialog", "Enter description")) |
|
294 self.descriptionEdit.setWhatsThis(_translate("PropertiesDialog", "<b>Description</b>\n" |
|
295 "<p>Enter a short description for the project.</p>")) |
|
296 self.label_2.setText(_translate("PropertiesDialog", "Testing Framework:")) |
|
297 self.testingFrameworkComboBox.setToolTip(_translate("PropertiesDialog", "Select the testing framework used by the project")) |
|
298 self.label_3.setText(_translate("PropertiesDialog", "License:")) |
|
299 self.licenseComboBox.setToolTip(_translate("PropertiesDialog", "Enter or select the project license")) |
|
300 self.embeddedVenvCheckBox.setToolTip(_translate("PropertiesDialog", "Select this to create and use a project embedded virtual environment")) |
|
301 self.embeddedVenvCheckBox.setText(_translate("PropertiesDialog", "Use embedded virtual environment")) |
|
302 self.spellPropertiesButton.setToolTip(_translate("PropertiesDialog", "Press to edit the spell checking properties")) |
|
303 self.spellPropertiesButton.setText(_translate("PropertiesDialog", "Spell Checking...")) |
|
304 self.transPropertiesButton.setToolTip(_translate("PropertiesDialog", "Press to edit the translations properties")) |
|
305 self.transPropertiesButton.setText(_translate("PropertiesDialog", "Translations...")) |
|
306 self.filetypesButton.setToolTip(_translate("PropertiesDialog", "Press to edit the filetype associations")) |
|
307 self.filetypesButton.setText(_translate("PropertiesDialog", "Filetype Associations...")) |
|
308 self.makeCheckBox.setToolTip(_translate("PropertiesDialog", "Select to activate the \'make\' support")) |
|
309 self.makeCheckBox.setText(_translate("PropertiesDialog", "Enable \'make\' Support")) |
|
310 self.makeButton.setToolTip(_translate("PropertiesDialog", "Press to open a dialog to enter the \'make\' parameters")) |
|
311 self.vcsCheckBox.setToolTip(_translate("PropertiesDialog", "Select to create a version controlled project")) |
|
312 self.vcsCheckBox.setText(_translate("PropertiesDialog", "Version Controlled Project")) |
|
313 self.vcsInfoButton.setToolTip(_translate("PropertiesDialog", "Press to show information about the repository")) |
|
314 self.vcsInfoButton.setText(_translate("PropertiesDialog", "Show &Repository Info")) |
|
315 self.vcsInfoButton.setShortcut(_translate("PropertiesDialog", "Alt+R")) |
|
316 from eric7.EricWidgets.EricPathPicker import EricPathPicker |
|
317 from eric7.EricWidgets.EricSpellCheckedTextEdit import EricSpellCheckedTextEdit |