|
1 # Form implementation generated from reading ui file '/home/detlev/Development/Python/Eric/eric7_default/src/eric7/Preferences/ConfigurationPages/InterfacePage.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_InterfacePage(object): |
|
13 def setupUi(self, InterfacePage): |
|
14 InterfacePage.setObjectName("InterfacePage") |
|
15 InterfacePage.resize(550, 1235) |
|
16 self.verticalLayout_3 = QtWidgets.QVBoxLayout(InterfacePage) |
|
17 self.verticalLayout_3.setObjectName("verticalLayout_3") |
|
18 self.headerLabel = QtWidgets.QLabel(parent=InterfacePage) |
|
19 self.headerLabel.setObjectName("headerLabel") |
|
20 self.verticalLayout_3.addWidget(self.headerLabel) |
|
21 self.line9 = QtWidgets.QFrame(parent=InterfacePage) |
|
22 self.line9.setFrameShape(QtWidgets.QFrame.Shape.HLine) |
|
23 self.line9.setFrameShadow(QtWidgets.QFrame.Shadow.Sunken) |
|
24 self.line9.setFrameShape(QtWidgets.QFrame.Shape.HLine) |
|
25 self.line9.setObjectName("line9") |
|
26 self.verticalLayout_3.addWidget(self.line9) |
|
27 self.groupBox_4 = QtWidgets.QGroupBox(parent=InterfacePage) |
|
28 self.groupBox_4.setObjectName("groupBox_4") |
|
29 self.gridLayout_2 = QtWidgets.QGridLayout(self.groupBox_4) |
|
30 self.gridLayout_2.setObjectName("gridLayout_2") |
|
31 self.horizontalLayout_2 = QtWidgets.QHBoxLayout() |
|
32 self.horizontalLayout_2.setObjectName("horizontalLayout_2") |
|
33 self.label_4 = QtWidgets.QLabel(parent=self.groupBox_4) |
|
34 self.label_4.setObjectName("label_4") |
|
35 self.horizontalLayout_2.addWidget(self.label_4) |
|
36 self.fileFiltersEdit = QtWidgets.QLineEdit(parent=self.groupBox_4) |
|
37 self.fileFiltersEdit.setObjectName("fileFiltersEdit") |
|
38 self.horizontalLayout_2.addWidget(self.fileFiltersEdit) |
|
39 self.gridLayout_2.addLayout(self.horizontalLayout_2, 3, 0, 1, 2) |
|
40 self.uiBrowsersListFoldersFirstCheckBox = QtWidgets.QCheckBox(parent=self.groupBox_4) |
|
41 self.uiBrowsersListFoldersFirstCheckBox.setObjectName("uiBrowsersListFoldersFirstCheckBox") |
|
42 self.gridLayout_2.addWidget(self.uiBrowsersListFoldersFirstCheckBox, 0, 0, 1, 1) |
|
43 self.uiBrowsersHideNonPublicCheckBox = QtWidgets.QCheckBox(parent=self.groupBox_4) |
|
44 self.uiBrowsersHideNonPublicCheckBox.setObjectName("uiBrowsersHideNonPublicCheckBox") |
|
45 self.gridLayout_2.addWidget(self.uiBrowsersHideNonPublicCheckBox, 0, 1, 1, 1) |
|
46 self.uiBrowsersSortByOccurrenceCheckBox = QtWidgets.QCheckBox(parent=self.groupBox_4) |
|
47 self.uiBrowsersSortByOccurrenceCheckBox.setObjectName("uiBrowsersSortByOccurrenceCheckBox") |
|
48 self.gridLayout_2.addWidget(self.uiBrowsersSortByOccurrenceCheckBox, 1, 0, 1, 1) |
|
49 self.browserShowCodingCheckBox = QtWidgets.QCheckBox(parent=self.groupBox_4) |
|
50 self.browserShowCodingCheckBox.setObjectName("browserShowCodingCheckBox") |
|
51 self.gridLayout_2.addWidget(self.browserShowCodingCheckBox, 1, 1, 1, 1) |
|
52 self.verticalLayout_3.addWidget(self.groupBox_4) |
|
53 self.uiCaptionShowsFilenameGroupBox = QtWidgets.QGroupBox(parent=InterfacePage) |
|
54 self.uiCaptionShowsFilenameGroupBox.setFocusPolicy(QtCore.Qt.FocusPolicy.StrongFocus) |
|
55 self.uiCaptionShowsFilenameGroupBox.setCheckable(True) |
|
56 self.uiCaptionShowsFilenameGroupBox.setObjectName("uiCaptionShowsFilenameGroupBox") |
|
57 self.hboxlayout = QtWidgets.QHBoxLayout(self.uiCaptionShowsFilenameGroupBox) |
|
58 self.hboxlayout.setObjectName("hboxlayout") |
|
59 self.label = QtWidgets.QLabel(parent=self.uiCaptionShowsFilenameGroupBox) |
|
60 self.label.setObjectName("label") |
|
61 self.hboxlayout.addWidget(self.label) |
|
62 self.filenameLengthSpinBox = QtWidgets.QSpinBox(parent=self.uiCaptionShowsFilenameGroupBox) |
|
63 self.filenameLengthSpinBox.setMinimum(10) |
|
64 self.filenameLengthSpinBox.setMaximum(999) |
|
65 self.filenameLengthSpinBox.setSingleStep(10) |
|
66 self.filenameLengthSpinBox.setProperty("value", 100) |
|
67 self.filenameLengthSpinBox.setObjectName("filenameLengthSpinBox") |
|
68 self.hboxlayout.addWidget(self.filenameLengthSpinBox) |
|
69 spacerItem = QtWidgets.QSpacerItem(31, 23, QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Minimum) |
|
70 self.hboxlayout.addItem(spacerItem) |
|
71 self.verticalLayout_3.addWidget(self.uiCaptionShowsFilenameGroupBox) |
|
72 self.groupBox = QtWidgets.QGroupBox(parent=InterfacePage) |
|
73 self.groupBox.setObjectName("groupBox") |
|
74 self.gridLayout_3 = QtWidgets.QGridLayout(self.groupBox) |
|
75 self.gridLayout_3.setObjectName("gridLayout_3") |
|
76 self.label_2 = QtWidgets.QLabel(parent=self.groupBox) |
|
77 self.label_2.setObjectName("label_2") |
|
78 self.gridLayout_3.addWidget(self.label_2, 0, 0, 1, 1) |
|
79 self.styleComboBox = QtWidgets.QComboBox(parent=self.groupBox) |
|
80 self.styleComboBox.setObjectName("styleComboBox") |
|
81 self.gridLayout_3.addWidget(self.styleComboBox, 0, 1, 1, 1) |
|
82 self.label_3 = QtWidgets.QLabel(parent=self.groupBox) |
|
83 self.label_3.setObjectName("label_3") |
|
84 self.gridLayout_3.addWidget(self.label_3, 1, 0, 1, 1) |
|
85 self.styleSheetPicker = EricPathPicker(parent=self.groupBox) |
|
86 sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Preferred) |
|
87 sizePolicy.setHorizontalStretch(0) |
|
88 sizePolicy.setVerticalStretch(0) |
|
89 sizePolicy.setHeightForWidth(self.styleSheetPicker.sizePolicy().hasHeightForWidth()) |
|
90 self.styleSheetPicker.setSizePolicy(sizePolicy) |
|
91 self.styleSheetPicker.setFocusPolicy(QtCore.Qt.FocusPolicy.StrongFocus) |
|
92 self.styleSheetPicker.setObjectName("styleSheetPicker") |
|
93 self.gridLayout_3.addWidget(self.styleSheetPicker, 1, 1, 1, 1) |
|
94 self.label_6 = QtWidgets.QLabel(parent=self.groupBox) |
|
95 self.label_6.setObjectName("label_6") |
|
96 self.gridLayout_3.addWidget(self.label_6, 2, 0, 1, 1) |
|
97 self.styleIconsPathPicker = EricPathPicker(parent=self.groupBox) |
|
98 sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Preferred) |
|
99 sizePolicy.setHorizontalStretch(0) |
|
100 sizePolicy.setVerticalStretch(0) |
|
101 sizePolicy.setHeightForWidth(self.styleIconsPathPicker.sizePolicy().hasHeightForWidth()) |
|
102 self.styleIconsPathPicker.setSizePolicy(sizePolicy) |
|
103 self.styleIconsPathPicker.setFocusPolicy(QtCore.Qt.FocusPolicy.StrongFocus) |
|
104 self.styleIconsPathPicker.setObjectName("styleIconsPathPicker") |
|
105 self.gridLayout_3.addWidget(self.styleIconsPathPicker, 2, 1, 1, 1) |
|
106 self.label_7 = QtWidgets.QLabel(parent=self.groupBox) |
|
107 self.label_7.setObjectName("label_7") |
|
108 self.gridLayout_3.addWidget(self.label_7, 3, 0, 1, 1) |
|
109 self.itemSelectionStyleComboBox = QtWidgets.QComboBox(parent=self.groupBox) |
|
110 self.itemSelectionStyleComboBox.setObjectName("itemSelectionStyleComboBox") |
|
111 self.gridLayout_3.addWidget(self.itemSelectionStyleComboBox, 3, 1, 1, 1) |
|
112 self.label_8 = QtWidgets.QLabel(parent=self.groupBox) |
|
113 self.label_8.setObjectName("label_8") |
|
114 self.gridLayout_3.addWidget(self.label_8, 4, 1, 1, 1) |
|
115 self.verticalLayout_3.addWidget(self.groupBox) |
|
116 self.groupBox_8 = QtWidgets.QGroupBox(parent=InterfacePage) |
|
117 self.groupBox_8.setObjectName("groupBox_8") |
|
118 self.verticalLayout_2 = QtWidgets.QVBoxLayout(self.groupBox_8) |
|
119 self.verticalLayout_2.setObjectName("verticalLayout_2") |
|
120 self.horizontalLayout = QtWidgets.QHBoxLayout() |
|
121 self.horizontalLayout.setObjectName("horizontalLayout") |
|
122 self.gridLayout_7 = QtWidgets.QGridLayout() |
|
123 self.gridLayout_7.setObjectName("gridLayout_7") |
|
124 self.iconBarButton = QtWidgets.QPushButton(parent=self.groupBox_8) |
|
125 self.iconBarButton.setObjectName("iconBarButton") |
|
126 self.gridLayout_7.addWidget(self.iconBarButton, 0, 0, 1, 2) |
|
127 self.label_5 = QtWidgets.QLabel(parent=self.groupBox_8) |
|
128 self.label_5.setObjectName("label_5") |
|
129 self.gridLayout_7.addWidget(self.label_5, 1, 0, 1, 1) |
|
130 self.iconSizeComboBox = QtWidgets.QComboBox(parent=self.groupBox_8) |
|
131 self.iconSizeComboBox.setObjectName("iconSizeComboBox") |
|
132 self.gridLayout_7.addWidget(self.iconSizeComboBox, 1, 1, 1, 1) |
|
133 self.horizontalLayout.addLayout(self.gridLayout_7) |
|
134 self.sampleLabel = QtWidgets.QLabel(parent=self.groupBox_8) |
|
135 self.sampleLabel.setMinimumSize(QtCore.QSize(50, 50)) |
|
136 self.sampleLabel.setText("") |
|
137 self.sampleLabel.setAlignment(QtCore.Qt.AlignmentFlag.AlignCenter) |
|
138 self.sampleLabel.setObjectName("sampleLabel") |
|
139 self.horizontalLayout.addWidget(self.sampleLabel) |
|
140 self.highlightedSampleLabel = QtWidgets.QLabel(parent=self.groupBox_8) |
|
141 self.highlightedSampleLabel.setMinimumSize(QtCore.QSize(50, 50)) |
|
142 self.highlightedSampleLabel.setText("") |
|
143 self.highlightedSampleLabel.setAlignment(QtCore.Qt.AlignmentFlag.AlignCenter) |
|
144 self.highlightedSampleLabel.setObjectName("highlightedSampleLabel") |
|
145 self.horizontalLayout.addWidget(self.highlightedSampleLabel) |
|
146 spacerItem1 = QtWidgets.QSpacerItem(396, 20, QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Minimum) |
|
147 self.horizontalLayout.addItem(spacerItem1) |
|
148 self.verticalLayout_2.addLayout(self.horizontalLayout) |
|
149 self.line9_3 = QtWidgets.QFrame(parent=self.groupBox_8) |
|
150 self.line9_3.setFrameShape(QtWidgets.QFrame.Shape.HLine) |
|
151 self.line9_3.setFrameShadow(QtWidgets.QFrame.Shadow.Sunken) |
|
152 self.line9_3.setFrameShape(QtWidgets.QFrame.Shape.HLine) |
|
153 self.line9_3.setObjectName("line9_3") |
|
154 self.verticalLayout_2.addWidget(self.line9_3) |
|
155 self.TextLabel1_2_2_3 = QtWidgets.QLabel(parent=self.groupBox_8) |
|
156 self.TextLabel1_2_2_3.setObjectName("TextLabel1_2_2_3") |
|
157 self.verticalLayout_2.addWidget(self.TextLabel1_2_2_3) |
|
158 self.combinedLeftRightSidebarCheckBox = QtWidgets.QCheckBox(parent=self.groupBox_8) |
|
159 self.combinedLeftRightSidebarCheckBox.setObjectName("combinedLeftRightSidebarCheckBox") |
|
160 self.verticalLayout_2.addWidget(self.combinedLeftRightSidebarCheckBox) |
|
161 self.verticalLayout_3.addWidget(self.groupBox_8) |
|
162 self.line9_2 = QtWidgets.QFrame(parent=InterfacePage) |
|
163 self.line9_2.setFrameShape(QtWidgets.QFrame.Shape.HLine) |
|
164 self.line9_2.setFrameShadow(QtWidgets.QFrame.Shadow.Sunken) |
|
165 self.line9_2.setFrameShape(QtWidgets.QFrame.Shape.HLine) |
|
166 self.line9_2.setObjectName("line9_2") |
|
167 self.verticalLayout_3.addWidget(self.line9_2) |
|
168 self.TextLabel1_2_2_2 = QtWidgets.QLabel(parent=InterfacePage) |
|
169 self.TextLabel1_2_2_2.setObjectName("TextLabel1_2_2_2") |
|
170 self.verticalLayout_3.addWidget(self.TextLabel1_2_2_2) |
|
171 self.gridLayout = QtWidgets.QGridLayout() |
|
172 self.gridLayout.setObjectName("gridLayout") |
|
173 self.layoutComboBox = QtWidgets.QComboBox(parent=InterfacePage) |
|
174 sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Fixed) |
|
175 sizePolicy.setHorizontalStretch(0) |
|
176 sizePolicy.setVerticalStretch(0) |
|
177 sizePolicy.setHeightForWidth(self.layoutComboBox.sizePolicy().hasHeightForWidth()) |
|
178 self.layoutComboBox.setSizePolicy(sizePolicy) |
|
179 self.layoutComboBox.setObjectName("layoutComboBox") |
|
180 self.layoutComboBox.addItem("") |
|
181 self.layoutComboBox.addItem("") |
|
182 self.gridLayout.addWidget(self.layoutComboBox, 1, 1, 1, 1) |
|
183 self.languageComboBox = QtWidgets.QComboBox(parent=InterfacePage) |
|
184 sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Fixed) |
|
185 sizePolicy.setHorizontalStretch(0) |
|
186 sizePolicy.setVerticalStretch(0) |
|
187 sizePolicy.setHeightForWidth(self.languageComboBox.sizePolicy().hasHeightForWidth()) |
|
188 self.languageComboBox.setSizePolicy(sizePolicy) |
|
189 self.languageComboBox.setObjectName("languageComboBox") |
|
190 self.gridLayout.addWidget(self.languageComboBox, 0, 1, 1, 1) |
|
191 self.languageLabel = QtWidgets.QLabel(parent=InterfacePage) |
|
192 sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Fixed, QtWidgets.QSizePolicy.Policy.Preferred) |
|
193 sizePolicy.setHorizontalStretch(0) |
|
194 sizePolicy.setVerticalStretch(0) |
|
195 sizePolicy.setHeightForWidth(self.languageLabel.sizePolicy().hasHeightForWidth()) |
|
196 self.languageLabel.setSizePolicy(sizePolicy) |
|
197 self.languageLabel.setObjectName("languageLabel") |
|
198 self.gridLayout.addWidget(self.languageLabel, 0, 0, 1, 1) |
|
199 self.layoutLabel = QtWidgets.QLabel(parent=InterfacePage) |
|
200 self.layoutLabel.setObjectName("layoutLabel") |
|
201 self.gridLayout.addWidget(self.layoutLabel, 1, 0, 1, 1) |
|
202 self.verticalLayout_3.addLayout(self.gridLayout) |
|
203 self.groupBox_3 = QtWidgets.QGroupBox(parent=InterfacePage) |
|
204 self.groupBox_3.setObjectName("groupBox_3") |
|
205 self.verticalLayout = QtWidgets.QVBoxLayout(self.groupBox_3) |
|
206 self.verticalLayout.setObjectName("verticalLayout") |
|
207 self.groupBox_10 = QtWidgets.QGroupBox(parent=self.groupBox_3) |
|
208 self.groupBox_10.setObjectName("groupBox_10") |
|
209 self.gridLayout_5 = QtWidgets.QGridLayout(self.groupBox_10) |
|
210 self.gridLayout_5.setObjectName("gridLayout_5") |
|
211 self.symbolsCheckBox = QtWidgets.QCheckBox(parent=self.groupBox_10) |
|
212 self.symbolsCheckBox.setObjectName("symbolsCheckBox") |
|
213 self.gridLayout_5.addWidget(self.symbolsCheckBox, 2, 0, 1, 1) |
|
214 self.templateViewerCheckBox = QtWidgets.QCheckBox(parent=self.groupBox_10) |
|
215 self.templateViewerCheckBox.setObjectName("templateViewerCheckBox") |
|
216 self.gridLayout_5.addWidget(self.templateViewerCheckBox, 1, 0, 1, 1) |
|
217 self.fileBrowserCheckBox = QtWidgets.QCheckBox(parent=self.groupBox_10) |
|
218 self.fileBrowserCheckBox.setObjectName("fileBrowserCheckBox") |
|
219 self.gridLayout_5.addWidget(self.fileBrowserCheckBox, 1, 1, 1, 1) |
|
220 self.findReplaceCheckBox = QtWidgets.QCheckBox(parent=self.groupBox_10) |
|
221 self.findReplaceCheckBox.setObjectName("findReplaceCheckBox") |
|
222 self.gridLayout_5.addWidget(self.findReplaceCheckBox, 0, 0, 1, 1) |
|
223 self.findLocationCheckBox = QtWidgets.QCheckBox(parent=self.groupBox_10) |
|
224 self.findLocationCheckBox.setObjectName("findLocationCheckBox") |
|
225 self.gridLayout_5.addWidget(self.findLocationCheckBox, 0, 1, 1, 1) |
|
226 self.verticalLayout.addWidget(self.groupBox_10) |
|
227 self.leftRightGroupBox = QtWidgets.QGroupBox(parent=self.groupBox_3) |
|
228 self.leftRightGroupBox.setObjectName("leftRightGroupBox") |
|
229 self.gridLayout_4 = QtWidgets.QGridLayout(self.leftRightGroupBox) |
|
230 self.gridLayout_4.setObjectName("gridLayout_4") |
|
231 self.codeDocumentationViewerCheckBox = QtWidgets.QCheckBox(parent=self.leftRightGroupBox) |
|
232 self.codeDocumentationViewerCheckBox.setObjectName("codeDocumentationViewerCheckBox") |
|
233 self.gridLayout_4.addWidget(self.codeDocumentationViewerCheckBox, 0, 0, 1, 1) |
|
234 self.helpViewerCheckBox = QtWidgets.QCheckBox(parent=self.leftRightGroupBox) |
|
235 self.helpViewerCheckBox.setObjectName("helpViewerCheckBox") |
|
236 self.gridLayout_4.addWidget(self.helpViewerCheckBox, 0, 1, 1, 1) |
|
237 self.condaCheckBox = QtWidgets.QCheckBox(parent=self.leftRightGroupBox) |
|
238 self.condaCheckBox.setObjectName("condaCheckBox") |
|
239 self.gridLayout_4.addWidget(self.condaCheckBox, 1, 0, 1, 1) |
|
240 self.pypiCheckBox = QtWidgets.QCheckBox(parent=self.leftRightGroupBox) |
|
241 self.pypiCheckBox.setObjectName("pypiCheckBox") |
|
242 self.gridLayout_4.addWidget(self.pypiCheckBox, 1, 1, 1, 1) |
|
243 self.cooperationCheckBox = QtWidgets.QCheckBox(parent=self.leftRightGroupBox) |
|
244 self.cooperationCheckBox.setObjectName("cooperationCheckBox") |
|
245 self.gridLayout_4.addWidget(self.cooperationCheckBox, 2, 0, 1, 1) |
|
246 self.ircCheckBox = QtWidgets.QCheckBox(parent=self.leftRightGroupBox) |
|
247 self.ircCheckBox.setObjectName("ircCheckBox") |
|
248 self.gridLayout_4.addWidget(self.ircCheckBox, 2, 1, 1, 1) |
|
249 self.microPythonCheckBox = QtWidgets.QCheckBox(parent=self.leftRightGroupBox) |
|
250 self.microPythonCheckBox.setObjectName("microPythonCheckBox") |
|
251 self.gridLayout_4.addWidget(self.microPythonCheckBox, 3, 0, 1, 1) |
|
252 self.verticalLayout.addWidget(self.leftRightGroupBox) |
|
253 self.groupBox_11 = QtWidgets.QGroupBox(parent=self.groupBox_3) |
|
254 self.groupBox_11.setObjectName("groupBox_11") |
|
255 self.gridLayout_6 = QtWidgets.QGridLayout(self.groupBox_11) |
|
256 self.gridLayout_6.setObjectName("gridLayout_6") |
|
257 self.numbersCheckBox = QtWidgets.QCheckBox(parent=self.groupBox_11) |
|
258 self.numbersCheckBox.setObjectName("numbersCheckBox") |
|
259 self.gridLayout_6.addWidget(self.numbersCheckBox, 0, 0, 1, 1) |
|
260 self.verticalLayout.addWidget(self.groupBox_11) |
|
261 self.verticalLayout_3.addWidget(self.groupBox_3) |
|
262 self.horizontalLayout_3 = QtWidgets.QHBoxLayout() |
|
263 self.horizontalLayout_3.setObjectName("horizontalLayout_3") |
|
264 spacerItem2 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Minimum) |
|
265 self.horizontalLayout_3.addItem(spacerItem2) |
|
266 self.resetLayoutButton = QtWidgets.QPushButton(parent=InterfacePage) |
|
267 self.resetLayoutButton.setObjectName("resetLayoutButton") |
|
268 self.horizontalLayout_3.addWidget(self.resetLayoutButton) |
|
269 spacerItem3 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Minimum) |
|
270 self.horizontalLayout_3.addItem(spacerItem3) |
|
271 self.verticalLayout_3.addLayout(self.horizontalLayout_3) |
|
272 spacerItem4 = QtWidgets.QSpacerItem(20, 0, QtWidgets.QSizePolicy.Policy.Minimum, QtWidgets.QSizePolicy.Policy.Expanding) |
|
273 self.verticalLayout_3.addItem(spacerItem4) |
|
274 self.languageLabel.setBuddy(self.languageComboBox) |
|
275 |
|
276 self.retranslateUi(InterfacePage) |
|
277 QtCore.QMetaObject.connectSlotsByName(InterfacePage) |
|
278 InterfacePage.setTabOrder(self.uiBrowsersListFoldersFirstCheckBox, self.uiBrowsersHideNonPublicCheckBox) |
|
279 InterfacePage.setTabOrder(self.uiBrowsersHideNonPublicCheckBox, self.uiBrowsersSortByOccurrenceCheckBox) |
|
280 InterfacePage.setTabOrder(self.uiBrowsersSortByOccurrenceCheckBox, self.browserShowCodingCheckBox) |
|
281 InterfacePage.setTabOrder(self.browserShowCodingCheckBox, self.fileFiltersEdit) |
|
282 InterfacePage.setTabOrder(self.fileFiltersEdit, self.uiCaptionShowsFilenameGroupBox) |
|
283 InterfacePage.setTabOrder(self.uiCaptionShowsFilenameGroupBox, self.filenameLengthSpinBox) |
|
284 InterfacePage.setTabOrder(self.filenameLengthSpinBox, self.styleComboBox) |
|
285 InterfacePage.setTabOrder(self.styleComboBox, self.styleSheetPicker) |
|
286 InterfacePage.setTabOrder(self.styleSheetPicker, self.styleIconsPathPicker) |
|
287 InterfacePage.setTabOrder(self.styleIconsPathPicker, self.itemSelectionStyleComboBox) |
|
288 InterfacePage.setTabOrder(self.itemSelectionStyleComboBox, self.iconBarButton) |
|
289 InterfacePage.setTabOrder(self.iconBarButton, self.iconSizeComboBox) |
|
290 InterfacePage.setTabOrder(self.iconSizeComboBox, self.combinedLeftRightSidebarCheckBox) |
|
291 InterfacePage.setTabOrder(self.combinedLeftRightSidebarCheckBox, self.languageComboBox) |
|
292 InterfacePage.setTabOrder(self.languageComboBox, self.layoutComboBox) |
|
293 InterfacePage.setTabOrder(self.layoutComboBox, self.findReplaceCheckBox) |
|
294 InterfacePage.setTabOrder(self.findReplaceCheckBox, self.findLocationCheckBox) |
|
295 InterfacePage.setTabOrder(self.findLocationCheckBox, self.templateViewerCheckBox) |
|
296 InterfacePage.setTabOrder(self.templateViewerCheckBox, self.fileBrowserCheckBox) |
|
297 InterfacePage.setTabOrder(self.fileBrowserCheckBox, self.symbolsCheckBox) |
|
298 InterfacePage.setTabOrder(self.symbolsCheckBox, self.codeDocumentationViewerCheckBox) |
|
299 InterfacePage.setTabOrder(self.codeDocumentationViewerCheckBox, self.helpViewerCheckBox) |
|
300 InterfacePage.setTabOrder(self.helpViewerCheckBox, self.condaCheckBox) |
|
301 InterfacePage.setTabOrder(self.condaCheckBox, self.pypiCheckBox) |
|
302 InterfacePage.setTabOrder(self.pypiCheckBox, self.cooperationCheckBox) |
|
303 InterfacePage.setTabOrder(self.cooperationCheckBox, self.ircCheckBox) |
|
304 InterfacePage.setTabOrder(self.ircCheckBox, self.microPythonCheckBox) |
|
305 InterfacePage.setTabOrder(self.microPythonCheckBox, self.numbersCheckBox) |
|
306 InterfacePage.setTabOrder(self.numbersCheckBox, self.resetLayoutButton) |
|
307 |
|
308 def retranslateUi(self, InterfacePage): |
|
309 _translate = QtCore.QCoreApplication.translate |
|
310 self.headerLabel.setText(_translate("InterfacePage", "<b>Configure User Interface</b>")) |
|
311 self.groupBox_4.setTitle(_translate("InterfacePage", "Browsers")) |
|
312 self.label_4.setText(_translate("InterfacePage", "Filter out files:")) |
|
313 self.fileFiltersEdit.setToolTip(_translate("InterfacePage", "Enter wildcard file patterns separated by semicolon. Files matching these patterns will not be shown by the file browsers.")) |
|
314 self.uiBrowsersListFoldersFirstCheckBox.setToolTip(_translate("InterfacePage", "Select, if folders should be listed first in the various browsers")) |
|
315 self.uiBrowsersListFoldersFirstCheckBox.setText(_translate("InterfacePage", "List folders first in Browsers")) |
|
316 self.uiBrowsersHideNonPublicCheckBox.setToolTip(_translate("InterfacePage", "Select to hide non public classes, methods and attributes in the browsers.")) |
|
317 self.uiBrowsersHideNonPublicCheckBox.setText(_translate("InterfacePage", "Hide non public members in Browsers")) |
|
318 self.uiBrowsersSortByOccurrenceCheckBox.setToolTip(_translate("InterfacePage", "Select to sort file contents by occurrence")) |
|
319 self.uiBrowsersSortByOccurrenceCheckBox.setText(_translate("InterfacePage", "Sort contents by occurrence")) |
|
320 self.browserShowCodingCheckBox.setToolTip(_translate("InterfacePage", "Select to show the source code encoding")) |
|
321 self.browserShowCodingCheckBox.setText(_translate("InterfacePage", "Show source file encoding")) |
|
322 self.uiCaptionShowsFilenameGroupBox.setToolTip(_translate("InterfacePage", "Select, if the caption of the main window should show the filename of the current editor")) |
|
323 self.uiCaptionShowsFilenameGroupBox.setTitle(_translate("InterfacePage", "Caption shows filename")) |
|
324 self.label.setText(_translate("InterfacePage", "Filename Length")) |
|
325 self.filenameLengthSpinBox.setToolTip(_translate("InterfacePage", "Enter the number of characters to be shown in the main window title.")) |
|
326 self.groupBox.setTitle(_translate("InterfacePage", "Style")) |
|
327 self.label_2.setText(_translate("InterfacePage", "Style:")) |
|
328 self.styleComboBox.setToolTip(_translate("InterfacePage", "Select the interface style")) |
|
329 self.label_3.setText(_translate("InterfacePage", "Style Sheet:")) |
|
330 self.styleSheetPicker.setToolTip(_translate("InterfacePage", "Enter the path of the style sheet file")) |
|
331 self.label_6.setText(_translate("InterfacePage", "Style Icons Path:")) |
|
332 self.styleIconsPathPicker.setToolTip(_translate("InterfacePage", "Enter the path to the icons used within the style sheet (empty for default)")) |
|
333 self.label_7.setText(_translate("InterfacePage", "Item Selection Style:")) |
|
334 self.itemSelectionStyleComboBox.setToolTip(_translate("InterfacePage", "Select the style for item selection (default is platform dependent).")) |
|
335 self.label_8.setText(_translate("InterfacePage", "<b>Note:</b> This may not take effect on all views.")) |
|
336 self.groupBox_8.setTitle(_translate("InterfacePage", "Sidebars")) |
|
337 self.iconBarButton.setToolTip(_translate("InterfacePage", "Select the icon bar background color")) |
|
338 self.iconBarButton.setText(_translate("InterfacePage", "Icon Bar Color")) |
|
339 self.label_5.setText(_translate("InterfacePage", "Icon Size:")) |
|
340 self.iconSizeComboBox.setToolTip(_translate("InterfacePage", "Select the icon size")) |
|
341 self.TextLabel1_2_2_3.setText(_translate("InterfacePage", "<font color=\"#FF0000\"><b>Note:</b> The following setting will be activated at the next startup of the application.</font>")) |
|
342 self.combinedLeftRightSidebarCheckBox.setToolTip(_translate("InterfacePage", "Select to combine the left and right sidebar")) |
|
343 self.combinedLeftRightSidebarCheckBox.setText(_translate("InterfacePage", "Combine left and right sidebar")) |
|
344 self.TextLabel1_2_2_2.setText(_translate("InterfacePage", "<font color=\"#FF0000\"><b>Note:</b> All settings below are activated at the next startup of the application.</font>")) |
|
345 self.layoutComboBox.setToolTip(_translate("InterfacePage", "Select the layout type.")) |
|
346 self.layoutComboBox.setItemText(0, _translate("InterfacePage", "Sidebars")) |
|
347 self.layoutComboBox.setItemText(1, _translate("InterfacePage", "Toolboxes")) |
|
348 self.languageComboBox.setToolTip(_translate("InterfacePage", "Select the interface language.")) |
|
349 self.languageComboBox.setWhatsThis(_translate("InterfacePage", "The interface language can be selected from this list. If \"system\" is selected, the interface language is determined by the system. The selection of \"none\" means, that the default language will be used.")) |
|
350 self.languageLabel.setText(_translate("InterfacePage", "Language:")) |
|
351 self.layoutLabel.setText(_translate("InterfacePage", "Layout:")) |
|
352 self.groupBox_3.setTitle(_translate("InterfacePage", "Integrated Tools Activation")) |
|
353 self.groupBox_10.setTitle(_translate("InterfacePage", "Left Side")) |
|
354 self.symbolsCheckBox.setToolTip(_translate("InterfacePage", "Select to activate the Symbols widget")) |
|
355 self.symbolsCheckBox.setText(_translate("InterfacePage", "Symbols")) |
|
356 self.templateViewerCheckBox.setToolTip(_translate("InterfacePage", "Select to activate the Template viewer")) |
|
357 self.templateViewerCheckBox.setText(_translate("InterfacePage", "Template-Viewer")) |
|
358 self.fileBrowserCheckBox.setToolTip(_translate("InterfacePage", "Select to activate the File-Browser widget")) |
|
359 self.fileBrowserCheckBox.setText(_translate("InterfacePage", "File-Browser")) |
|
360 self.findReplaceCheckBox.setToolTip(_translate("InterfacePage", "Select to activate the embedded Find/Replace In Files tool.")) |
|
361 self.findReplaceCheckBox.setText(_translate("InterfacePage", "Find/Replace In Files")) |
|
362 self.findLocationCheckBox.setToolTip(_translate("InterfacePage", "Select to activate the embedded Find File tool.")) |
|
363 self.findLocationCheckBox.setText(_translate("InterfacePage", "Find File")) |
|
364 self.leftRightGroupBox.setTitle(_translate("InterfacePage", "Right Side")) |
|
365 self.codeDocumentationViewerCheckBox.setToolTip(_translate("InterfacePage", "Select to activate the Code Documentation Viewer")) |
|
366 self.codeDocumentationViewerCheckBox.setText(_translate("InterfacePage", "Code Documentation Viewer")) |
|
367 self.helpViewerCheckBox.setToolTip(_translate("InterfacePage", "Select to activate the Help Viewer widget")) |
|
368 self.helpViewerCheckBox.setText(_translate("InterfacePage", "Help Viewer")) |
|
369 self.condaCheckBox.setToolTip(_translate("InterfacePage", "Select to activate the conda package manager widget")) |
|
370 self.condaCheckBox.setText(_translate("InterfacePage", "Conda Package Manager")) |
|
371 self.pypiCheckBox.setToolTip(_translate("InterfacePage", "Select to activate the PyPI package manager widget")) |
|
372 self.pypiCheckBox.setText(_translate("InterfacePage", "PyPI Package Manager")) |
|
373 self.cooperationCheckBox.setToolTip(_translate("InterfacePage", "Select to activate the Cooperation widget")) |
|
374 self.cooperationCheckBox.setText(_translate("InterfacePage", "Cooperation")) |
|
375 self.ircCheckBox.setToolTip(_translate("InterfacePage", "Select to activate the IRC widget")) |
|
376 self.ircCheckBox.setText(_translate("InterfacePage", "IRC")) |
|
377 self.microPythonCheckBox.setToolTip(_translate("InterfacePage", "Select to activate the MicroPython widget")) |
|
378 self.microPythonCheckBox.setText(_translate("InterfacePage", "MicroPython")) |
|
379 self.groupBox_11.setTitle(_translate("InterfacePage", "Bottom Side")) |
|
380 self.numbersCheckBox.setToolTip(_translate("InterfacePage", "Select to activate the Numbers widget")) |
|
381 self.numbersCheckBox.setText(_translate("InterfacePage", "Numbers")) |
|
382 self.resetLayoutButton.setText(_translate("InterfacePage", "Reset layout to factory defaults")) |
|
383 from eric7.EricWidgets.EricPathPicker import EricPathPicker |