src/eric7/CodeFormatting/Ui_IsortConfigurationDialog.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/CodeFormatting/IsortConfigurationDialog.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_IsortConfigurationDialog(object):
13 def setupUi(self, IsortConfigurationDialog):
14 IsortConfigurationDialog.setObjectName("IsortConfigurationDialog")
15 IsortConfigurationDialog.resize(750, 800)
16 IsortConfigurationDialog.setSizeGripEnabled(True)
17 self.gridLayout_2 = QtWidgets.QGridLayout(IsortConfigurationDialog)
18 self.gridLayout_2.setObjectName("gridLayout_2")
19 self.sourceComboBox = QtWidgets.QComboBox(parent=IsortConfigurationDialog)
20 sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Fixed)
21 sizePolicy.setHorizontalStretch(0)
22 sizePolicy.setVerticalStretch(0)
23 sizePolicy.setHeightForWidth(self.sourceComboBox.sizePolicy().hasHeightForWidth())
24 self.sourceComboBox.setSizePolicy(sizePolicy)
25 self.sourceComboBox.setObjectName("sourceComboBox")
26 self.gridLayout_2.addWidget(self.sourceComboBox, 0, 1, 1, 1)
27 self.label = QtWidgets.QLabel(parent=IsortConfigurationDialog)
28 self.label.setObjectName("label")
29 self.gridLayout_2.addWidget(self.label, 0, 0, 1, 1)
30 self.buttonBox = QtWidgets.QDialogButtonBox(parent=IsortConfigurationDialog)
31 self.buttonBox.setOrientation(QtCore.Qt.Orientation.Horizontal)
32 self.buttonBox.setStandardButtons(QtWidgets.QDialogButtonBox.StandardButton.Cancel|QtWidgets.QDialogButtonBox.StandardButton.Ok)
33 self.buttonBox.setObjectName("buttonBox")
34 self.gridLayout_2.addWidget(self.buttonBox, 2, 0, 1, 2)
35 self.configurationGroup = QtWidgets.QGroupBox(parent=IsortConfigurationDialog)
36 self.configurationGroup.setObjectName("configurationGroup")
37 self.verticalLayout_2 = QtWidgets.QVBoxLayout(self.configurationGroup)
38 self.verticalLayout_2.setObjectName("verticalLayout_2")
39 self.groupBox_2 = QtWidgets.QGroupBox(parent=self.configurationGroup)
40 sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Preferred, QtWidgets.QSizePolicy.Policy.Preferred)
41 sizePolicy.setHorizontalStretch(0)
42 sizePolicy.setVerticalStretch(2)
43 sizePolicy.setHeightForWidth(self.groupBox_2.sizePolicy().hasHeightForWidth())
44 self.groupBox_2.setSizePolicy(sizePolicy)
45 self.groupBox_2.setObjectName("groupBox_2")
46 self.horizontalLayout_2 = QtWidgets.QHBoxLayout(self.groupBox_2)
47 self.horizontalLayout_2.setObjectName("horizontalLayout_2")
48 self.verticalLayout_3 = QtWidgets.QVBoxLayout()
49 self.verticalLayout_3.setObjectName("verticalLayout_3")
50 self.horizontalLayout = QtWidgets.QHBoxLayout()
51 self.horizontalLayout.setObjectName("horizontalLayout")
52 self.label_14 = QtWidgets.QLabel(parent=self.groupBox_2)
53 self.label_14.setObjectName("label_14")
54 self.horizontalLayout.addWidget(self.label_14)
55 self.sortOrderComboBox = QtWidgets.QComboBox(parent=self.groupBox_2)
56 self.sortOrderComboBox.setObjectName("sortOrderComboBox")
57 self.horizontalLayout.addWidget(self.sortOrderComboBox)
58 self.verticalLayout_3.addLayout(self.horizontalLayout)
59 self.label_15 = QtWidgets.QLabel(parent=self.groupBox_2)
60 sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Preferred)
61 sizePolicy.setHorizontalStretch(0)
62 sizePolicy.setVerticalStretch(0)
63 sizePolicy.setHeightForWidth(self.label_15.sizePolicy().hasHeightForWidth())
64 self.label_15.setSizePolicy(sizePolicy)
65 self.label_15.setOpenExternalLinks(True)
66 self.label_15.setObjectName("label_15")
67 self.verticalLayout_3.addWidget(self.label_15)
68 self.sortCaseSensitiveCheckBox = QtWidgets.QCheckBox(parent=self.groupBox_2)
69 self.sortCaseSensitiveCheckBox.setObjectName("sortCaseSensitiveCheckBox")
70 self.verticalLayout_3.addWidget(self.sortCaseSensitiveCheckBox)
71 self.sortIgnoreStyleCheckBox = QtWidgets.QCheckBox(parent=self.groupBox_2)
72 self.sortIgnoreStyleCheckBox.setObjectName("sortIgnoreStyleCheckBox")
73 self.verticalLayout_3.addWidget(self.sortIgnoreStyleCheckBox)
74 self.sortFromFirstCheckBox = QtWidgets.QCheckBox(parent=self.groupBox_2)
75 self.sortFromFirstCheckBox.setObjectName("sortFromFirstCheckBox")
76 self.verticalLayout_3.addWidget(self.sortFromFirstCheckBox)
77 spacerItem = QtWidgets.QSpacerItem(20, 13, QtWidgets.QSizePolicy.Policy.Minimum, QtWidgets.QSizePolicy.Policy.Expanding)
78 self.verticalLayout_3.addItem(spacerItem)
79 self.horizontalLayout_2.addLayout(self.verticalLayout_3)
80 self.gridLayout_6 = QtWidgets.QGridLayout()
81 self.gridLayout_6.setObjectName("gridLayout_6")
82 self.label_10 = QtWidgets.QLabel(parent=self.groupBox_2)
83 self.label_10.setAlignment(QtCore.Qt.AlignmentFlag.AlignLeading|QtCore.Qt.AlignmentFlag.AlignLeft|QtCore.Qt.AlignmentFlag.AlignTop)
84 self.label_10.setObjectName("label_10")
85 self.gridLayout_6.addWidget(self.label_10, 0, 0, 1, 1)
86 self.label_17 = QtWidgets.QLabel(parent=self.groupBox_2)
87 self.label_17.setObjectName("label_17")
88 self.gridLayout_6.addWidget(self.label_17, 0, 1, 1, 1)
89 self.sectionsEdit = QtWidgets.QPlainTextEdit(parent=self.groupBox_2)
90 self.sectionsEdit.setObjectName("sectionsEdit")
91 self.gridLayout_6.addWidget(self.sectionsEdit, 1, 0, 1, 1)
92 self.firstPartyEdit = QtWidgets.QPlainTextEdit(parent=self.groupBox_2)
93 self.firstPartyEdit.setObjectName("firstPartyEdit")
94 self.gridLayout_6.addWidget(self.firstPartyEdit, 1, 1, 1, 1)
95 self.horizontalLayout_2.addLayout(self.gridLayout_6)
96 self.verticalLayout_2.addWidget(self.groupBox_2)
97 self.groupBox_3 = QtWidgets.QGroupBox(parent=self.configurationGroup)
98 sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Preferred, QtWidgets.QSizePolicy.Policy.Preferred)
99 sizePolicy.setHorizontalStretch(0)
100 sizePolicy.setVerticalStretch(3)
101 sizePolicy.setHeightForWidth(self.groupBox_3.sizePolicy().hasHeightForWidth())
102 self.groupBox_3.setSizePolicy(sizePolicy)
103 self.groupBox_3.setObjectName("groupBox_3")
104 self.gridLayout_5 = QtWidgets.QGridLayout(self.groupBox_3)
105 self.gridLayout_5.setObjectName("gridLayout_5")
106 self.label_16 = QtWidgets.QLabel(parent=self.groupBox_3)
107 self.label_16.setObjectName("label_16")
108 self.gridLayout_5.addWidget(self.label_16, 0, 0, 1, 1)
109 self.extensionsEdit = QtWidgets.QLineEdit(parent=self.groupBox_3)
110 self.extensionsEdit.setClearButtonEnabled(True)
111 self.extensionsEdit.setObjectName("extensionsEdit")
112 self.gridLayout_5.addWidget(self.extensionsEdit, 0, 1, 1, 1)
113 self.label_11 = QtWidgets.QLabel(parent=self.groupBox_3)
114 self.label_11.setAlignment(QtCore.Qt.AlignmentFlag.AlignLeading|QtCore.Qt.AlignmentFlag.AlignLeft|QtCore.Qt.AlignmentFlag.AlignTop)
115 self.label_11.setObjectName("label_11")
116 self.gridLayout_5.addWidget(self.label_11, 1, 0, 1, 1)
117 self.excludeEdit = QtWidgets.QPlainTextEdit(parent=self.groupBox_3)
118 self.excludeEdit.setObjectName("excludeEdit")
119 self.gridLayout_5.addWidget(self.excludeEdit, 1, 1, 1, 1)
120 self.verticalLayout_2.addWidget(self.groupBox_3)
121 self.groupBox = QtWidgets.QGroupBox(parent=self.configurationGroup)
122 self.groupBox.setObjectName("groupBox")
123 self.verticalLayout = QtWidgets.QVBoxLayout(self.groupBox)
124 self.verticalLayout.setObjectName("verticalLayout")
125 self.gridLayout_4 = QtWidgets.QGridLayout()
126 self.gridLayout_4.setObjectName("gridLayout_4")
127 self.multiLineComboBox = QtWidgets.QComboBox(parent=self.groupBox)
128 self.multiLineComboBox.setObjectName("multiLineComboBox")
129 self.gridLayout_4.addWidget(self.multiLineComboBox, 2, 1, 1, 1)
130 self.profileComboBox = QtWidgets.QComboBox(parent=self.groupBox)
131 self.profileComboBox.setEditable(True)
132 self.profileComboBox.setObjectName("profileComboBox")
133 self.gridLayout_4.addWidget(self.profileComboBox, 0, 1, 1, 1)
134 self.label_3 = QtWidgets.QLabel(parent=self.groupBox)
135 self.label_3.setObjectName("label_3")
136 self.gridLayout_4.addWidget(self.label_3, 1, 0, 1, 1)
137 self.pythonComboBox = QtWidgets.QComboBox(parent=self.groupBox)
138 self.pythonComboBox.setObjectName("pythonComboBox")
139 self.gridLayout_4.addWidget(self.pythonComboBox, 1, 1, 1, 1)
140 self.label_13 = QtWidgets.QLabel(parent=self.groupBox)
141 sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Preferred)
142 sizePolicy.setHorizontalStretch(0)
143 sizePolicy.setVerticalStretch(0)
144 sizePolicy.setHeightForWidth(self.label_13.sizePolicy().hasHeightForWidth())
145 self.label_13.setSizePolicy(sizePolicy)
146 self.label_13.setOpenExternalLinks(True)
147 self.label_13.setObjectName("label_13")
148 self.gridLayout_4.addWidget(self.label_13, 0, 2, 1, 1)
149 self.label_4 = QtWidgets.QLabel(parent=self.groupBox)
150 self.label_4.setObjectName("label_4")
151 self.gridLayout_4.addWidget(self.label_4, 2, 0, 1, 1)
152 spacerItem1 = QtWidgets.QSpacerItem(198, 20, QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Minimum)
153 self.gridLayout_4.addItem(spacerItem1, 1, 2, 1, 1)
154 self.label_2 = QtWidgets.QLabel(parent=self.groupBox)
155 self.label_2.setObjectName("label_2")
156 self.gridLayout_4.addWidget(self.label_2, 0, 0, 1, 1)
157 self.label_12 = QtWidgets.QLabel(parent=self.groupBox)
158 sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Preferred)
159 sizePolicy.setHorizontalStretch(0)
160 sizePolicy.setVerticalStretch(0)
161 sizePolicy.setHeightForWidth(self.label_12.sizePolicy().hasHeightForWidth())
162 self.label_12.setSizePolicy(sizePolicy)
163 self.label_12.setOpenExternalLinks(True)
164 self.label_12.setObjectName("label_12")
165 self.gridLayout_4.addWidget(self.label_12, 2, 2, 1, 1)
166 self.verticalLayout.addLayout(self.gridLayout_4)
167 self.gridLayout_3 = QtWidgets.QGridLayout()
168 self.gridLayout_3.setObjectName("gridLayout_3")
169 self.label_5 = QtWidgets.QLabel(parent=self.groupBox)
170 self.label_5.setObjectName("label_5")
171 self.gridLayout_3.addWidget(self.label_5, 0, 0, 1, 1)
172 self.lineLengthSpinBox = QtWidgets.QSpinBox(parent=self.groupBox)
173 self.lineLengthSpinBox.setAlignment(QtCore.Qt.AlignmentFlag.AlignRight|QtCore.Qt.AlignmentFlag.AlignTrailing|QtCore.Qt.AlignmentFlag.AlignVCenter)
174 self.lineLengthSpinBox.setMinimum(70)
175 self.lineLengthSpinBox.setMaximum(120)
176 self.lineLengthSpinBox.setProperty("value", 79)
177 self.lineLengthSpinBox.setObjectName("lineLengthSpinBox")
178 self.gridLayout_3.addWidget(self.lineLengthSpinBox, 0, 1, 1, 2)
179 spacerItem2 = QtWidgets.QSpacerItem(388, 17, QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Minimum)
180 self.gridLayout_3.addItem(spacerItem2, 0, 3, 1, 6)
181 self.label_6 = QtWidgets.QLabel(parent=self.groupBox)
182 self.label_6.setObjectName("label_6")
183 self.gridLayout_3.addWidget(self.label_6, 1, 0, 1, 1)
184 self.linesBeforeImportsSpinBox = QtWidgets.QSpinBox(parent=self.groupBox)
185 self.linesBeforeImportsSpinBox.setAlignment(QtCore.Qt.AlignmentFlag.AlignRight|QtCore.Qt.AlignmentFlag.AlignTrailing|QtCore.Qt.AlignmentFlag.AlignVCenter)
186 self.linesBeforeImportsSpinBox.setMinimum(-1)
187 self.linesBeforeImportsSpinBox.setMaximum(5)
188 self.linesBeforeImportsSpinBox.setProperty("value", -1)
189 self.linesBeforeImportsSpinBox.setObjectName("linesBeforeImportsSpinBox")
190 self.gridLayout_3.addWidget(self.linesBeforeImportsSpinBox, 1, 1, 1, 3)
191 spacerItem3 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Minimum)
192 self.gridLayout_3.addItem(spacerItem3, 1, 4, 1, 1)
193 self.label_7 = QtWidgets.QLabel(parent=self.groupBox)
194 self.label_7.setObjectName("label_7")
195 self.gridLayout_3.addWidget(self.label_7, 1, 5, 1, 1)
196 self.linesAfterImportsSpinBox = QtWidgets.QSpinBox(parent=self.groupBox)
197 self.linesAfterImportsSpinBox.setAlignment(QtCore.Qt.AlignmentFlag.AlignRight|QtCore.Qt.AlignmentFlag.AlignTrailing|QtCore.Qt.AlignmentFlag.AlignVCenter)
198 self.linesAfterImportsSpinBox.setMinimum(-1)
199 self.linesAfterImportsSpinBox.setMaximum(120)
200 self.linesAfterImportsSpinBox.setProperty("value", -1)
201 self.linesAfterImportsSpinBox.setObjectName("linesAfterImportsSpinBox")
202 self.gridLayout_3.addWidget(self.linesAfterImportsSpinBox, 1, 6, 1, 2)
203 spacerItem4 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Minimum)
204 self.gridLayout_3.addItem(spacerItem4, 1, 8, 1, 1)
205 self.label_8 = QtWidgets.QLabel(parent=self.groupBox)
206 self.label_8.setObjectName("label_8")
207 self.gridLayout_3.addWidget(self.label_8, 2, 0, 1, 1)
208 self.linesBetweenSectionsSpinBox = QtWidgets.QSpinBox(parent=self.groupBox)
209 self.linesBetweenSectionsSpinBox.setAlignment(QtCore.Qt.AlignmentFlag.AlignRight|QtCore.Qt.AlignmentFlag.AlignTrailing|QtCore.Qt.AlignmentFlag.AlignVCenter)
210 self.linesBetweenSectionsSpinBox.setMinimum(0)
211 self.linesBetweenSectionsSpinBox.setMaximum(5)
212 self.linesBetweenSectionsSpinBox.setProperty("value", 1)
213 self.linesBetweenSectionsSpinBox.setObjectName("linesBetweenSectionsSpinBox")
214 self.gridLayout_3.addWidget(self.linesBetweenSectionsSpinBox, 2, 1, 1, 1)
215 spacerItem5 = QtWidgets.QSpacerItem(88, 20, QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Minimum)
216 self.gridLayout_3.addItem(spacerItem5, 2, 2, 1, 3)
217 self.label_9 = QtWidgets.QLabel(parent=self.groupBox)
218 self.label_9.setObjectName("label_9")
219 self.gridLayout_3.addWidget(self.label_9, 2, 5, 1, 1)
220 self.linesBetweenTypesSpinBox = QtWidgets.QSpinBox(parent=self.groupBox)
221 self.linesBetweenTypesSpinBox.setAlignment(QtCore.Qt.AlignmentFlag.AlignRight|QtCore.Qt.AlignmentFlag.AlignTrailing|QtCore.Qt.AlignmentFlag.AlignVCenter)
222 self.linesBetweenTypesSpinBox.setMinimum(0)
223 self.linesBetweenTypesSpinBox.setMaximum(5)
224 self.linesBetweenTypesSpinBox.setProperty("value", 0)
225 self.linesBetweenTypesSpinBox.setObjectName("linesBetweenTypesSpinBox")
226 self.gridLayout_3.addWidget(self.linesBetweenTypesSpinBox, 2, 6, 1, 1)
227 spacerItem6 = QtWidgets.QSpacerItem(88, 24, QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Minimum)
228 self.gridLayout_3.addItem(spacerItem6, 2, 7, 1, 2)
229 self.trailingCommaCheckBox = QtWidgets.QCheckBox(parent=self.groupBox)
230 self.trailingCommaCheckBox.setObjectName("trailingCommaCheckBox")
231 self.gridLayout_3.addWidget(self.trailingCommaCheckBox, 3, 0, 1, 5)
232 self.parenthesesCheckBox = QtWidgets.QCheckBox(parent=self.groupBox)
233 self.parenthesesCheckBox.setObjectName("parenthesesCheckBox")
234 self.gridLayout_3.addWidget(self.parenthesesCheckBox, 3, 5, 1, 4)
235 self.combineAsCheckBox = QtWidgets.QCheckBox(parent=self.groupBox)
236 self.combineAsCheckBox.setObjectName("combineAsCheckBox")
237 self.gridLayout_3.addWidget(self.combineAsCheckBox, 4, 0, 1, 5)
238 self.verticalLayout.addLayout(self.gridLayout_3)
239 self.verticalLayout_2.addWidget(self.groupBox)
240 self.gridLayout_2.addWidget(self.configurationGroup, 1, 0, 1, 2)
241
242 self.retranslateUi(IsortConfigurationDialog)
243 self.buttonBox.accepted.connect(IsortConfigurationDialog.accept) # type: ignore
244 self.buttonBox.rejected.connect(IsortConfigurationDialog.reject) # type: ignore
245 QtCore.QMetaObject.connectSlotsByName(IsortConfigurationDialog)
246 IsortConfigurationDialog.setTabOrder(self.sourceComboBox, self.sortOrderComboBox)
247 IsortConfigurationDialog.setTabOrder(self.sortOrderComboBox, self.label_15)
248 IsortConfigurationDialog.setTabOrder(self.label_15, self.sortCaseSensitiveCheckBox)
249 IsortConfigurationDialog.setTabOrder(self.sortCaseSensitiveCheckBox, self.sortIgnoreStyleCheckBox)
250 IsortConfigurationDialog.setTabOrder(self.sortIgnoreStyleCheckBox, self.sortFromFirstCheckBox)
251 IsortConfigurationDialog.setTabOrder(self.sortFromFirstCheckBox, self.sectionsEdit)
252 IsortConfigurationDialog.setTabOrder(self.sectionsEdit, self.firstPartyEdit)
253 IsortConfigurationDialog.setTabOrder(self.firstPartyEdit, self.extensionsEdit)
254 IsortConfigurationDialog.setTabOrder(self.extensionsEdit, self.excludeEdit)
255 IsortConfigurationDialog.setTabOrder(self.excludeEdit, self.profileComboBox)
256 IsortConfigurationDialog.setTabOrder(self.profileComboBox, self.label_13)
257 IsortConfigurationDialog.setTabOrder(self.label_13, self.pythonComboBox)
258 IsortConfigurationDialog.setTabOrder(self.pythonComboBox, self.multiLineComboBox)
259 IsortConfigurationDialog.setTabOrder(self.multiLineComboBox, self.label_12)
260 IsortConfigurationDialog.setTabOrder(self.label_12, self.lineLengthSpinBox)
261 IsortConfigurationDialog.setTabOrder(self.lineLengthSpinBox, self.linesBeforeImportsSpinBox)
262 IsortConfigurationDialog.setTabOrder(self.linesBeforeImportsSpinBox, self.linesAfterImportsSpinBox)
263 IsortConfigurationDialog.setTabOrder(self.linesAfterImportsSpinBox, self.linesBetweenSectionsSpinBox)
264 IsortConfigurationDialog.setTabOrder(self.linesBetweenSectionsSpinBox, self.linesBetweenTypesSpinBox)
265 IsortConfigurationDialog.setTabOrder(self.linesBetweenTypesSpinBox, self.trailingCommaCheckBox)
266 IsortConfigurationDialog.setTabOrder(self.trailingCommaCheckBox, self.parenthesesCheckBox)
267 IsortConfigurationDialog.setTabOrder(self.parenthesesCheckBox, self.combineAsCheckBox)
268
269 def retranslateUi(self, IsortConfigurationDialog):
270 _translate = QtCore.QCoreApplication.translate
271 IsortConfigurationDialog.setWindowTitle(_translate("IsortConfigurationDialog", "isort Configuration"))
272 self.sourceComboBox.setToolTip(_translate("IsortConfigurationDialog", "Select the configuration source."))
273 self.label.setText(_translate("IsortConfigurationDialog", "Configuration Source:"))
274 self.configurationGroup.setTitle(_translate("IsortConfigurationDialog", "Configuration"))
275 self.groupBox_2.setTitle(_translate("IsortConfigurationDialog", "Sorting"))
276 self.label_14.setText(_translate("IsortConfigurationDialog", "Sort Order:"))
277 self.sortOrderComboBox.setToolTip(_translate("IsortConfigurationDialog", "Select the sort order (empty for default)."))
278 self.label_15.setText(_translate("IsortConfigurationDialog", "<a href=\"https://pycqa.github.io/isort/docs/configuration/options.html#sort-order\">Defined Sort Orders</a>"))
279 self.sortCaseSensitiveCheckBox.setToolTip(_translate("IsortConfigurationDialog", "Select to sort imports observing the case."))
280 self.sortCaseSensitiveCheckBox.setText(_translate("IsortConfigurationDialog", "Sort Case Sensitively"))
281 self.sortIgnoreStyleCheckBox.setToolTip(_translate("IsortConfigurationDialog", "Select to sort the imports by module, independent of import style"))
282 self.sortIgnoreStyleCheckBox.setText(_translate("IsortConfigurationDialog", "Sort Ignoring Style"))
283 self.sortFromFirstCheckBox.setToolTip(_translate("IsortConfigurationDialog", "Select to place from imports first then straight ones"))
284 self.sortFromFirstCheckBox.setText(_translate("IsortConfigurationDialog", "Sort From First"))
285 self.label_10.setText(_translate("IsortConfigurationDialog", "Sections:"))
286 self.label_17.setText(_translate("IsortConfigurationDialog", "Known First Party Packages:"))
287 self.sectionsEdit.setToolTip(_translate("IsortConfigurationDialog", "Enter the order of sections (one per line)."))
288 self.firstPartyEdit.setToolTip(_translate("IsortConfigurationDialog", "Enter the known first party package names (one per line)."))
289 self.groupBox_3.setTitle(_translate("IsortConfigurationDialog", "Input"))
290 self.label_16.setText(_translate("IsortConfigurationDialog", "Supported Extensions:"))
291 self.extensionsEdit.setToolTip(_translate("IsortConfigurationDialog", "Enter the supported extensions separated by space (empty for default)."))
292 self.label_11.setText(_translate("IsortConfigurationDialog", "Exclude Patterns:"))
293 self.excludeEdit.setToolTip(_translate("IsortConfigurationDialog", "Enter glob patterns for files to be skipped."))
294 self.groupBox.setTitle(_translate("IsortConfigurationDialog", "Output"))
295 self.multiLineComboBox.setToolTip(_translate("IsortConfigurationDialog", "Select the type of multi line import statements (see isort documentation)."))
296 self.profileComboBox.setToolTip(_translate("IsortConfigurationDialog", "Enter a profile to be used (empty for none) (see isort documentation)."))
297 self.label_3.setText(_translate("IsortConfigurationDialog", "Target Version:"))
298 self.pythonComboBox.setToolTip(_translate("IsortConfigurationDialog", "Select the target Python version."))
299 self.label_13.setText(_translate("IsortConfigurationDialog", "<a href=\"https://pycqa.github.io/isort/docs/configuration/profiles.html\">Built-In Profiles</a>"))
300 self.label_4.setText(_translate("IsortConfigurationDialog", "Multi Line Output:"))
301 self.label_2.setText(_translate("IsortConfigurationDialog", "Profile:"))
302 self.label_12.setText(_translate("IsortConfigurationDialog", "<a href=\"https://pycqa.github.io/isort/docs/configuration/multi_line_output_modes.html\">Defined Multi Line Output Modes</a>"))
303 self.label_5.setText(_translate("IsortConfigurationDialog", "Line Length:"))
304 self.lineLengthSpinBox.setToolTip(_translate("IsortConfigurationDialog", "Enter the allowed maximum line length."))
305 self.label_6.setText(_translate("IsortConfigurationDialog", "Lines Before Imports:"))
306 self.linesBeforeImportsSpinBox.setToolTip(_translate("IsortConfigurationDialog", "Enter the number of lines before import statements."))
307 self.linesBeforeImportsSpinBox.setSpecialValueText(_translate("IsortConfigurationDialog", "automatic"))
308 self.label_7.setText(_translate("IsortConfigurationDialog", "Lines After Imports:"))
309 self.linesAfterImportsSpinBox.setToolTip(_translate("IsortConfigurationDialog", "Enter the number of lines after import statements."))
310 self.linesAfterImportsSpinBox.setSpecialValueText(_translate("IsortConfigurationDialog", "automatic"))
311 self.label_8.setText(_translate("IsortConfigurationDialog", "Lines Between Sections:"))
312 self.linesBetweenSectionsSpinBox.setToolTip(_translate("IsortConfigurationDialog", "Enter the number of lines between import sections."))
313 self.label_9.setText(_translate("IsortConfigurationDialog", "Lines Between Types:"))
314 self.linesBetweenTypesSpinBox.setToolTip(_translate("IsortConfigurationDialog", "Enter the number of lines between import types."))
315 self.trailingCommaCheckBox.setToolTip(_translate("IsortConfigurationDialog", "Select to include a trailing comma."))
316 self.trailingCommaCheckBox.setText(_translate("IsortConfigurationDialog", "Include Trailing Comma"))
317 self.parenthesesCheckBox.setToolTip(_translate("IsortConfigurationDialog", "Select for parenthesized import statements."))
318 self.parenthesesCheckBox.setText(_translate("IsortConfigurationDialog", "Use Parentheses"))
319 self.combineAsCheckBox.setToolTip(_translate("IsortConfigurationDialog", "Select to combine as imports on the same line."))
320 self.combineAsCheckBox.setText(_translate("IsortConfigurationDialog", "Combine As Imports"))

eric ide

mercurial