src/eric7/Preferences/ConfigurationPages/Ui_ApplicationPage.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/Preferences/ConfigurationPages/ApplicationPage.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_ApplicationPage(object):
13 def setupUi(self, ApplicationPage):
14 ApplicationPage.setObjectName("ApplicationPage")
15 ApplicationPage.resize(589, 748)
16 self.verticalLayout_4 = QtWidgets.QVBoxLayout(ApplicationPage)
17 self.verticalLayout_4.setObjectName("verticalLayout_4")
18 self.headerLabel = QtWidgets.QLabel(parent=ApplicationPage)
19 self.headerLabel.setObjectName("headerLabel")
20 self.verticalLayout_4.addWidget(self.headerLabel)
21 self.line9_3 = QtWidgets.QFrame(parent=ApplicationPage)
22 self.line9_3.setFrameShape(QtWidgets.QFrame.Shape.HLine)
23 self.line9_3.setFrameShadow(QtWidgets.QFrame.Shadow.Sunken)
24 self.line9_3.setFrameShape(QtWidgets.QFrame.Shape.HLine)
25 self.line9_3.setObjectName("line9_3")
26 self.verticalLayout_4.addWidget(self.line9_3)
27 self.singleApplicationCheckBox = QtWidgets.QCheckBox(parent=ApplicationPage)
28 self.singleApplicationCheckBox.setObjectName("singleApplicationCheckBox")
29 self.verticalLayout_4.addWidget(self.singleApplicationCheckBox)
30 self.splashScreenCheckBox = QtWidgets.QCheckBox(parent=ApplicationPage)
31 self.splashScreenCheckBox.setObjectName("splashScreenCheckBox")
32 self.verticalLayout_4.addWidget(self.splashScreenCheckBox)
33 self.crashSessionEnabledCheckBox = QtWidgets.QCheckBox(parent=ApplicationPage)
34 self.crashSessionEnabledCheckBox.setObjectName("crashSessionEnabledCheckBox")
35 self.verticalLayout_4.addWidget(self.crashSessionEnabledCheckBox)
36 self.globalMenuCheckBox = QtWidgets.QCheckBox(parent=ApplicationPage)
37 self.globalMenuCheckBox.setObjectName("globalMenuCheckBox")
38 self.verticalLayout_4.addWidget(self.globalMenuCheckBox)
39 self.groupBox_3 = QtWidgets.QGroupBox(parent=ApplicationPage)
40 self.groupBox_3.setObjectName("groupBox_3")
41 self.gridlayout = QtWidgets.QGridLayout(self.groupBox_3)
42 self.gridlayout.setObjectName("gridlayout")
43 self.noOpenRadioButton = QtWidgets.QRadioButton(parent=self.groupBox_3)
44 self.noOpenRadioButton.setObjectName("noOpenRadioButton")
45 self.gridlayout.addWidget(self.noOpenRadioButton, 0, 0, 1, 1)
46 self.lastFileRadioButton = QtWidgets.QRadioButton(parent=self.groupBox_3)
47 self.lastFileRadioButton.setObjectName("lastFileRadioButton")
48 self.gridlayout.addWidget(self.lastFileRadioButton, 0, 1, 1, 1)
49 self.lastProjectRadioButton = QtWidgets.QRadioButton(parent=self.groupBox_3)
50 self.lastProjectRadioButton.setObjectName("lastProjectRadioButton")
51 self.gridlayout.addWidget(self.lastProjectRadioButton, 1, 0, 1, 1)
52 self.lastMultiprojectRadioButton = QtWidgets.QRadioButton(parent=self.groupBox_3)
53 self.lastMultiprojectRadioButton.setObjectName("lastMultiprojectRadioButton")
54 self.gridlayout.addWidget(self.lastMultiprojectRadioButton, 1, 1, 1, 1)
55 self.globalSessionRadioButton = QtWidgets.QRadioButton(parent=self.groupBox_3)
56 self.globalSessionRadioButton.setObjectName("globalSessionRadioButton")
57 self.gridlayout.addWidget(self.globalSessionRadioButton, 2, 0, 1, 1)
58 self.openCrashSessionCheckBox = QtWidgets.QCheckBox(parent=self.groupBox_3)
59 self.openCrashSessionCheckBox.setEnabled(False)
60 self.openCrashSessionCheckBox.setObjectName("openCrashSessionCheckBox")
61 self.gridlayout.addWidget(self.openCrashSessionCheckBox, 3, 0, 1, 2)
62 self.verticalLayout_4.addWidget(self.groupBox_3)
63 self.groupBox_2 = QtWidgets.QGroupBox(parent=ApplicationPage)
64 self.groupBox_2.setObjectName("groupBox_2")
65 self.hboxlayout = QtWidgets.QHBoxLayout(self.groupBox_2)
66 self.hboxlayout.setObjectName("hboxlayout")
67 self.noCheckRadioButton = QtWidgets.QRadioButton(parent=self.groupBox_2)
68 self.noCheckRadioButton.setObjectName("noCheckRadioButton")
69 self.hboxlayout.addWidget(self.noCheckRadioButton)
70 self.alwaysCheckRadioButton = QtWidgets.QRadioButton(parent=self.groupBox_2)
71 self.alwaysCheckRadioButton.setObjectName("alwaysCheckRadioButton")
72 self.hboxlayout.addWidget(self.alwaysCheckRadioButton)
73 self.dailyCheckRadioButton = QtWidgets.QRadioButton(parent=self.groupBox_2)
74 self.dailyCheckRadioButton.setObjectName("dailyCheckRadioButton")
75 self.hboxlayout.addWidget(self.dailyCheckRadioButton)
76 self.weeklyCheckRadioButton = QtWidgets.QRadioButton(parent=self.groupBox_2)
77 self.weeklyCheckRadioButton.setObjectName("weeklyCheckRadioButton")
78 self.hboxlayout.addWidget(self.weeklyCheckRadioButton)
79 self.monthlyCheckRadioButton = QtWidgets.QRadioButton(parent=self.groupBox_2)
80 self.monthlyCheckRadioButton.setObjectName("monthlyCheckRadioButton")
81 self.hboxlayout.addWidget(self.monthlyCheckRadioButton)
82 self.verticalLayout_4.addWidget(self.groupBox_2)
83 self.groupBox_7 = QtWidgets.QGroupBox(parent=ApplicationPage)
84 self.groupBox_7.setObjectName("groupBox_7")
85 self.horizontalLayout_3 = QtWidgets.QHBoxLayout(self.groupBox_7)
86 self.horizontalLayout_3.setObjectName("horizontalLayout_3")
87 self.label_3 = QtWidgets.QLabel(parent=self.groupBox_7)
88 self.label_3.setObjectName("label_3")
89 self.horizontalLayout_3.addWidget(self.label_3)
90 self.upgraderDelaySpinBox = QtWidgets.QSpinBox(parent=self.groupBox_7)
91 self.upgraderDelaySpinBox.setAlignment(QtCore.Qt.AlignmentFlag.AlignRight|QtCore.Qt.AlignmentFlag.AlignTrailing|QtCore.Qt.AlignmentFlag.AlignVCenter)
92 self.upgraderDelaySpinBox.setMinimum(1)
93 self.upgraderDelaySpinBox.setMaximum(30)
94 self.upgraderDelaySpinBox.setObjectName("upgraderDelaySpinBox")
95 self.horizontalLayout_3.addWidget(self.upgraderDelaySpinBox)
96 spacerItem = QtWidgets.QSpacerItem(411, 20, QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Minimum)
97 self.horizontalLayout_3.addItem(spacerItem)
98 self.verticalLayout_4.addWidget(self.groupBox_7)
99 self.groupBox_4 = QtWidgets.QGroupBox(parent=ApplicationPage)
100 self.groupBox_4.setObjectName("groupBox_4")
101 self.verticalLayout_2 = QtWidgets.QVBoxLayout(self.groupBox_4)
102 self.verticalLayout_2.setObjectName("verticalLayout_2")
103 self.systemEmailClientCheckBox = QtWidgets.QCheckBox(parent=self.groupBox_4)
104 self.systemEmailClientCheckBox.setObjectName("systemEmailClientCheckBox")
105 self.verticalLayout_2.addWidget(self.systemEmailClientCheckBox)
106 self.verticalLayout_4.addWidget(self.groupBox_4)
107 self.groupBox = QtWidgets.QGroupBox(parent=ApplicationPage)
108 self.groupBox.setObjectName("groupBox")
109 self.verticalLayout = QtWidgets.QVBoxLayout(self.groupBox)
110 self.verticalLayout.setObjectName("verticalLayout")
111 self.errorlogCheckBox = QtWidgets.QCheckBox(parent=self.groupBox)
112 self.errorlogCheckBox.setObjectName("errorlogCheckBox")
113 self.verticalLayout.addWidget(self.errorlogCheckBox)
114 self.horizontalLayout_2 = QtWidgets.QHBoxLayout()
115 self.horizontalLayout_2.setObjectName("horizontalLayout_2")
116 self.label_2 = QtWidgets.QLabel(parent=self.groupBox)
117 self.label_2.setObjectName("label_2")
118 self.horizontalLayout_2.addWidget(self.label_2)
119 self.msgSeverityComboBox = QtWidgets.QComboBox(parent=self.groupBox)
120 sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Fixed)
121 sizePolicy.setHorizontalStretch(0)
122 sizePolicy.setVerticalStretch(0)
123 sizePolicy.setHeightForWidth(self.msgSeverityComboBox.sizePolicy().hasHeightForWidth())
124 self.msgSeverityComboBox.setSizePolicy(sizePolicy)
125 self.msgSeverityComboBox.setObjectName("msgSeverityComboBox")
126 self.horizontalLayout_2.addWidget(self.msgSeverityComboBox)
127 self.verticalLayout.addLayout(self.horizontalLayout_2)
128 self.verticalLayout_4.addWidget(self.groupBox)
129 self.groupBox_5 = QtWidgets.QGroupBox(parent=ApplicationPage)
130 self.groupBox_5.setObjectName("groupBox_5")
131 self.gridLayout = QtWidgets.QGridLayout(self.groupBox_5)
132 self.gridLayout.setObjectName("gridLayout")
133 self.intervalSpinBox = QtWidgets.QSpinBox(parent=self.groupBox_5)
134 self.intervalSpinBox.setAlignment(QtCore.Qt.AlignmentFlag.AlignRight|QtCore.Qt.AlignmentFlag.AlignTrailing|QtCore.Qt.AlignmentFlag.AlignVCenter)
135 self.intervalSpinBox.setMaximum(2000)
136 self.intervalSpinBox.setSingleStep(100)
137 self.intervalSpinBox.setObjectName("intervalSpinBox")
138 self.gridLayout.addWidget(self.intervalSpinBox, 0, 0, 1, 1)
139 spacerItem1 = QtWidgets.QSpacerItem(453, 20, QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Minimum)
140 self.gridLayout.addItem(spacerItem1, 0, 1, 1, 1)
141 self.verticalLayout_4.addWidget(self.groupBox_5)
142 self.groupBox_6 = QtWidgets.QGroupBox(parent=ApplicationPage)
143 self.groupBox_6.setObjectName("groupBox_6")
144 self.verticalLayout_3 = QtWidgets.QVBoxLayout(self.groupBox_6)
145 self.verticalLayout_3.setObjectName("verticalLayout_3")
146 self.backgroundServicesLabel = QtWidgets.QLabel(parent=self.groupBox_6)
147 self.backgroundServicesLabel.setText("")
148 self.backgroundServicesLabel.setWordWrap(True)
149 self.backgroundServicesLabel.setObjectName("backgroundServicesLabel")
150 self.verticalLayout_3.addWidget(self.backgroundServicesLabel)
151 self.horizontalLayout = QtWidgets.QHBoxLayout()
152 self.horizontalLayout.setObjectName("horizontalLayout")
153 self.label = QtWidgets.QLabel(parent=self.groupBox_6)
154 self.label.setObjectName("label")
155 self.horizontalLayout.addWidget(self.label)
156 self.backgroundServicesSpinBox = QtWidgets.QSpinBox(parent=self.groupBox_6)
157 self.backgroundServicesSpinBox.setAlignment(QtCore.Qt.AlignmentFlag.AlignRight|QtCore.Qt.AlignmentFlag.AlignTrailing|QtCore.Qt.AlignmentFlag.AlignVCenter)
158 self.backgroundServicesSpinBox.setObjectName("backgroundServicesSpinBox")
159 self.horizontalLayout.addWidget(self.backgroundServicesSpinBox)
160 spacerItem2 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Minimum)
161 self.horizontalLayout.addItem(spacerItem2)
162 self.verticalLayout_3.addLayout(self.horizontalLayout)
163 self.verticalLayout_4.addWidget(self.groupBox_6)
164 spacerItem3 = QtWidgets.QSpacerItem(20, 40, QtWidgets.QSizePolicy.Policy.Minimum, QtWidgets.QSizePolicy.Policy.Expanding)
165 self.verticalLayout_4.addItem(spacerItem3)
166
167 self.retranslateUi(ApplicationPage)
168 self.crashSessionEnabledCheckBox.toggled['bool'].connect(self.openCrashSessionCheckBox.setEnabled) # type: ignore
169 self.crashSessionEnabledCheckBox.toggled['bool'].connect(self.openCrashSessionCheckBox.setChecked) # type: ignore
170 QtCore.QMetaObject.connectSlotsByName(ApplicationPage)
171 ApplicationPage.setTabOrder(self.singleApplicationCheckBox, self.splashScreenCheckBox)
172 ApplicationPage.setTabOrder(self.splashScreenCheckBox, self.crashSessionEnabledCheckBox)
173 ApplicationPage.setTabOrder(self.crashSessionEnabledCheckBox, self.globalMenuCheckBox)
174 ApplicationPage.setTabOrder(self.globalMenuCheckBox, self.noOpenRadioButton)
175 ApplicationPage.setTabOrder(self.noOpenRadioButton, self.lastFileRadioButton)
176 ApplicationPage.setTabOrder(self.lastFileRadioButton, self.lastProjectRadioButton)
177 ApplicationPage.setTabOrder(self.lastProjectRadioButton, self.lastMultiprojectRadioButton)
178 ApplicationPage.setTabOrder(self.lastMultiprojectRadioButton, self.globalSessionRadioButton)
179 ApplicationPage.setTabOrder(self.globalSessionRadioButton, self.openCrashSessionCheckBox)
180 ApplicationPage.setTabOrder(self.openCrashSessionCheckBox, self.noCheckRadioButton)
181 ApplicationPage.setTabOrder(self.noCheckRadioButton, self.alwaysCheckRadioButton)
182 ApplicationPage.setTabOrder(self.alwaysCheckRadioButton, self.dailyCheckRadioButton)
183 ApplicationPage.setTabOrder(self.dailyCheckRadioButton, self.weeklyCheckRadioButton)
184 ApplicationPage.setTabOrder(self.weeklyCheckRadioButton, self.monthlyCheckRadioButton)
185 ApplicationPage.setTabOrder(self.monthlyCheckRadioButton, self.upgraderDelaySpinBox)
186 ApplicationPage.setTabOrder(self.upgraderDelaySpinBox, self.systemEmailClientCheckBox)
187 ApplicationPage.setTabOrder(self.systemEmailClientCheckBox, self.errorlogCheckBox)
188 ApplicationPage.setTabOrder(self.errorlogCheckBox, self.msgSeverityComboBox)
189 ApplicationPage.setTabOrder(self.msgSeverityComboBox, self.intervalSpinBox)
190 ApplicationPage.setTabOrder(self.intervalSpinBox, self.backgroundServicesSpinBox)
191
192 def retranslateUi(self, ApplicationPage):
193 _translate = QtCore.QCoreApplication.translate
194 self.headerLabel.setText(_translate("ApplicationPage", "<b>Configure the application</b>"))
195 self.singleApplicationCheckBox.setToolTip(_translate("ApplicationPage", "Select, if only one instance of the application should be running"))
196 self.singleApplicationCheckBox.setText(_translate("ApplicationPage", "Single Application Mode"))
197 self.splashScreenCheckBox.setToolTip(_translate("ApplicationPage", "Select to show the startup splash screen"))
198 self.splashScreenCheckBox.setText(_translate("ApplicationPage", "Show Splash Screen at startup"))
199 self.crashSessionEnabledCheckBox.setToolTip(_translate("ApplicationPage", "Select to enable the generation of a crash session file"))
200 self.crashSessionEnabledCheckBox.setText(_translate("ApplicationPage", "Enable Crash Session"))
201 self.globalMenuCheckBox.setToolTip(_translate("ApplicationPage", "Select to use the global application menu bar"))
202 self.globalMenuCheckBox.setText(_translate("ApplicationPage", "Use Global Menu Bar"))
203 self.groupBox_3.setTitle(_translate("ApplicationPage", "Open at startup"))
204 self.noOpenRadioButton.setToolTip(_translate("ApplicationPage", "Select to not open anything"))
205 self.noOpenRadioButton.setText(_translate("ApplicationPage", "None"))
206 self.lastFileRadioButton.setToolTip(_translate("ApplicationPage", "Select to open the most recently opened file"))
207 self.lastFileRadioButton.setText(_translate("ApplicationPage", "Last File"))
208 self.lastProjectRadioButton.setToolTip(_translate("ApplicationPage", "Select to open the most recently opened project"))
209 self.lastProjectRadioButton.setText(_translate("ApplicationPage", "Last Project"))
210 self.lastMultiprojectRadioButton.setToolTip(_translate("ApplicationPage", "Select to open the most recently opened multiproject"))
211 self.lastMultiprojectRadioButton.setText(_translate("ApplicationPage", "Last Multiproject"))
212 self.globalSessionRadioButton.setToolTip(_translate("ApplicationPage", "Select to restore the global session"))
213 self.globalSessionRadioButton.setText(_translate("ApplicationPage", "Global Session"))
214 self.openCrashSessionCheckBox.setToolTip(_translate("ApplicationPage", "Select to look for a crash session file first"))
215 self.openCrashSessionCheckBox.setText(_translate("ApplicationPage", "Load Crash Session"))
216 self.groupBox_2.setTitle(_translate("ApplicationPage", "Check for updates"))
217 self.noCheckRadioButton.setToolTip(_translate("ApplicationPage", "Select to disable update checking"))
218 self.noCheckRadioButton.setText(_translate("ApplicationPage", "Never"))
219 self.alwaysCheckRadioButton.setToolTip(_translate("ApplicationPage", "Select to check for updates at every startup"))
220 self.alwaysCheckRadioButton.setText(_translate("ApplicationPage", "Always"))
221 self.dailyCheckRadioButton.setToolTip(_translate("ApplicationPage", "Select to check for updates once a day"))
222 self.dailyCheckRadioButton.setText(_translate("ApplicationPage", "Daily"))
223 self.weeklyCheckRadioButton.setToolTip(_translate("ApplicationPage", "Select to check for updates once a week"))
224 self.weeklyCheckRadioButton.setText(_translate("ApplicationPage", "Weekly"))
225 self.monthlyCheckRadioButton.setToolTip(_translate("ApplicationPage", "Select to check for updates once a month"))
226 self.monthlyCheckRadioButton.setText(_translate("ApplicationPage", "Monthly"))
227 self.groupBox_7.setTitle(_translate("ApplicationPage", "Upgrader"))
228 self.label_3.setText(_translate("ApplicationPage", "Upgrader Delay:"))
229 self.upgraderDelaySpinBox.setToolTip(_translate("ApplicationPage", "Enter the time the upgrader process should wait for eric to exit"))
230 self.upgraderDelaySpinBox.setSuffix(_translate("ApplicationPage", " s"))
231 self.groupBox_4.setTitle(_translate("ApplicationPage", "Reporting"))
232 self.systemEmailClientCheckBox.setToolTip(_translate("ApplicationPage", "Select to use the system email client to send reports"))
233 self.systemEmailClientCheckBox.setText(_translate("ApplicationPage", "Use System Email Client"))
234 self.groupBox.setTitle(_translate("ApplicationPage", "Error Log"))
235 self.errorlogCheckBox.setToolTip(_translate("ApplicationPage", "Select to check the existence of an error log upon startup"))
236 self.errorlogCheckBox.setText(_translate("ApplicationPage", "Check for Error Log at Startup"))
237 self.label_2.setText(_translate("ApplicationPage", "Minimum Severity for message dialog:"))
238 self.msgSeverityComboBox.setToolTip(_translate("ApplicationPage", "Select the minimum message severity shown"))
239 self.groupBox_5.setTitle(_translate("ApplicationPage", "Keyboard Input Interval"))
240 self.intervalSpinBox.setToolTip(_translate("ApplicationPage", "Enter the keyboard input interval, \'0\' for default"))
241 self.intervalSpinBox.setSpecialValueText(_translate("ApplicationPage", "System Default"))
242 self.intervalSpinBox.setSuffix(_translate("ApplicationPage", " ms"))
243 self.groupBox_6.setTitle(_translate("ApplicationPage", "Background Services"))
244 self.label.setText(_translate("ApplicationPage", "max. Processes:"))
245 self.backgroundServicesSpinBox.setSpecialValueText(_translate("ApplicationPage", "Automatic"))

eric ide

mercurial