10 |
10 |
11 |
11 |
12 class Ui_ApplicationPage(object): |
12 class Ui_ApplicationPage(object): |
13 def setupUi(self, ApplicationPage): |
13 def setupUi(self, ApplicationPage): |
14 ApplicationPage.setObjectName("ApplicationPage") |
14 ApplicationPage.setObjectName("ApplicationPage") |
15 ApplicationPage.resize(589, 748) |
15 ApplicationPage.resize(589, 1119) |
16 self.verticalLayout_4 = QtWidgets.QVBoxLayout(ApplicationPage) |
16 self.verticalLayout_5 = QtWidgets.QVBoxLayout(ApplicationPage) |
17 self.verticalLayout_4.setObjectName("verticalLayout_4") |
17 self.verticalLayout_5.setObjectName("verticalLayout_5") |
18 self.headerLabel = QtWidgets.QLabel(parent=ApplicationPage) |
18 self.headerLabel = QtWidgets.QLabel(parent=ApplicationPage) |
19 self.headerLabel.setObjectName("headerLabel") |
19 self.headerLabel.setObjectName("headerLabel") |
20 self.verticalLayout_4.addWidget(self.headerLabel) |
20 self.verticalLayout_5.addWidget(self.headerLabel) |
21 self.line9_3 = QtWidgets.QFrame(parent=ApplicationPage) |
21 self.line9_3 = QtWidgets.QFrame(parent=ApplicationPage) |
22 self.line9_3.setFrameShape(QtWidgets.QFrame.Shape.HLine) |
22 self.line9_3.setFrameShape(QtWidgets.QFrame.Shape.HLine) |
23 self.line9_3.setFrameShadow(QtWidgets.QFrame.Shadow.Sunken) |
23 self.line9_3.setFrameShadow(QtWidgets.QFrame.Shadow.Sunken) |
24 self.line9_3.setFrameShape(QtWidgets.QFrame.Shape.HLine) |
24 self.line9_3.setFrameShape(QtWidgets.QFrame.Shape.HLine) |
25 self.line9_3.setObjectName("line9_3") |
25 self.line9_3.setObjectName("line9_3") |
26 self.verticalLayout_4.addWidget(self.line9_3) |
26 self.verticalLayout_5.addWidget(self.line9_3) |
27 self.singleApplicationCheckBox = QtWidgets.QCheckBox(parent=ApplicationPage) |
27 self.singleApplicationCheckBox = QtWidgets.QCheckBox(parent=ApplicationPage) |
28 self.singleApplicationCheckBox.setObjectName("singleApplicationCheckBox") |
28 self.singleApplicationCheckBox.setObjectName("singleApplicationCheckBox") |
29 self.verticalLayout_4.addWidget(self.singleApplicationCheckBox) |
29 self.verticalLayout_5.addWidget(self.singleApplicationCheckBox) |
30 self.splashScreenCheckBox = QtWidgets.QCheckBox(parent=ApplicationPage) |
30 self.splashScreenCheckBox = QtWidgets.QCheckBox(parent=ApplicationPage) |
31 self.splashScreenCheckBox.setObjectName("splashScreenCheckBox") |
31 self.splashScreenCheckBox.setObjectName("splashScreenCheckBox") |
32 self.verticalLayout_4.addWidget(self.splashScreenCheckBox) |
32 self.verticalLayout_5.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) |
33 self.globalMenuCheckBox = QtWidgets.QCheckBox(parent=ApplicationPage) |
37 self.globalMenuCheckBox.setObjectName("globalMenuCheckBox") |
34 self.globalMenuCheckBox.setObjectName("globalMenuCheckBox") |
38 self.verticalLayout_4.addWidget(self.globalMenuCheckBox) |
35 self.verticalLayout_5.addWidget(self.globalMenuCheckBox) |
39 self.groupBox_3 = QtWidgets.QGroupBox(parent=ApplicationPage) |
36 self.groupBox_3 = QtWidgets.QGroupBox(parent=ApplicationPage) |
40 self.groupBox_3.setObjectName("groupBox_3") |
37 self.groupBox_3.setObjectName("groupBox_3") |
41 self.gridlayout = QtWidgets.QGridLayout(self.groupBox_3) |
38 self.gridlayout = QtWidgets.QGridLayout(self.groupBox_3) |
42 self.gridlayout.setObjectName("gridlayout") |
39 self.gridlayout.setObjectName("gridlayout") |
43 self.noOpenRadioButton = QtWidgets.QRadioButton(parent=self.groupBox_3) |
40 self.noOpenRadioButton = QtWidgets.QRadioButton(parent=self.groupBox_3) |
44 self.noOpenRadioButton.setObjectName("noOpenRadioButton") |
41 self.noOpenRadioButton.setObjectName("noOpenRadioButton") |
45 self.gridlayout.addWidget(self.noOpenRadioButton, 0, 0, 1, 1) |
42 self.gridlayout.addWidget(self.noOpenRadioButton, 0, 0, 1, 1) |
|
43 self.globalSessionRadioButton = QtWidgets.QRadioButton(parent=self.groupBox_3) |
|
44 self.globalSessionRadioButton.setObjectName("globalSessionRadioButton") |
|
45 self.gridlayout.addWidget(self.globalSessionRadioButton, 2, 0, 1, 1) |
46 self.lastFileRadioButton = QtWidgets.QRadioButton(parent=self.groupBox_3) |
46 self.lastFileRadioButton = QtWidgets.QRadioButton(parent=self.groupBox_3) |
47 self.lastFileRadioButton.setObjectName("lastFileRadioButton") |
47 self.lastFileRadioButton.setObjectName("lastFileRadioButton") |
48 self.gridlayout.addWidget(self.lastFileRadioButton, 0, 1, 1, 1) |
48 self.gridlayout.addWidget(self.lastFileRadioButton, 0, 1, 1, 1) |
49 self.lastProjectRadioButton = QtWidgets.QRadioButton(parent=self.groupBox_3) |
49 self.lastProjectRadioButton = QtWidgets.QRadioButton(parent=self.groupBox_3) |
50 self.lastProjectRadioButton.setObjectName("lastProjectRadioButton") |
50 self.lastProjectRadioButton.setObjectName("lastProjectRadioButton") |
51 self.gridlayout.addWidget(self.lastProjectRadioButton, 1, 0, 1, 1) |
51 self.gridlayout.addWidget(self.lastProjectRadioButton, 1, 0, 1, 1) |
52 self.lastMultiprojectRadioButton = QtWidgets.QRadioButton(parent=self.groupBox_3) |
52 self.lastMultiprojectRadioButton = QtWidgets.QRadioButton(parent=self.groupBox_3) |
53 self.lastMultiprojectRadioButton.setObjectName("lastMultiprojectRadioButton") |
53 self.lastMultiprojectRadioButton.setObjectName("lastMultiprojectRadioButton") |
54 self.gridlayout.addWidget(self.lastMultiprojectRadioButton, 1, 1, 1, 1) |
54 self.gridlayout.addWidget(self.lastMultiprojectRadioButton, 1, 1, 1, 1) |
55 self.globalSessionRadioButton = QtWidgets.QRadioButton(parent=self.groupBox_3) |
55 self.verticalLayout_5.addWidget(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) |
56 self.groupBox_2 = QtWidgets.QGroupBox(parent=ApplicationPage) |
64 self.groupBox_2.setObjectName("groupBox_2") |
57 self.groupBox_2.setObjectName("groupBox_2") |
65 self.hboxlayout = QtWidgets.QHBoxLayout(self.groupBox_2) |
58 self.hboxlayout = QtWidgets.QHBoxLayout(self.groupBox_2) |
66 self.hboxlayout.setObjectName("hboxlayout") |
59 self.hboxlayout.setObjectName("hboxlayout") |
67 self.noCheckRadioButton = QtWidgets.QRadioButton(parent=self.groupBox_2) |
60 self.noCheckRadioButton = QtWidgets.QRadioButton(parent=self.groupBox_2) |
93 self.upgraderDelaySpinBox.setMaximum(30) |
86 self.upgraderDelaySpinBox.setMaximum(30) |
94 self.upgraderDelaySpinBox.setObjectName("upgraderDelaySpinBox") |
87 self.upgraderDelaySpinBox.setObjectName("upgraderDelaySpinBox") |
95 self.horizontalLayout_3.addWidget(self.upgraderDelaySpinBox) |
88 self.horizontalLayout_3.addWidget(self.upgraderDelaySpinBox) |
96 spacerItem = QtWidgets.QSpacerItem(411, 20, QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Minimum) |
89 spacerItem = QtWidgets.QSpacerItem(411, 20, QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Minimum) |
97 self.horizontalLayout_3.addItem(spacerItem) |
90 self.horizontalLayout_3.addItem(spacerItem) |
98 self.verticalLayout_4.addWidget(self.groupBox_7) |
91 self.verticalLayout_5.addWidget(self.groupBox_7) |
|
92 self.crashSessionGroupBox = QtWidgets.QGroupBox(parent=ApplicationPage) |
|
93 self.crashSessionGroupBox.setObjectName("crashSessionGroupBox") |
|
94 self.verticalLayout_4 = QtWidgets.QVBoxLayout(self.crashSessionGroupBox) |
|
95 self.verticalLayout_4.setObjectName("verticalLayout_4") |
|
96 self.crashSessionEnabledCheckBox = QtWidgets.QCheckBox(parent=self.crashSessionGroupBox) |
|
97 self.crashSessionEnabledCheckBox.setObjectName("crashSessionEnabledCheckBox") |
|
98 self.verticalLayout_4.addWidget(self.crashSessionEnabledCheckBox) |
|
99 self.openCrashSessionCheckBox = QtWidgets.QCheckBox(parent=self.crashSessionGroupBox) |
|
100 self.openCrashSessionCheckBox.setEnabled(False) |
|
101 self.openCrashSessionCheckBox.setObjectName("openCrashSessionCheckBox") |
|
102 self.verticalLayout_4.addWidget(self.openCrashSessionCheckBox) |
|
103 self.deleteCrashSessionCheckBox = QtWidgets.QCheckBox(parent=self.crashSessionGroupBox) |
|
104 self.deleteCrashSessionCheckBox.setObjectName("deleteCrashSessionCheckBox") |
|
105 self.verticalLayout_4.addWidget(self.deleteCrashSessionCheckBox) |
|
106 self.verticalLayout_5.addWidget(self.crashSessionGroupBox) |
99 self.groupBox_4 = QtWidgets.QGroupBox(parent=ApplicationPage) |
107 self.groupBox_4 = QtWidgets.QGroupBox(parent=ApplicationPage) |
100 self.groupBox_4.setObjectName("groupBox_4") |
108 self.groupBox_4.setObjectName("groupBox_4") |
101 self.verticalLayout_2 = QtWidgets.QVBoxLayout(self.groupBox_4) |
109 self.verticalLayout_2 = QtWidgets.QVBoxLayout(self.groupBox_4) |
102 self.verticalLayout_2.setObjectName("verticalLayout_2") |
110 self.verticalLayout_2.setObjectName("verticalLayout_2") |
103 self.systemEmailClientCheckBox = QtWidgets.QCheckBox(parent=self.groupBox_4) |
111 self.systemEmailClientCheckBox = QtWidgets.QCheckBox(parent=self.groupBox_4) |
104 self.systemEmailClientCheckBox.setObjectName("systemEmailClientCheckBox") |
112 self.systemEmailClientCheckBox.setObjectName("systemEmailClientCheckBox") |
105 self.verticalLayout_2.addWidget(self.systemEmailClientCheckBox) |
113 self.verticalLayout_2.addWidget(self.systemEmailClientCheckBox) |
106 self.verticalLayout_4.addWidget(self.groupBox_4) |
114 self.verticalLayout_5.addWidget(self.groupBox_4) |
107 self.groupBox = QtWidgets.QGroupBox(parent=ApplicationPage) |
115 self.groupBox = QtWidgets.QGroupBox(parent=ApplicationPage) |
108 self.groupBox.setObjectName("groupBox") |
116 self.groupBox.setObjectName("groupBox") |
109 self.verticalLayout = QtWidgets.QVBoxLayout(self.groupBox) |
117 self.verticalLayout = QtWidgets.QVBoxLayout(self.groupBox) |
110 self.verticalLayout.setObjectName("verticalLayout") |
118 self.verticalLayout.setObjectName("verticalLayout") |
111 self.errorlogCheckBox = QtWidgets.QCheckBox(parent=self.groupBox) |
119 self.errorlogCheckBox = QtWidgets.QCheckBox(parent=self.groupBox) |
136 self.intervalSpinBox.setSingleStep(100) |
144 self.intervalSpinBox.setSingleStep(100) |
137 self.intervalSpinBox.setObjectName("intervalSpinBox") |
145 self.intervalSpinBox.setObjectName("intervalSpinBox") |
138 self.gridLayout.addWidget(self.intervalSpinBox, 0, 0, 1, 1) |
146 self.gridLayout.addWidget(self.intervalSpinBox, 0, 0, 1, 1) |
139 spacerItem1 = QtWidgets.QSpacerItem(453, 20, QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Minimum) |
147 spacerItem1 = QtWidgets.QSpacerItem(453, 20, QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Minimum) |
140 self.gridLayout.addItem(spacerItem1, 0, 1, 1, 1) |
148 self.gridLayout.addItem(spacerItem1, 0, 1, 1, 1) |
141 self.verticalLayout_4.addWidget(self.groupBox_5) |
149 self.verticalLayout_5.addWidget(self.groupBox_5) |
142 self.groupBox_6 = QtWidgets.QGroupBox(parent=ApplicationPage) |
150 self.groupBox_6 = QtWidgets.QGroupBox(parent=ApplicationPage) |
143 self.groupBox_6.setObjectName("groupBox_6") |
151 self.groupBox_6.setObjectName("groupBox_6") |
144 self.verticalLayout_3 = QtWidgets.QVBoxLayout(self.groupBox_6) |
152 self.verticalLayout_3 = QtWidgets.QVBoxLayout(self.groupBox_6) |
145 self.verticalLayout_3.setObjectName("verticalLayout_3") |
153 self.verticalLayout_3.setObjectName("verticalLayout_3") |
146 self.backgroundServicesLabel = QtWidgets.QLabel(parent=self.groupBox_6) |
154 self.backgroundServicesLabel = QtWidgets.QLabel(parent=self.groupBox_6) |
158 self.backgroundServicesSpinBox.setObjectName("backgroundServicesSpinBox") |
166 self.backgroundServicesSpinBox.setObjectName("backgroundServicesSpinBox") |
159 self.horizontalLayout.addWidget(self.backgroundServicesSpinBox) |
167 self.horizontalLayout.addWidget(self.backgroundServicesSpinBox) |
160 spacerItem2 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Minimum) |
168 spacerItem2 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Minimum) |
161 self.horizontalLayout.addItem(spacerItem2) |
169 self.horizontalLayout.addItem(spacerItem2) |
162 self.verticalLayout_3.addLayout(self.horizontalLayout) |
170 self.verticalLayout_3.addLayout(self.horizontalLayout) |
163 self.verticalLayout_4.addWidget(self.groupBox_6) |
171 self.verticalLayout_5.addWidget(self.groupBox_6) |
164 spacerItem3 = QtWidgets.QSpacerItem(20, 40, QtWidgets.QSizePolicy.Policy.Minimum, QtWidgets.QSizePolicy.Policy.Expanding) |
172 spacerItem3 = QtWidgets.QSpacerItem(20, 40, QtWidgets.QSizePolicy.Policy.Minimum, QtWidgets.QSizePolicy.Policy.Expanding) |
165 self.verticalLayout_4.addItem(spacerItem3) |
173 self.verticalLayout_5.addItem(spacerItem3) |
166 |
174 |
167 self.retranslateUi(ApplicationPage) |
175 self.retranslateUi(ApplicationPage) |
168 self.crashSessionEnabledCheckBox.toggled['bool'].connect(self.openCrashSessionCheckBox.setEnabled) # type: ignore |
176 self.crashSessionEnabledCheckBox.toggled['bool'].connect(self.openCrashSessionCheckBox.setEnabled) # type: ignore |
169 self.crashSessionEnabledCheckBox.toggled['bool'].connect(self.openCrashSessionCheckBox.setChecked) # type: ignore |
177 self.crashSessionEnabledCheckBox.toggled['bool'].connect(self.openCrashSessionCheckBox.setChecked) # type: ignore |
170 QtCore.QMetaObject.connectSlotsByName(ApplicationPage) |
178 QtCore.QMetaObject.connectSlotsByName(ApplicationPage) |
171 ApplicationPage.setTabOrder(self.singleApplicationCheckBox, self.splashScreenCheckBox) |
179 ApplicationPage.setTabOrder(self.singleApplicationCheckBox, self.splashScreenCheckBox) |
172 ApplicationPage.setTabOrder(self.splashScreenCheckBox, self.crashSessionEnabledCheckBox) |
180 ApplicationPage.setTabOrder(self.splashScreenCheckBox, self.globalMenuCheckBox) |
173 ApplicationPage.setTabOrder(self.crashSessionEnabledCheckBox, self.globalMenuCheckBox) |
|
174 ApplicationPage.setTabOrder(self.globalMenuCheckBox, self.noOpenRadioButton) |
181 ApplicationPage.setTabOrder(self.globalMenuCheckBox, self.noOpenRadioButton) |
175 ApplicationPage.setTabOrder(self.noOpenRadioButton, self.lastFileRadioButton) |
182 ApplicationPage.setTabOrder(self.noOpenRadioButton, self.lastFileRadioButton) |
176 ApplicationPage.setTabOrder(self.lastFileRadioButton, self.lastProjectRadioButton) |
183 ApplicationPage.setTabOrder(self.lastFileRadioButton, self.lastProjectRadioButton) |
177 ApplicationPage.setTabOrder(self.lastProjectRadioButton, self.lastMultiprojectRadioButton) |
184 ApplicationPage.setTabOrder(self.lastProjectRadioButton, self.lastMultiprojectRadioButton) |
178 ApplicationPage.setTabOrder(self.lastMultiprojectRadioButton, self.globalSessionRadioButton) |
185 ApplicationPage.setTabOrder(self.lastMultiprojectRadioButton, self.globalSessionRadioButton) |
179 ApplicationPage.setTabOrder(self.globalSessionRadioButton, self.openCrashSessionCheckBox) |
186 ApplicationPage.setTabOrder(self.globalSessionRadioButton, self.noCheckRadioButton) |
180 ApplicationPage.setTabOrder(self.openCrashSessionCheckBox, self.noCheckRadioButton) |
|
181 ApplicationPage.setTabOrder(self.noCheckRadioButton, self.alwaysCheckRadioButton) |
187 ApplicationPage.setTabOrder(self.noCheckRadioButton, self.alwaysCheckRadioButton) |
182 ApplicationPage.setTabOrder(self.alwaysCheckRadioButton, self.dailyCheckRadioButton) |
188 ApplicationPage.setTabOrder(self.alwaysCheckRadioButton, self.dailyCheckRadioButton) |
183 ApplicationPage.setTabOrder(self.dailyCheckRadioButton, self.weeklyCheckRadioButton) |
189 ApplicationPage.setTabOrder(self.dailyCheckRadioButton, self.weeklyCheckRadioButton) |
184 ApplicationPage.setTabOrder(self.weeklyCheckRadioButton, self.monthlyCheckRadioButton) |
190 ApplicationPage.setTabOrder(self.weeklyCheckRadioButton, self.monthlyCheckRadioButton) |
185 ApplicationPage.setTabOrder(self.monthlyCheckRadioButton, self.upgraderDelaySpinBox) |
191 ApplicationPage.setTabOrder(self.monthlyCheckRadioButton, self.upgraderDelaySpinBox) |
186 ApplicationPage.setTabOrder(self.upgraderDelaySpinBox, self.systemEmailClientCheckBox) |
192 ApplicationPage.setTabOrder(self.upgraderDelaySpinBox, self.crashSessionEnabledCheckBox) |
|
193 ApplicationPage.setTabOrder(self.crashSessionEnabledCheckBox, self.openCrashSessionCheckBox) |
|
194 ApplicationPage.setTabOrder(self.openCrashSessionCheckBox, self.deleteCrashSessionCheckBox) |
|
195 ApplicationPage.setTabOrder(self.deleteCrashSessionCheckBox, self.systemEmailClientCheckBox) |
187 ApplicationPage.setTabOrder(self.systemEmailClientCheckBox, self.errorlogCheckBox) |
196 ApplicationPage.setTabOrder(self.systemEmailClientCheckBox, self.errorlogCheckBox) |
188 ApplicationPage.setTabOrder(self.errorlogCheckBox, self.msgSeverityComboBox) |
197 ApplicationPage.setTabOrder(self.errorlogCheckBox, self.msgSeverityComboBox) |
189 ApplicationPage.setTabOrder(self.msgSeverityComboBox, self.intervalSpinBox) |
198 ApplicationPage.setTabOrder(self.msgSeverityComboBox, self.intervalSpinBox) |
190 ApplicationPage.setTabOrder(self.intervalSpinBox, self.backgroundServicesSpinBox) |
199 ApplicationPage.setTabOrder(self.intervalSpinBox, self.backgroundServicesSpinBox) |
191 |
200 |
194 self.headerLabel.setText(_translate("ApplicationPage", "<b>Configure the application</b>")) |
203 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")) |
204 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")) |
205 self.singleApplicationCheckBox.setText(_translate("ApplicationPage", "Single Application Mode")) |
197 self.splashScreenCheckBox.setToolTip(_translate("ApplicationPage", "Select to show the startup splash screen")) |
206 self.splashScreenCheckBox.setToolTip(_translate("ApplicationPage", "Select to show the startup splash screen")) |
198 self.splashScreenCheckBox.setText(_translate("ApplicationPage", "Show Splash Screen at startup")) |
207 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")) |
208 self.globalMenuCheckBox.setToolTip(_translate("ApplicationPage", "Select to use the global application menu bar")) |
202 self.globalMenuCheckBox.setText(_translate("ApplicationPage", "Use Global Menu Bar")) |
209 self.globalMenuCheckBox.setText(_translate("ApplicationPage", "Use Global Menu Bar")) |
203 self.groupBox_3.setTitle(_translate("ApplicationPage", "Open at startup")) |
210 self.groupBox_3.setTitle(_translate("ApplicationPage", "Open at startup")) |
204 self.noOpenRadioButton.setToolTip(_translate("ApplicationPage", "Select to not open anything")) |
211 self.noOpenRadioButton.setToolTip(_translate("ApplicationPage", "Select to not open anything")) |
205 self.noOpenRadioButton.setText(_translate("ApplicationPage", "None")) |
212 self.noOpenRadioButton.setText(_translate("ApplicationPage", "None")) |
|
213 self.globalSessionRadioButton.setToolTip(_translate("ApplicationPage", "Select to restore the global session")) |
|
214 self.globalSessionRadioButton.setText(_translate("ApplicationPage", "Global Session")) |
206 self.lastFileRadioButton.setToolTip(_translate("ApplicationPage", "Select to open the most recently opened file")) |
215 self.lastFileRadioButton.setToolTip(_translate("ApplicationPage", "Select to open the most recently opened file")) |
207 self.lastFileRadioButton.setText(_translate("ApplicationPage", "Last File")) |
216 self.lastFileRadioButton.setText(_translate("ApplicationPage", "Last File")) |
208 self.lastProjectRadioButton.setToolTip(_translate("ApplicationPage", "Select to open the most recently opened project")) |
217 self.lastProjectRadioButton.setToolTip(_translate("ApplicationPage", "Select to open the most recently opened project")) |
209 self.lastProjectRadioButton.setText(_translate("ApplicationPage", "Last Project")) |
218 self.lastProjectRadioButton.setText(_translate("ApplicationPage", "Last Project")) |
210 self.lastMultiprojectRadioButton.setToolTip(_translate("ApplicationPage", "Select to open the most recently opened multiproject")) |
219 self.lastMultiprojectRadioButton.setToolTip(_translate("ApplicationPage", "Select to open the most recently opened multiproject")) |
211 self.lastMultiprojectRadioButton.setText(_translate("ApplicationPage", "Last Multiproject")) |
220 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")) |
221 self.groupBox_2.setTitle(_translate("ApplicationPage", "Check for updates")) |
217 self.noCheckRadioButton.setToolTip(_translate("ApplicationPage", "Select to disable update checking")) |
222 self.noCheckRadioButton.setToolTip(_translate("ApplicationPage", "Select to disable update checking")) |
218 self.noCheckRadioButton.setText(_translate("ApplicationPage", "Never")) |
223 self.noCheckRadioButton.setText(_translate("ApplicationPage", "Never")) |
219 self.alwaysCheckRadioButton.setToolTip(_translate("ApplicationPage", "Select to check for updates at every startup")) |
224 self.alwaysCheckRadioButton.setToolTip(_translate("ApplicationPage", "Select to check for updates at every startup")) |
220 self.alwaysCheckRadioButton.setText(_translate("ApplicationPage", "Always")) |
225 self.alwaysCheckRadioButton.setText(_translate("ApplicationPage", "Always")) |
226 self.monthlyCheckRadioButton.setText(_translate("ApplicationPage", "Monthly")) |
231 self.monthlyCheckRadioButton.setText(_translate("ApplicationPage", "Monthly")) |
227 self.groupBox_7.setTitle(_translate("ApplicationPage", "Upgrader")) |
232 self.groupBox_7.setTitle(_translate("ApplicationPage", "Upgrader")) |
228 self.label_3.setText(_translate("ApplicationPage", "Upgrader Delay:")) |
233 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")) |
234 self.upgraderDelaySpinBox.setToolTip(_translate("ApplicationPage", "Enter the time the upgrader process should wait for eric to exit")) |
230 self.upgraderDelaySpinBox.setSuffix(_translate("ApplicationPage", " s")) |
235 self.upgraderDelaySpinBox.setSuffix(_translate("ApplicationPage", " s")) |
|
236 self.crashSessionGroupBox.setToolTip(_translate("ApplicationPage", "Select to enable the generation of a crash session file")) |
|
237 self.crashSessionGroupBox.setTitle(_translate("ApplicationPage", "Crash Session")) |
|
238 self.crashSessionEnabledCheckBox.setToolTip(_translate("ApplicationPage", "Select to enable the generation of a crash session file")) |
|
239 self.crashSessionEnabledCheckBox.setText(_translate("ApplicationPage", "Enable Crash Session")) |
|
240 self.openCrashSessionCheckBox.setToolTip(_translate("ApplicationPage", "Select to check for a crash session file before opening the above configured startup item.")) |
|
241 self.openCrashSessionCheckBox.setText(_translate("ApplicationPage", "Check for Crash Session at startup")) |
|
242 self.deleteCrashSessionCheckBox.setToolTip(_translate("ApplicationPage", "Select to delete a crash session file after it was loaded.")) |
|
243 self.deleteCrashSessionCheckBox.setText(_translate("ApplicationPage", "Delete Crash Session after loading")) |
231 self.groupBox_4.setTitle(_translate("ApplicationPage", "Reporting")) |
244 self.groupBox_4.setTitle(_translate("ApplicationPage", "Reporting")) |
232 self.systemEmailClientCheckBox.setToolTip(_translate("ApplicationPage", "Select to use the system email client to send reports")) |
245 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")) |
246 self.systemEmailClientCheckBox.setText(_translate("ApplicationPage", "Use System Email Client")) |
234 self.groupBox.setTitle(_translate("ApplicationPage", "Error Log")) |
247 self.groupBox.setTitle(_translate("ApplicationPage", "Error Log")) |
235 self.errorlogCheckBox.setToolTip(_translate("ApplicationPage", "Select to check the existence of an error log upon startup")) |
248 self.errorlogCheckBox.setToolTip(_translate("ApplicationPage", "Select to check the existence of an error log upon startup")) |