|
1 # Form implementation generated from reading ui file '/home/detlev/Development/Python/Eric/eric7_default/src/eric7/Preferences/ConfigurationPages/IrcPage.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_IrcPage(object): |
|
13 def setupUi(self, IrcPage): |
|
14 IrcPage.setObjectName("IrcPage") |
|
15 IrcPage.resize(522, 1025) |
|
16 self.verticalLayout_3 = QtWidgets.QVBoxLayout(IrcPage) |
|
17 self.verticalLayout_3.setObjectName("verticalLayout_3") |
|
18 self.headerLabel = QtWidgets.QLabel(parent=IrcPage) |
|
19 self.headerLabel.setObjectName("headerLabel") |
|
20 self.verticalLayout_3.addWidget(self.headerLabel) |
|
21 self.line3 = QtWidgets.QFrame(parent=IrcPage) |
|
22 self.line3.setFrameShape(QtWidgets.QFrame.Shape.HLine) |
|
23 self.line3.setFrameShadow(QtWidgets.QFrame.Shadow.Sunken) |
|
24 self.line3.setFrameShape(QtWidgets.QFrame.Shape.HLine) |
|
25 self.line3.setObjectName("line3") |
|
26 self.verticalLayout_3.addWidget(self.line3) |
|
27 self.timestampGroup = QtWidgets.QGroupBox(parent=IrcPage) |
|
28 self.timestampGroup.setCheckable(True) |
|
29 self.timestampGroup.setObjectName("timestampGroup") |
|
30 self.gridLayout = QtWidgets.QGridLayout(self.timestampGroup) |
|
31 self.gridLayout.setObjectName("gridLayout") |
|
32 self.label = QtWidgets.QLabel(parent=self.timestampGroup) |
|
33 self.label.setObjectName("label") |
|
34 self.gridLayout.addWidget(self.label, 0, 0, 1, 1) |
|
35 self.timeFormatCombo = QtWidgets.QComboBox(parent=self.timestampGroup) |
|
36 sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Fixed) |
|
37 sizePolicy.setHorizontalStretch(0) |
|
38 sizePolicy.setVerticalStretch(0) |
|
39 sizePolicy.setHeightForWidth(self.timeFormatCombo.sizePolicy().hasHeightForWidth()) |
|
40 self.timeFormatCombo.setSizePolicy(sizePolicy) |
|
41 self.timeFormatCombo.setObjectName("timeFormatCombo") |
|
42 self.gridLayout.addWidget(self.timeFormatCombo, 0, 1, 1, 1) |
|
43 self.label_2 = QtWidgets.QLabel(parent=self.timestampGroup) |
|
44 self.label_2.setObjectName("label_2") |
|
45 self.gridLayout.addWidget(self.label_2, 0, 2, 1, 1) |
|
46 self.dateFormatCombo = QtWidgets.QComboBox(parent=self.timestampGroup) |
|
47 sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Fixed) |
|
48 sizePolicy.setHorizontalStretch(0) |
|
49 sizePolicy.setVerticalStretch(0) |
|
50 sizePolicy.setHeightForWidth(self.dateFormatCombo.sizePolicy().hasHeightForWidth()) |
|
51 self.dateFormatCombo.setSizePolicy(sizePolicy) |
|
52 self.dateFormatCombo.setObjectName("dateFormatCombo") |
|
53 self.gridLayout.addWidget(self.dateFormatCombo, 0, 3, 1, 1) |
|
54 self.showDateCheckBox = QtWidgets.QCheckBox(parent=self.timestampGroup) |
|
55 self.showDateCheckBox.setObjectName("showDateCheckBox") |
|
56 self.gridLayout.addWidget(self.showDateCheckBox, 1, 0, 1, 4) |
|
57 self.verticalLayout_3.addWidget(self.timestampGroup) |
|
58 self.coloursGroup = QtWidgets.QGroupBox(parent=IrcPage) |
|
59 self.coloursGroup.setObjectName("coloursGroup") |
|
60 self.gridLayout_2 = QtWidgets.QGridLayout(self.coloursGroup) |
|
61 self.gridLayout_2.setObjectName("gridLayout_2") |
|
62 self.label_3 = QtWidgets.QLabel(parent=self.coloursGroup) |
|
63 self.label_3.setObjectName("label_3") |
|
64 self.gridLayout_2.addWidget(self.label_3, 0, 0, 1, 1) |
|
65 self.networkButton = QtWidgets.QPushButton(parent=self.coloursGroup) |
|
66 self.networkButton.setMinimumSize(QtCore.QSize(100, 0)) |
|
67 self.networkButton.setText("") |
|
68 self.networkButton.setObjectName("networkButton") |
|
69 self.gridLayout_2.addWidget(self.networkButton, 0, 1, 1, 1) |
|
70 self.label_9 = QtWidgets.QLabel(parent=self.coloursGroup) |
|
71 self.label_9.setObjectName("label_9") |
|
72 self.gridLayout_2.addWidget(self.label_9, 0, 2, 1, 1) |
|
73 self.nickButton = QtWidgets.QPushButton(parent=self.coloursGroup) |
|
74 self.nickButton.setMinimumSize(QtCore.QSize(100, 0)) |
|
75 self.nickButton.setText("") |
|
76 self.nickButton.setObjectName("nickButton") |
|
77 self.gridLayout_2.addWidget(self.nickButton, 0, 3, 1, 1) |
|
78 self.label_4 = QtWidgets.QLabel(parent=self.coloursGroup) |
|
79 self.label_4.setObjectName("label_4") |
|
80 self.gridLayout_2.addWidget(self.label_4, 1, 0, 1, 1) |
|
81 self.serverButton = QtWidgets.QPushButton(parent=self.coloursGroup) |
|
82 self.serverButton.setMinimumSize(QtCore.QSize(100, 0)) |
|
83 self.serverButton.setText("") |
|
84 self.serverButton.setObjectName("serverButton") |
|
85 self.gridLayout_2.addWidget(self.serverButton, 1, 1, 1, 1) |
|
86 self.label_10 = QtWidgets.QLabel(parent=self.coloursGroup) |
|
87 self.label_10.setObjectName("label_10") |
|
88 self.gridLayout_2.addWidget(self.label_10, 1, 2, 1, 1) |
|
89 self.ownNickButton = QtWidgets.QPushButton(parent=self.coloursGroup) |
|
90 self.ownNickButton.setMinimumSize(QtCore.QSize(100, 0)) |
|
91 self.ownNickButton.setText("") |
|
92 self.ownNickButton.setObjectName("ownNickButton") |
|
93 self.gridLayout_2.addWidget(self.ownNickButton, 1, 3, 1, 1) |
|
94 self.label_5 = QtWidgets.QLabel(parent=self.coloursGroup) |
|
95 self.label_5.setObjectName("label_5") |
|
96 self.gridLayout_2.addWidget(self.label_5, 2, 0, 1, 1) |
|
97 self.channelButton = QtWidgets.QPushButton(parent=self.coloursGroup) |
|
98 self.channelButton.setMinimumSize(QtCore.QSize(100, 0)) |
|
99 self.channelButton.setText("") |
|
100 self.channelButton.setObjectName("channelButton") |
|
101 self.gridLayout_2.addWidget(self.channelButton, 2, 1, 1, 1) |
|
102 self.label_11 = QtWidgets.QLabel(parent=self.coloursGroup) |
|
103 self.label_11.setObjectName("label_11") |
|
104 self.gridLayout_2.addWidget(self.label_11, 2, 2, 1, 1) |
|
105 self.joinButton = QtWidgets.QPushButton(parent=self.coloursGroup) |
|
106 self.joinButton.setMinimumSize(QtCore.QSize(100, 0)) |
|
107 self.joinButton.setText("") |
|
108 self.joinButton.setObjectName("joinButton") |
|
109 self.gridLayout_2.addWidget(self.joinButton, 2, 3, 1, 1) |
|
110 self.label_6 = QtWidgets.QLabel(parent=self.coloursGroup) |
|
111 self.label_6.setObjectName("label_6") |
|
112 self.gridLayout_2.addWidget(self.label_6, 3, 0, 1, 1) |
|
113 self.errorButton = QtWidgets.QPushButton(parent=self.coloursGroup) |
|
114 self.errorButton.setMinimumSize(QtCore.QSize(100, 0)) |
|
115 self.errorButton.setText("") |
|
116 self.errorButton.setObjectName("errorButton") |
|
117 self.gridLayout_2.addWidget(self.errorButton, 3, 1, 1, 1) |
|
118 self.label_12 = QtWidgets.QLabel(parent=self.coloursGroup) |
|
119 self.label_12.setObjectName("label_12") |
|
120 self.gridLayout_2.addWidget(self.label_12, 3, 2, 1, 1) |
|
121 self.leaveButton = QtWidgets.QPushButton(parent=self.coloursGroup) |
|
122 self.leaveButton.setMinimumSize(QtCore.QSize(100, 0)) |
|
123 self.leaveButton.setText("") |
|
124 self.leaveButton.setObjectName("leaveButton") |
|
125 self.gridLayout_2.addWidget(self.leaveButton, 3, 3, 1, 1) |
|
126 self.label_7 = QtWidgets.QLabel(parent=self.coloursGroup) |
|
127 self.label_7.setObjectName("label_7") |
|
128 self.gridLayout_2.addWidget(self.label_7, 4, 0, 1, 1) |
|
129 self.timestampButton = QtWidgets.QPushButton(parent=self.coloursGroup) |
|
130 self.timestampButton.setMinimumSize(QtCore.QSize(100, 0)) |
|
131 self.timestampButton.setText("") |
|
132 self.timestampButton.setObjectName("timestampButton") |
|
133 self.gridLayout_2.addWidget(self.timestampButton, 4, 1, 1, 1) |
|
134 self.label_13 = QtWidgets.QLabel(parent=self.coloursGroup) |
|
135 self.label_13.setObjectName("label_13") |
|
136 self.gridLayout_2.addWidget(self.label_13, 4, 2, 1, 1) |
|
137 self.infoButton = QtWidgets.QPushButton(parent=self.coloursGroup) |
|
138 self.infoButton.setMinimumSize(QtCore.QSize(100, 0)) |
|
139 self.infoButton.setText("") |
|
140 self.infoButton.setObjectName("infoButton") |
|
141 self.gridLayout_2.addWidget(self.infoButton, 4, 3, 1, 1) |
|
142 self.label_8 = QtWidgets.QLabel(parent=self.coloursGroup) |
|
143 self.label_8.setObjectName("label_8") |
|
144 self.gridLayout_2.addWidget(self.label_8, 5, 0, 1, 1) |
|
145 self.hyperlinkButton = QtWidgets.QPushButton(parent=self.coloursGroup) |
|
146 self.hyperlinkButton.setMinimumSize(QtCore.QSize(100, 0)) |
|
147 self.hyperlinkButton.setText("") |
|
148 self.hyperlinkButton.setObjectName("hyperlinkButton") |
|
149 self.gridLayout_2.addWidget(self.hyperlinkButton, 5, 1, 1, 1) |
|
150 self.verticalLayout_3.addWidget(self.coloursGroup) |
|
151 self.textColoursGroup = QtWidgets.QGroupBox(parent=IrcPage) |
|
152 self.textColoursGroup.setCheckable(True) |
|
153 self.textColoursGroup.setObjectName("textColoursGroup") |
|
154 self.gridLayout_4 = QtWidgets.QGridLayout(self.textColoursGroup) |
|
155 self.gridLayout_4.setObjectName("gridLayout_4") |
|
156 self.label_15 = QtWidgets.QLabel(parent=self.textColoursGroup) |
|
157 self.label_15.setText("0:") |
|
158 self.label_15.setObjectName("label_15") |
|
159 self.gridLayout_4.addWidget(self.label_15, 0, 0, 1, 1) |
|
160 self.ircColor0Button = QtWidgets.QPushButton(parent=self.textColoursGroup) |
|
161 sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Fixed) |
|
162 sizePolicy.setHorizontalStretch(0) |
|
163 sizePolicy.setVerticalStretch(0) |
|
164 sizePolicy.setHeightForWidth(self.ircColor0Button.sizePolicy().hasHeightForWidth()) |
|
165 self.ircColor0Button.setSizePolicy(sizePolicy) |
|
166 self.ircColor0Button.setObjectName("ircColor0Button") |
|
167 self.gridLayout_4.addWidget(self.ircColor0Button, 0, 1, 1, 1) |
|
168 self.label_19 = QtWidgets.QLabel(parent=self.textColoursGroup) |
|
169 self.label_19.setText("4:") |
|
170 self.label_19.setObjectName("label_19") |
|
171 self.gridLayout_4.addWidget(self.label_19, 0, 2, 1, 1) |
|
172 self.ircColor4Button = QtWidgets.QPushButton(parent=self.textColoursGroup) |
|
173 sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Fixed) |
|
174 sizePolicy.setHorizontalStretch(0) |
|
175 sizePolicy.setVerticalStretch(0) |
|
176 sizePolicy.setHeightForWidth(self.ircColor4Button.sizePolicy().hasHeightForWidth()) |
|
177 self.ircColor4Button.setSizePolicy(sizePolicy) |
|
178 self.ircColor4Button.setObjectName("ircColor4Button") |
|
179 self.gridLayout_4.addWidget(self.ircColor4Button, 0, 3, 1, 1) |
|
180 self.label_23 = QtWidgets.QLabel(parent=self.textColoursGroup) |
|
181 self.label_23.setText("8:") |
|
182 self.label_23.setObjectName("label_23") |
|
183 self.gridLayout_4.addWidget(self.label_23, 0, 4, 1, 1) |
|
184 self.ircColor8Button = QtWidgets.QPushButton(parent=self.textColoursGroup) |
|
185 sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Fixed) |
|
186 sizePolicy.setHorizontalStretch(0) |
|
187 sizePolicy.setVerticalStretch(0) |
|
188 sizePolicy.setHeightForWidth(self.ircColor8Button.sizePolicy().hasHeightForWidth()) |
|
189 self.ircColor8Button.setSizePolicy(sizePolicy) |
|
190 self.ircColor8Button.setObjectName("ircColor8Button") |
|
191 self.gridLayout_4.addWidget(self.ircColor8Button, 0, 5, 1, 1) |
|
192 self.label_27 = QtWidgets.QLabel(parent=self.textColoursGroup) |
|
193 self.label_27.setText("12:") |
|
194 self.label_27.setObjectName("label_27") |
|
195 self.gridLayout_4.addWidget(self.label_27, 0, 6, 1, 1) |
|
196 self.ircColor12Button = QtWidgets.QPushButton(parent=self.textColoursGroup) |
|
197 sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Fixed) |
|
198 sizePolicy.setHorizontalStretch(0) |
|
199 sizePolicy.setVerticalStretch(0) |
|
200 sizePolicy.setHeightForWidth(self.ircColor12Button.sizePolicy().hasHeightForWidth()) |
|
201 self.ircColor12Button.setSizePolicy(sizePolicy) |
|
202 self.ircColor12Button.setObjectName("ircColor12Button") |
|
203 self.gridLayout_4.addWidget(self.ircColor12Button, 0, 7, 1, 1) |
|
204 self.label_16 = QtWidgets.QLabel(parent=self.textColoursGroup) |
|
205 self.label_16.setText("1:") |
|
206 self.label_16.setObjectName("label_16") |
|
207 self.gridLayout_4.addWidget(self.label_16, 1, 0, 1, 1) |
|
208 self.ircColor1Button = QtWidgets.QPushButton(parent=self.textColoursGroup) |
|
209 sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Fixed) |
|
210 sizePolicy.setHorizontalStretch(0) |
|
211 sizePolicy.setVerticalStretch(0) |
|
212 sizePolicy.setHeightForWidth(self.ircColor1Button.sizePolicy().hasHeightForWidth()) |
|
213 self.ircColor1Button.setSizePolicy(sizePolicy) |
|
214 self.ircColor1Button.setObjectName("ircColor1Button") |
|
215 self.gridLayout_4.addWidget(self.ircColor1Button, 1, 1, 1, 1) |
|
216 self.label_20 = QtWidgets.QLabel(parent=self.textColoursGroup) |
|
217 self.label_20.setText("5:") |
|
218 self.label_20.setObjectName("label_20") |
|
219 self.gridLayout_4.addWidget(self.label_20, 1, 2, 1, 1) |
|
220 self.ircColor5Button = QtWidgets.QPushButton(parent=self.textColoursGroup) |
|
221 sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Fixed) |
|
222 sizePolicy.setHorizontalStretch(0) |
|
223 sizePolicy.setVerticalStretch(0) |
|
224 sizePolicy.setHeightForWidth(self.ircColor5Button.sizePolicy().hasHeightForWidth()) |
|
225 self.ircColor5Button.setSizePolicy(sizePolicy) |
|
226 self.ircColor5Button.setObjectName("ircColor5Button") |
|
227 self.gridLayout_4.addWidget(self.ircColor5Button, 1, 3, 1, 1) |
|
228 self.label_24 = QtWidgets.QLabel(parent=self.textColoursGroup) |
|
229 self.label_24.setText("9:") |
|
230 self.label_24.setObjectName("label_24") |
|
231 self.gridLayout_4.addWidget(self.label_24, 1, 4, 1, 1) |
|
232 self.ircColor9Button = QtWidgets.QPushButton(parent=self.textColoursGroup) |
|
233 sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Fixed) |
|
234 sizePolicy.setHorizontalStretch(0) |
|
235 sizePolicy.setVerticalStretch(0) |
|
236 sizePolicy.setHeightForWidth(self.ircColor9Button.sizePolicy().hasHeightForWidth()) |
|
237 self.ircColor9Button.setSizePolicy(sizePolicy) |
|
238 self.ircColor9Button.setObjectName("ircColor9Button") |
|
239 self.gridLayout_4.addWidget(self.ircColor9Button, 1, 5, 1, 1) |
|
240 self.label_28 = QtWidgets.QLabel(parent=self.textColoursGroup) |
|
241 self.label_28.setText("13:") |
|
242 self.label_28.setObjectName("label_28") |
|
243 self.gridLayout_4.addWidget(self.label_28, 1, 6, 1, 1) |
|
244 self.ircColor13Button = QtWidgets.QPushButton(parent=self.textColoursGroup) |
|
245 sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Fixed) |
|
246 sizePolicy.setHorizontalStretch(0) |
|
247 sizePolicy.setVerticalStretch(0) |
|
248 sizePolicy.setHeightForWidth(self.ircColor13Button.sizePolicy().hasHeightForWidth()) |
|
249 self.ircColor13Button.setSizePolicy(sizePolicy) |
|
250 self.ircColor13Button.setObjectName("ircColor13Button") |
|
251 self.gridLayout_4.addWidget(self.ircColor13Button, 1, 7, 1, 1) |
|
252 self.label_17 = QtWidgets.QLabel(parent=self.textColoursGroup) |
|
253 self.label_17.setText("2:") |
|
254 self.label_17.setObjectName("label_17") |
|
255 self.gridLayout_4.addWidget(self.label_17, 2, 0, 1, 1) |
|
256 self.ircColor2Button = QtWidgets.QPushButton(parent=self.textColoursGroup) |
|
257 sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Fixed) |
|
258 sizePolicy.setHorizontalStretch(0) |
|
259 sizePolicy.setVerticalStretch(0) |
|
260 sizePolicy.setHeightForWidth(self.ircColor2Button.sizePolicy().hasHeightForWidth()) |
|
261 self.ircColor2Button.setSizePolicy(sizePolicy) |
|
262 self.ircColor2Button.setObjectName("ircColor2Button") |
|
263 self.gridLayout_4.addWidget(self.ircColor2Button, 2, 1, 1, 1) |
|
264 self.label_21 = QtWidgets.QLabel(parent=self.textColoursGroup) |
|
265 self.label_21.setText("6:") |
|
266 self.label_21.setObjectName("label_21") |
|
267 self.gridLayout_4.addWidget(self.label_21, 2, 2, 1, 1) |
|
268 self.ircColor6Button = QtWidgets.QPushButton(parent=self.textColoursGroup) |
|
269 sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Fixed) |
|
270 sizePolicy.setHorizontalStretch(0) |
|
271 sizePolicy.setVerticalStretch(0) |
|
272 sizePolicy.setHeightForWidth(self.ircColor6Button.sizePolicy().hasHeightForWidth()) |
|
273 self.ircColor6Button.setSizePolicy(sizePolicy) |
|
274 self.ircColor6Button.setObjectName("ircColor6Button") |
|
275 self.gridLayout_4.addWidget(self.ircColor6Button, 2, 3, 1, 1) |
|
276 self.label_25 = QtWidgets.QLabel(parent=self.textColoursGroup) |
|
277 self.label_25.setText("10:") |
|
278 self.label_25.setObjectName("label_25") |
|
279 self.gridLayout_4.addWidget(self.label_25, 2, 4, 1, 1) |
|
280 self.ircColor10Button = QtWidgets.QPushButton(parent=self.textColoursGroup) |
|
281 sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Fixed) |
|
282 sizePolicy.setHorizontalStretch(0) |
|
283 sizePolicy.setVerticalStretch(0) |
|
284 sizePolicy.setHeightForWidth(self.ircColor10Button.sizePolicy().hasHeightForWidth()) |
|
285 self.ircColor10Button.setSizePolicy(sizePolicy) |
|
286 self.ircColor10Button.setObjectName("ircColor10Button") |
|
287 self.gridLayout_4.addWidget(self.ircColor10Button, 2, 5, 1, 1) |
|
288 self.label_29 = QtWidgets.QLabel(parent=self.textColoursGroup) |
|
289 self.label_29.setText("14:") |
|
290 self.label_29.setObjectName("label_29") |
|
291 self.gridLayout_4.addWidget(self.label_29, 2, 6, 1, 1) |
|
292 self.ircColor14Button = QtWidgets.QPushButton(parent=self.textColoursGroup) |
|
293 sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Fixed) |
|
294 sizePolicy.setHorizontalStretch(0) |
|
295 sizePolicy.setVerticalStretch(0) |
|
296 sizePolicy.setHeightForWidth(self.ircColor14Button.sizePolicy().hasHeightForWidth()) |
|
297 self.ircColor14Button.setSizePolicy(sizePolicy) |
|
298 self.ircColor14Button.setObjectName("ircColor14Button") |
|
299 self.gridLayout_4.addWidget(self.ircColor14Button, 2, 7, 1, 1) |
|
300 self.label_18 = QtWidgets.QLabel(parent=self.textColoursGroup) |
|
301 self.label_18.setText("3:") |
|
302 self.label_18.setObjectName("label_18") |
|
303 self.gridLayout_4.addWidget(self.label_18, 3, 0, 1, 1) |
|
304 self.ircColor3Button = QtWidgets.QPushButton(parent=self.textColoursGroup) |
|
305 sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Fixed) |
|
306 sizePolicy.setHorizontalStretch(0) |
|
307 sizePolicy.setVerticalStretch(0) |
|
308 sizePolicy.setHeightForWidth(self.ircColor3Button.sizePolicy().hasHeightForWidth()) |
|
309 self.ircColor3Button.setSizePolicy(sizePolicy) |
|
310 self.ircColor3Button.setObjectName("ircColor3Button") |
|
311 self.gridLayout_4.addWidget(self.ircColor3Button, 3, 1, 1, 1) |
|
312 self.label_22 = QtWidgets.QLabel(parent=self.textColoursGroup) |
|
313 self.label_22.setText("7:") |
|
314 self.label_22.setObjectName("label_22") |
|
315 self.gridLayout_4.addWidget(self.label_22, 3, 2, 1, 1) |
|
316 self.ircColor7Button = QtWidgets.QPushButton(parent=self.textColoursGroup) |
|
317 sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Fixed) |
|
318 sizePolicy.setHorizontalStretch(0) |
|
319 sizePolicy.setVerticalStretch(0) |
|
320 sizePolicy.setHeightForWidth(self.ircColor7Button.sizePolicy().hasHeightForWidth()) |
|
321 self.ircColor7Button.setSizePolicy(sizePolicy) |
|
322 self.ircColor7Button.setObjectName("ircColor7Button") |
|
323 self.gridLayout_4.addWidget(self.ircColor7Button, 3, 3, 1, 1) |
|
324 self.label_26 = QtWidgets.QLabel(parent=self.textColoursGroup) |
|
325 self.label_26.setText("11:") |
|
326 self.label_26.setObjectName("label_26") |
|
327 self.gridLayout_4.addWidget(self.label_26, 3, 4, 1, 1) |
|
328 self.ircColor11Button = QtWidgets.QPushButton(parent=self.textColoursGroup) |
|
329 sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Fixed) |
|
330 sizePolicy.setHorizontalStretch(0) |
|
331 sizePolicy.setVerticalStretch(0) |
|
332 sizePolicy.setHeightForWidth(self.ircColor11Button.sizePolicy().hasHeightForWidth()) |
|
333 self.ircColor11Button.setSizePolicy(sizePolicy) |
|
334 self.ircColor11Button.setObjectName("ircColor11Button") |
|
335 self.gridLayout_4.addWidget(self.ircColor11Button, 3, 5, 1, 1) |
|
336 self.label_30 = QtWidgets.QLabel(parent=self.textColoursGroup) |
|
337 self.label_30.setText("15:") |
|
338 self.label_30.setObjectName("label_30") |
|
339 self.gridLayout_4.addWidget(self.label_30, 3, 6, 1, 1) |
|
340 self.ircColor15Button = QtWidgets.QPushButton(parent=self.textColoursGroup) |
|
341 sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Fixed) |
|
342 sizePolicy.setHorizontalStretch(0) |
|
343 sizePolicy.setVerticalStretch(0) |
|
344 sizePolicy.setHeightForWidth(self.ircColor15Button.sizePolicy().hasHeightForWidth()) |
|
345 self.ircColor15Button.setSizePolicy(sizePolicy) |
|
346 self.ircColor15Button.setObjectName("ircColor15Button") |
|
347 self.gridLayout_4.addWidget(self.ircColor15Button, 3, 7, 1, 1) |
|
348 self.verticalLayout_3.addWidget(self.textColoursGroup) |
|
349 self.notificationsGroup = QtWidgets.QGroupBox(parent=IrcPage) |
|
350 self.notificationsGroup.setCheckable(True) |
|
351 self.notificationsGroup.setObjectName("notificationsGroup") |
|
352 self.gridLayout_3 = QtWidgets.QGridLayout(self.notificationsGroup) |
|
353 self.gridLayout_3.setObjectName("gridLayout_3") |
|
354 self.joinLeaveCheckBox = QtWidgets.QCheckBox(parent=self.notificationsGroup) |
|
355 self.joinLeaveCheckBox.setObjectName("joinLeaveCheckBox") |
|
356 self.gridLayout_3.addWidget(self.joinLeaveCheckBox, 0, 0, 1, 1) |
|
357 self.messageCheckBox = QtWidgets.QCheckBox(parent=self.notificationsGroup) |
|
358 self.messageCheckBox.setObjectName("messageCheckBox") |
|
359 self.gridLayout_3.addWidget(self.messageCheckBox, 1, 0, 1, 1) |
|
360 self.ownNickCheckBox = QtWidgets.QCheckBox(parent=self.notificationsGroup) |
|
361 self.ownNickCheckBox.setObjectName("ownNickCheckBox") |
|
362 self.gridLayout_3.addWidget(self.ownNickCheckBox, 0, 1, 1, 1) |
|
363 self.verticalLayout_3.addWidget(self.notificationsGroup) |
|
364 self.whoGroup = QtWidgets.QGroupBox(parent=IrcPage) |
|
365 self.whoGroup.setCheckable(True) |
|
366 self.whoGroup.setChecked(False) |
|
367 self.whoGroup.setObjectName("whoGroup") |
|
368 self.gridLayout_5 = QtWidgets.QGridLayout(self.whoGroup) |
|
369 self.gridLayout_5.setObjectName("gridLayout_5") |
|
370 self.label_31 = QtWidgets.QLabel(parent=self.whoGroup) |
|
371 self.label_31.setObjectName("label_31") |
|
372 self.gridLayout_5.addWidget(self.label_31, 0, 0, 1, 1) |
|
373 self.whoUsersSpinBox = QtWidgets.QSpinBox(parent=self.whoGroup) |
|
374 self.whoUsersSpinBox.setAlignment(QtCore.Qt.AlignmentFlag.AlignRight|QtCore.Qt.AlignmentFlag.AlignTrailing|QtCore.Qt.AlignmentFlag.AlignVCenter) |
|
375 self.whoUsersSpinBox.setMaximum(999) |
|
376 self.whoUsersSpinBox.setObjectName("whoUsersSpinBox") |
|
377 self.gridLayout_5.addWidget(self.whoUsersSpinBox, 0, 1, 1, 1) |
|
378 spacerItem = QtWidgets.QSpacerItem(174, 20, QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Minimum) |
|
379 self.gridLayout_5.addItem(spacerItem, 0, 2, 1, 1) |
|
380 self.label_32 = QtWidgets.QLabel(parent=self.whoGroup) |
|
381 self.label_32.setObjectName("label_32") |
|
382 self.gridLayout_5.addWidget(self.label_32, 1, 0, 1, 1) |
|
383 self.whoIntervalSpinBox = QtWidgets.QSpinBox(parent=self.whoGroup) |
|
384 self.whoIntervalSpinBox.setAlignment(QtCore.Qt.AlignmentFlag.AlignRight|QtCore.Qt.AlignmentFlag.AlignTrailing|QtCore.Qt.AlignmentFlag.AlignVCenter) |
|
385 self.whoIntervalSpinBox.setMinimum(30) |
|
386 self.whoIntervalSpinBox.setMaximum(600) |
|
387 self.whoIntervalSpinBox.setSingleStep(10) |
|
388 self.whoIntervalSpinBox.setObjectName("whoIntervalSpinBox") |
|
389 self.gridLayout_5.addWidget(self.whoIntervalSpinBox, 1, 1, 1, 1) |
|
390 self.verticalLayout_3.addWidget(self.whoGroup) |
|
391 self.markerGroup = QtWidgets.QGroupBox(parent=IrcPage) |
|
392 self.markerGroup.setObjectName("markerGroup") |
|
393 self.gridLayout_6 = QtWidgets.QGridLayout(self.markerGroup) |
|
394 self.gridLayout_6.setObjectName("gridLayout_6") |
|
395 self.markWhenHiddenCheckBox = QtWidgets.QCheckBox(parent=self.markerGroup) |
|
396 self.markWhenHiddenCheckBox.setObjectName("markWhenHiddenCheckBox") |
|
397 self.gridLayout_6.addWidget(self.markWhenHiddenCheckBox, 0, 0, 1, 3) |
|
398 self.label_33 = QtWidgets.QLabel(parent=self.markerGroup) |
|
399 self.label_33.setObjectName("label_33") |
|
400 self.gridLayout_6.addWidget(self.label_33, 1, 0, 1, 1) |
|
401 self.markerForegroundButton = QtWidgets.QPushButton(parent=self.markerGroup) |
|
402 self.markerForegroundButton.setMinimumSize(QtCore.QSize(100, 0)) |
|
403 self.markerForegroundButton.setText("") |
|
404 self.markerForegroundButton.setObjectName("markerForegroundButton") |
|
405 self.gridLayout_6.addWidget(self.markerForegroundButton, 1, 1, 1, 1) |
|
406 spacerItem1 = QtWidgets.QSpacerItem(240, 20, QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Minimum) |
|
407 self.gridLayout_6.addItem(spacerItem1, 1, 2, 2, 1) |
|
408 self.markerBackgroundButton = QtWidgets.QPushButton(parent=self.markerGroup) |
|
409 self.markerBackgroundButton.setMinimumSize(QtCore.QSize(100, 0)) |
|
410 self.markerBackgroundButton.setText("") |
|
411 self.markerBackgroundButton.setObjectName("markerBackgroundButton") |
|
412 self.gridLayout_6.addWidget(self.markerBackgroundButton, 2, 1, 2, 1) |
|
413 self.label_34 = QtWidgets.QLabel(parent=self.markerGroup) |
|
414 self.label_34.setObjectName("label_34") |
|
415 self.gridLayout_6.addWidget(self.label_34, 3, 0, 1, 1) |
|
416 self.verticalLayout_3.addWidget(self.markerGroup) |
|
417 self.shutdownGroup = QtWidgets.QGroupBox(parent=IrcPage) |
|
418 self.shutdownGroup.setObjectName("shutdownGroup") |
|
419 self.verticalLayout_2 = QtWidgets.QVBoxLayout(self.shutdownGroup) |
|
420 self.verticalLayout_2.setObjectName("verticalLayout_2") |
|
421 self.confirmShutdownCheckBox = QtWidgets.QCheckBox(parent=self.shutdownGroup) |
|
422 self.confirmShutdownCheckBox.setObjectName("confirmShutdownCheckBox") |
|
423 self.verticalLayout_2.addWidget(self.confirmShutdownCheckBox) |
|
424 self.verticalLayout_3.addWidget(self.shutdownGroup) |
|
425 |
|
426 self.retranslateUi(IrcPage) |
|
427 QtCore.QMetaObject.connectSlotsByName(IrcPage) |
|
428 IrcPage.setTabOrder(self.timestampGroup, self.timeFormatCombo) |
|
429 IrcPage.setTabOrder(self.timeFormatCombo, self.dateFormatCombo) |
|
430 IrcPage.setTabOrder(self.dateFormatCombo, self.showDateCheckBox) |
|
431 IrcPage.setTabOrder(self.showDateCheckBox, self.networkButton) |
|
432 IrcPage.setTabOrder(self.networkButton, self.serverButton) |
|
433 IrcPage.setTabOrder(self.serverButton, self.channelButton) |
|
434 IrcPage.setTabOrder(self.channelButton, self.errorButton) |
|
435 IrcPage.setTabOrder(self.errorButton, self.timestampButton) |
|
436 IrcPage.setTabOrder(self.timestampButton, self.hyperlinkButton) |
|
437 IrcPage.setTabOrder(self.hyperlinkButton, self.nickButton) |
|
438 IrcPage.setTabOrder(self.nickButton, self.ownNickButton) |
|
439 IrcPage.setTabOrder(self.ownNickButton, self.joinButton) |
|
440 IrcPage.setTabOrder(self.joinButton, self.leaveButton) |
|
441 IrcPage.setTabOrder(self.leaveButton, self.infoButton) |
|
442 IrcPage.setTabOrder(self.infoButton, self.textColoursGroup) |
|
443 IrcPage.setTabOrder(self.textColoursGroup, self.ircColor0Button) |
|
444 IrcPage.setTabOrder(self.ircColor0Button, self.ircColor1Button) |
|
445 IrcPage.setTabOrder(self.ircColor1Button, self.ircColor2Button) |
|
446 IrcPage.setTabOrder(self.ircColor2Button, self.ircColor3Button) |
|
447 IrcPage.setTabOrder(self.ircColor3Button, self.ircColor4Button) |
|
448 IrcPage.setTabOrder(self.ircColor4Button, self.ircColor5Button) |
|
449 IrcPage.setTabOrder(self.ircColor5Button, self.ircColor6Button) |
|
450 IrcPage.setTabOrder(self.ircColor6Button, self.ircColor7Button) |
|
451 IrcPage.setTabOrder(self.ircColor7Button, self.ircColor8Button) |
|
452 IrcPage.setTabOrder(self.ircColor8Button, self.ircColor9Button) |
|
453 IrcPage.setTabOrder(self.ircColor9Button, self.ircColor10Button) |
|
454 IrcPage.setTabOrder(self.ircColor10Button, self.ircColor11Button) |
|
455 IrcPage.setTabOrder(self.ircColor11Button, self.ircColor12Button) |
|
456 IrcPage.setTabOrder(self.ircColor12Button, self.ircColor13Button) |
|
457 IrcPage.setTabOrder(self.ircColor13Button, self.ircColor14Button) |
|
458 IrcPage.setTabOrder(self.ircColor14Button, self.ircColor15Button) |
|
459 IrcPage.setTabOrder(self.ircColor15Button, self.notificationsGroup) |
|
460 IrcPage.setTabOrder(self.notificationsGroup, self.joinLeaveCheckBox) |
|
461 IrcPage.setTabOrder(self.joinLeaveCheckBox, self.messageCheckBox) |
|
462 IrcPage.setTabOrder(self.messageCheckBox, self.ownNickCheckBox) |
|
463 IrcPage.setTabOrder(self.ownNickCheckBox, self.whoGroup) |
|
464 IrcPage.setTabOrder(self.whoGroup, self.whoUsersSpinBox) |
|
465 IrcPage.setTabOrder(self.whoUsersSpinBox, self.whoIntervalSpinBox) |
|
466 IrcPage.setTabOrder(self.whoIntervalSpinBox, self.markWhenHiddenCheckBox) |
|
467 IrcPage.setTabOrder(self.markWhenHiddenCheckBox, self.markerForegroundButton) |
|
468 IrcPage.setTabOrder(self.markerForegroundButton, self.markerBackgroundButton) |
|
469 IrcPage.setTabOrder(self.markerBackgroundButton, self.confirmShutdownCheckBox) |
|
470 |
|
471 def retranslateUi(self, IrcPage): |
|
472 _translate = QtCore.QCoreApplication.translate |
|
473 self.headerLabel.setText(_translate("IrcPage", "<b>Configure IRC</b>")) |
|
474 self.timestampGroup.setToolTip(_translate("IrcPage", "Enable to show timestamps")) |
|
475 self.timestampGroup.setTitle(_translate("IrcPage", "Show Timestamps")) |
|
476 self.label.setText(_translate("IrcPage", "Time Format:")) |
|
477 self.timeFormatCombo.setToolTip(_translate("IrcPage", "Select the time format to use")) |
|
478 self.label_2.setText(_translate("IrcPage", "Date Format")) |
|
479 self.dateFormatCombo.setToolTip(_translate("IrcPage", "Select the date format to use")) |
|
480 self.showDateCheckBox.setToolTip(_translate("IrcPage", "Select to show the date in timestamps")) |
|
481 self.showDateCheckBox.setText(_translate("IrcPage", "Show Date")) |
|
482 self.coloursGroup.setTitle(_translate("IrcPage", "Colors")) |
|
483 self.label_3.setText(_translate("IrcPage", "Network Messages:")) |
|
484 self.networkButton.setToolTip(_translate("IrcPage", "Select the color for network messages")) |
|
485 self.label_9.setText(_translate("IrcPage", "Nick Names:")) |
|
486 self.nickButton.setToolTip(_translate("IrcPage", "Select the color for nick names")) |
|
487 self.label_4.setText(_translate("IrcPage", "Server Messages:")) |
|
488 self.serverButton.setToolTip(_translate("IrcPage", "Select the color for server messages")) |
|
489 self.label_10.setText(_translate("IrcPage", "Own Nick Name:")) |
|
490 self.ownNickButton.setToolTip(_translate("IrcPage", "Select the color for own nick name")) |
|
491 self.label_5.setText(_translate("IrcPage", "Channel Messages:")) |
|
492 self.channelButton.setToolTip(_translate("IrcPage", "Select the color for channel messages")) |
|
493 self.label_11.setText(_translate("IrcPage", "Join Channel:")) |
|
494 self.joinButton.setToolTip(_translate("IrcPage", "Select the color for join channel messages")) |
|
495 self.label_6.setText(_translate("IrcPage", "Error Messages:")) |
|
496 self.errorButton.setToolTip(_translate("IrcPage", "Select the color for error messages")) |
|
497 self.label_12.setText(_translate("IrcPage", "Leave Channel:")) |
|
498 self.leaveButton.setToolTip(_translate("IrcPage", "Select the color for leave channel messages")) |
|
499 self.label_7.setText(_translate("IrcPage", "Timestamp:")) |
|
500 self.timestampButton.setToolTip(_translate("IrcPage", "Select the color for timestamps")) |
|
501 self.label_13.setText(_translate("IrcPage", "Channel Info:")) |
|
502 self.infoButton.setToolTip(_translate("IrcPage", "Select the color for channel info messages")) |
|
503 self.label_8.setText(_translate("IrcPage", "Hyperlink:")) |
|
504 self.hyperlinkButton.setToolTip(_translate("IrcPage", "Select the color for hyperlinks")) |
|
505 self.textColoursGroup.setToolTip(_translate("IrcPage", "Enable to allow colored text in IRC messages")) |
|
506 self.textColoursGroup.setTitle(_translate("IrcPage", "Allow Colored Text in IRC Messages")) |
|
507 self.notificationsGroup.setToolTip(_translate("IrcPage", "Enable to show notifications")) |
|
508 self.notificationsGroup.setTitle(_translate("IrcPage", "Show Notifications")) |
|
509 self.joinLeaveCheckBox.setToolTip(_translate("IrcPage", "Select to show a notification for join and leave events")) |
|
510 self.joinLeaveCheckBox.setText(_translate("IrcPage", "Join/Leave Event")) |
|
511 self.messageCheckBox.setToolTip(_translate("IrcPage", "Select to show a notification for every message")) |
|
512 self.messageCheckBox.setText(_translate("IrcPage", "Every Message")) |
|
513 self.ownNickCheckBox.setToolTip(_translate("IrcPage", "Select to show a notification for every mentioning of your nick")) |
|
514 self.ownNickCheckBox.setText(_translate("IrcPage", "Mentioning of Own Nick")) |
|
515 self.whoGroup.setToolTip(_translate("IrcPage", "Select this to enable the automatic lookup of user information for joined channels")) |
|
516 self.whoGroup.setTitle(_translate("IrcPage", "Enable Automatic User Information Lookup (/WHO)")) |
|
517 self.label_31.setText(_translate("IrcPage", "Max. Number of Users in Channel:")) |
|
518 self.whoUsersSpinBox.setToolTip(_translate("IrcPage", "Enter the maximum numbers of users in a channel allowed for this function")) |
|
519 self.label_32.setText(_translate("IrcPage", "Update Interval:")) |
|
520 self.whoIntervalSpinBox.setToolTip(_translate("IrcPage", "Enter the user information update interval")) |
|
521 self.whoIntervalSpinBox.setSuffix(_translate("IrcPage", " s")) |
|
522 self.markerGroup.setTitle(_translate("IrcPage", "Marker")) |
|
523 self.markWhenHiddenCheckBox.setToolTip(_translate("IrcPage", "Select to mark the current position, when the chat window is hidden")) |
|
524 self.markWhenHiddenCheckBox.setText(_translate("IrcPage", "Mark Current Position When Hidden")) |
|
525 self.label_33.setText(_translate("IrcPage", "Marker Foreground:")) |
|
526 self.markerForegroundButton.setToolTip(_translate("IrcPage", "Select the foreground color for the marker")) |
|
527 self.markerBackgroundButton.setToolTip(_translate("IrcPage", "Select the background color for the marker")) |
|
528 self.label_34.setText(_translate("IrcPage", "Marker Background:")) |
|
529 self.shutdownGroup.setTitle(_translate("IrcPage", "Shutdown")) |
|
530 self.confirmShutdownCheckBox.setToolTip(_translate("IrcPage", "Select to confirm a shutdown operation while still connected to an IRC server")) |
|
531 self.confirmShutdownCheckBox.setText(_translate("IrcPage", "Confirm Shutdown When Connected")) |