Tue, 10 Dec 2024 15:48:55 +0100
Updated copyright for 2025.
148
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1 | # Form implementation generated from reading ui file 'MqttMonitor/MqttMonitorWidget.ui' |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2 | # |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3 | # Created by: PyQt6 UI code generator 6.7.1 |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4 | # |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5 | # WARNING: Any manual changes made to this file will be lost when pyuic6 is |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6 | # run again. Do not edit this file unless you know what you are doing. |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7 | |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8 | |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9 | from PyQt6 import QtCore, QtGui, QtWidgets |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10 | |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11 | |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12 | class Ui_MqttMonitorWidget(object): |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13 | def setupUi(self, MqttMonitorWidget): |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
14 | MqttMonitorWidget.setObjectName("MqttMonitorWidget") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
15 | MqttMonitorWidget.resize(400, 600) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
16 | self.verticalLayout = QtWidgets.QVBoxLayout(MqttMonitorWidget) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
17 | self.verticalLayout.setObjectName("verticalLayout") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
18 | self.horizontalLayout = QtWidgets.QHBoxLayout() |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
19 | self.horizontalLayout.setObjectName("horizontalLayout") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
20 | self.pixmapLabel = QtWidgets.QLabel(parent=MqttMonitorWidget) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
21 | self.pixmapLabel.setObjectName("pixmapLabel") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
22 | self.horizontalLayout.addWidget(self.pixmapLabel) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
23 | self.label_2 = QtWidgets.QLabel(parent=MqttMonitorWidget) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
24 | sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Preferred) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
25 | sizePolicy.setHorizontalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
26 | sizePolicy.setVerticalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
27 | sizePolicy.setHeightForWidth(self.label_2.sizePolicy().hasHeightForWidth()) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
28 | self.label_2.setSizePolicy(sizePolicy) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
29 | self.label_2.setAlignment(QtCore.Qt.AlignmentFlag.AlignCenter) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
30 | self.label_2.setObjectName("label_2") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
31 | self.horizontalLayout.addWidget(self.label_2) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
32 | self.verticalLayout.addLayout(self.horizontalLayout) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
33 | self.brokerGroupBox = QtWidgets.QGroupBox(parent=MqttMonitorWidget) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
34 | self.brokerGroupBox.setObjectName("brokerGroupBox") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
35 | self.gridLayout = QtWidgets.QGridLayout(self.brokerGroupBox) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
36 | self.gridLayout.setObjectName("gridLayout") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
37 | self.modeButton = QtWidgets.QToolButton(parent=self.brokerGroupBox) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
38 | self.modeButton.setObjectName("modeButton") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
39 | self.gridLayout.addWidget(self.modeButton, 0, 0, 1, 1) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
40 | self.horizontalLayout_15 = QtWidgets.QHBoxLayout() |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
41 | self.horizontalLayout_15.setSpacing(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
42 | self.horizontalLayout_15.setObjectName("horizontalLayout_15") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
43 | self.profileComboBox = QtWidgets.QComboBox(parent=self.brokerGroupBox) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
44 | sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Fixed) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
45 | sizePolicy.setHorizontalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
46 | sizePolicy.setVerticalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
47 | sizePolicy.setHeightForWidth(self.profileComboBox.sizePolicy().hasHeightForWidth()) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
48 | self.profileComboBox.setSizePolicy(sizePolicy) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
49 | self.profileComboBox.setObjectName("profileComboBox") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
50 | self.horizontalLayout_15.addWidget(self.profileComboBox) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
51 | self.brokerConnectionWidget = QtWidgets.QWidget(parent=self.brokerGroupBox) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
52 | self.brokerConnectionWidget.setObjectName("brokerConnectionWidget") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
53 | self.horizontalLayout_14 = QtWidgets.QHBoxLayout(self.brokerConnectionWidget) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
54 | self.horizontalLayout_14.setContentsMargins(0, 0, 0, 0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
55 | self.horizontalLayout_14.setObjectName("horizontalLayout_14") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
56 | self.brokerComboBox = QtWidgets.QComboBox(parent=self.brokerConnectionWidget) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
57 | sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Fixed) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
58 | sizePolicy.setHorizontalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
59 | sizePolicy.setVerticalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
60 | sizePolicy.setHeightForWidth(self.brokerComboBox.sizePolicy().hasHeightForWidth()) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
61 | self.brokerComboBox.setSizePolicy(sizePolicy) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
62 | self.brokerComboBox.setEditable(True) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
63 | self.brokerComboBox.setObjectName("brokerComboBox") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
64 | self.horizontalLayout_14.addWidget(self.brokerComboBox) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
65 | self.brokerPortComboBox = QtWidgets.QComboBox(parent=self.brokerConnectionWidget) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
66 | self.brokerPortComboBox.setEditable(True) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
67 | self.brokerPortComboBox.setSizeAdjustPolicy(QtWidgets.QComboBox.SizeAdjustPolicy.AdjustToContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
68 | self.brokerPortComboBox.setObjectName("brokerPortComboBox") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
69 | self.horizontalLayout_14.addWidget(self.brokerPortComboBox) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
70 | self.horizontalLayout_15.addWidget(self.brokerConnectionWidget) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
71 | self.gridLayout.addLayout(self.horizontalLayout_15, 0, 1, 1, 1) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
72 | self.horizontalLayout_19 = QtWidgets.QHBoxLayout() |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
73 | self.horizontalLayout_19.setSpacing(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
74 | self.horizontalLayout_19.setObjectName("horizontalLayout_19") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
75 | self.brokerConnectionOptionsButton = QtWidgets.QToolButton(parent=self.brokerGroupBox) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
76 | self.brokerConnectionOptionsButton.setObjectName("brokerConnectionOptionsButton") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
77 | self.horizontalLayout_19.addWidget(self.brokerConnectionOptionsButton) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
78 | self.connectButton = QtWidgets.QToolButton(parent=self.brokerGroupBox) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
79 | self.connectButton.setText("") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
80 | self.connectButton.setObjectName("connectButton") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
81 | self.horizontalLayout_19.addWidget(self.connectButton) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
82 | self.clearWillButton = QtWidgets.QToolButton(parent=self.brokerGroupBox) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
83 | self.clearWillButton.setText("") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
84 | self.clearWillButton.setCheckable(True) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
85 | self.clearWillButton.setObjectName("clearWillButton") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
86 | self.horizontalLayout_19.addWidget(self.clearWillButton) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
87 | self.gridLayout.addLayout(self.horizontalLayout_19, 0, 2, 1, 1) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
88 | self.brokerStatusLabel = QtWidgets.QLabel(parent=self.brokerGroupBox) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
89 | self.brokerStatusLabel.setWordWrap(True) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
90 | self.brokerStatusLabel.setObjectName("brokerStatusLabel") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
91 | self.gridLayout.addWidget(self.brokerStatusLabel, 1, 0, 1, 3) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
92 | self.verticalLayout.addWidget(self.brokerGroupBox) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
93 | self.brokerWidget = QtWidgets.QTabWidget(parent=MqttMonitorWidget) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
94 | self.brokerWidget.setObjectName("brokerWidget") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
95 | self.pubSubTab = QtWidgets.QWidget() |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
96 | self.pubSubTab.setObjectName("pubSubTab") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
97 | self.verticalLayout_7 = QtWidgets.QVBoxLayout(self.pubSubTab) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
98 | self.verticalLayout_7.setObjectName("verticalLayout_7") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
99 | self.subscribeGroup = QtWidgets.QGroupBox(parent=self.pubSubTab) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
100 | self.subscribeGroup.setEnabled(False) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
101 | self.subscribeGroup.setObjectName("subscribeGroup") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
102 | self.horizontalLayout_20 = QtWidgets.QHBoxLayout(self.subscribeGroup) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
103 | self.horizontalLayout_20.setObjectName("horizontalLayout_20") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
104 | self.label = QtWidgets.QLabel(parent=self.subscribeGroup) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
105 | self.label.setObjectName("label") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
106 | self.horizontalLayout_20.addWidget(self.label) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
107 | self.subscribeTopicComboBox = QtWidgets.QComboBox(parent=self.subscribeGroup) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
108 | sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Fixed) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
109 | sizePolicy.setHorizontalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
110 | sizePolicy.setVerticalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
111 | sizePolicy.setHeightForWidth(self.subscribeTopicComboBox.sizePolicy().hasHeightForWidth()) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
112 | self.subscribeTopicComboBox.setSizePolicy(sizePolicy) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
113 | self.subscribeTopicComboBox.setEditable(True) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
114 | self.subscribeTopicComboBox.setObjectName("subscribeTopicComboBox") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
115 | self.horizontalLayout_20.addWidget(self.subscribeTopicComboBox) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
116 | self.label_3 = QtWidgets.QLabel(parent=self.subscribeGroup) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
117 | self.label_3.setObjectName("label_3") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
118 | self.horizontalLayout_20.addWidget(self.label_3) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
119 | self.subscribeQosSpinBox = QtWidgets.QSpinBox(parent=self.subscribeGroup) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
120 | self.subscribeQosSpinBox.setAlignment(QtCore.Qt.AlignmentFlag.AlignRight|QtCore.Qt.AlignmentFlag.AlignTrailing|QtCore.Qt.AlignmentFlag.AlignVCenter) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
121 | self.subscribeQosSpinBox.setMaximum(2) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
122 | self.subscribeQosSpinBox.setObjectName("subscribeQosSpinBox") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
123 | self.horizontalLayout_20.addWidget(self.subscribeQosSpinBox) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
124 | self.horizontalLayout_2 = QtWidgets.QHBoxLayout() |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
125 | self.horizontalLayout_2.setSpacing(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
126 | self.horizontalLayout_2.setObjectName("horizontalLayout_2") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
127 | self.subscribeButton = QtWidgets.QToolButton(parent=self.subscribeGroup) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
128 | self.subscribeButton.setObjectName("subscribeButton") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
129 | self.horizontalLayout_2.addWidget(self.subscribeButton) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
130 | self.subscribePropertiesButton = QtWidgets.QToolButton(parent=self.subscribeGroup) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
131 | self.subscribePropertiesButton.setText("") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
132 | self.subscribePropertiesButton.setObjectName("subscribePropertiesButton") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
133 | self.horizontalLayout_2.addWidget(self.subscribePropertiesButton) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
134 | self.horizontalLayout_20.addLayout(self.horizontalLayout_2) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
135 | self.verticalLayout_7.addWidget(self.subscribeGroup) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
136 | self.unsubscribeGroup = QtWidgets.QGroupBox(parent=self.pubSubTab) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
137 | self.unsubscribeGroup.setEnabled(False) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
138 | self.unsubscribeGroup.setObjectName("unsubscribeGroup") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
139 | self.horizontalLayout_21 = QtWidgets.QHBoxLayout(self.unsubscribeGroup) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
140 | self.horizontalLayout_21.setObjectName("horizontalLayout_21") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
141 | self.label_4 = QtWidgets.QLabel(parent=self.unsubscribeGroup) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
142 | self.label_4.setObjectName("label_4") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
143 | self.horizontalLayout_21.addWidget(self.label_4) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
144 | self.unsubscribeTopicComboBox = QtWidgets.QComboBox(parent=self.unsubscribeGroup) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
145 | sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Fixed) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
146 | sizePolicy.setHorizontalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
147 | sizePolicy.setVerticalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
148 | sizePolicy.setHeightForWidth(self.unsubscribeTopicComboBox.sizePolicy().hasHeightForWidth()) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
149 | self.unsubscribeTopicComboBox.setSizePolicy(sizePolicy) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
150 | self.unsubscribeTopicComboBox.setObjectName("unsubscribeTopicComboBox") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
151 | self.horizontalLayout_21.addWidget(self.unsubscribeTopicComboBox) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
152 | self.horizontalLayout_3 = QtWidgets.QHBoxLayout() |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
153 | self.horizontalLayout_3.setSpacing(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
154 | self.horizontalLayout_3.setObjectName("horizontalLayout_3") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
155 | self.unsubscribeButton = QtWidgets.QToolButton(parent=self.unsubscribeGroup) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
156 | self.unsubscribeButton.setObjectName("unsubscribeButton") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
157 | self.horizontalLayout_3.addWidget(self.unsubscribeButton) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
158 | self.unsubscribePropertiesButton = QtWidgets.QToolButton(parent=self.unsubscribeGroup) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
159 | self.unsubscribePropertiesButton.setText("") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
160 | self.unsubscribePropertiesButton.setObjectName("unsubscribePropertiesButton") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
161 | self.horizontalLayout_3.addWidget(self.unsubscribePropertiesButton) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
162 | self.horizontalLayout_21.addLayout(self.horizontalLayout_3) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
163 | self.verticalLayout_7.addWidget(self.unsubscribeGroup) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
164 | self.publishGroup = QtWidgets.QGroupBox(parent=self.pubSubTab) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
165 | self.publishGroup.setEnabled(False) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
166 | self.publishGroup.setObjectName("publishGroup") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
167 | self.verticalLayout_2 = QtWidgets.QVBoxLayout(self.publishGroup) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
168 | self.verticalLayout_2.setObjectName("verticalLayout_2") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
169 | self.horizontalLayout_13 = QtWidgets.QHBoxLayout() |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
170 | self.horizontalLayout_13.setObjectName("horizontalLayout_13") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
171 | self.label_39 = QtWidgets.QLabel(parent=self.publishGroup) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
172 | self.label_39.setObjectName("label_39") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
173 | self.horizontalLayout_13.addWidget(self.label_39) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
174 | self.publishTopicComboBox = QtWidgets.QComboBox(parent=self.publishGroup) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
175 | sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Fixed) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
176 | sizePolicy.setHorizontalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
177 | sizePolicy.setVerticalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
178 | sizePolicy.setHeightForWidth(self.publishTopicComboBox.sizePolicy().hasHeightForWidth()) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
179 | self.publishTopicComboBox.setSizePolicy(sizePolicy) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
180 | self.publishTopicComboBox.setEditable(True) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
181 | self.publishTopicComboBox.setObjectName("publishTopicComboBox") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
182 | self.horizontalLayout_13.addWidget(self.publishTopicComboBox) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
183 | self.label_40 = QtWidgets.QLabel(parent=self.publishGroup) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
184 | self.label_40.setObjectName("label_40") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
185 | self.horizontalLayout_13.addWidget(self.label_40) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
186 | self.publishQosSpinBox = QtWidgets.QSpinBox(parent=self.publishGroup) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
187 | self.publishQosSpinBox.setAlignment(QtCore.Qt.AlignmentFlag.AlignRight|QtCore.Qt.AlignmentFlag.AlignTrailing|QtCore.Qt.AlignmentFlag.AlignVCenter) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
188 | self.publishQosSpinBox.setMaximum(2) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
189 | self.publishQosSpinBox.setObjectName("publishQosSpinBox") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
190 | self.horizontalLayout_13.addWidget(self.publishQosSpinBox) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
191 | self.publishRetainCheckBox = QtWidgets.QCheckBox(parent=self.publishGroup) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
192 | self.publishRetainCheckBox.setObjectName("publishRetainCheckBox") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
193 | self.horizontalLayout_13.addWidget(self.publishRetainCheckBox) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
194 | self.publishPropertiesButton = QtWidgets.QToolButton(parent=self.publishGroup) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
195 | self.publishPropertiesButton.setText("") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
196 | self.publishPropertiesButton.setObjectName("publishPropertiesButton") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
197 | self.horizontalLayout_13.addWidget(self.publishPropertiesButton) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
198 | self.verticalLayout_2.addLayout(self.horizontalLayout_13) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
199 | self.publishPayloadEdit = QtWidgets.QPlainTextEdit(parent=self.publishGroup) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
200 | self.publishPayloadEdit.setMaximumSize(QtCore.QSize(16777215, 300)) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
201 | self.publishPayloadEdit.setTabChangesFocus(True) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
202 | self.publishPayloadEdit.setObjectName("publishPayloadEdit") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
203 | self.verticalLayout_2.addWidget(self.publishPayloadEdit) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
204 | self.horizontalLayout_18 = QtWidgets.QHBoxLayout() |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
205 | self.horizontalLayout_18.setObjectName("horizontalLayout_18") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
206 | self.label_42 = QtWidgets.QLabel(parent=self.publishGroup) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
207 | self.label_42.setObjectName("label_42") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
208 | self.horizontalLayout_18.addWidget(self.label_42) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
209 | self.publishPayloadFilePicker = EricPathPicker(parent=self.publishGroup) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
210 | sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Preferred) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
211 | sizePolicy.setHorizontalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
212 | sizePolicy.setVerticalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
213 | sizePolicy.setHeightForWidth(self.publishPayloadFilePicker.sizePolicy().hasHeightForWidth()) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
214 | self.publishPayloadFilePicker.setSizePolicy(sizePolicy) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
215 | self.publishPayloadFilePicker.setFocusPolicy(QtCore.Qt.FocusPolicy.StrongFocus) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
216 | self.publishPayloadFilePicker.setObjectName("publishPayloadFilePicker") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
217 | self.horizontalLayout_18.addWidget(self.publishPayloadFilePicker) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
218 | self.verticalLayout_2.addLayout(self.horizontalLayout_18) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
219 | self.horizontalLayout_12 = QtWidgets.QHBoxLayout() |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
220 | self.horizontalLayout_12.setObjectName("horizontalLayout_12") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
221 | self.publishClearButton = QtWidgets.QPushButton(parent=self.publishGroup) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
222 | self.publishClearButton.setObjectName("publishClearButton") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
223 | self.horizontalLayout_12.addWidget(self.publishClearButton) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
224 | self.publishClearRetainedButton = QtWidgets.QPushButton(parent=self.publishGroup) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
225 | self.publishClearRetainedButton.setObjectName("publishClearRetainedButton") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
226 | self.horizontalLayout_12.addWidget(self.publishClearRetainedButton) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
227 | spacerItem = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Minimum) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
228 | self.horizontalLayout_12.addItem(spacerItem) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
229 | self.publishButton = QtWidgets.QPushButton(parent=self.publishGroup) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
230 | self.publishButton.setObjectName("publishButton") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
231 | self.horizontalLayout_12.addWidget(self.publishButton) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
232 | self.verticalLayout_2.addLayout(self.horizontalLayout_12) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
233 | self.clearPublishCheckBox = QtWidgets.QCheckBox(parent=self.publishGroup) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
234 | self.clearPublishCheckBox.setObjectName("clearPublishCheckBox") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
235 | self.verticalLayout_2.addWidget(self.clearPublishCheckBox) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
236 | self.verticalLayout_7.addWidget(self.publishGroup) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
237 | spacerItem1 = QtWidgets.QSpacerItem(20, 13, QtWidgets.QSizePolicy.Policy.Minimum, QtWidgets.QSizePolicy.Policy.Expanding) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
238 | self.verticalLayout_7.addItem(spacerItem1) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
239 | self.brokerWidget.addTab(self.pubSubTab, "") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
240 | self.propertiesTab = QtWidgets.QWidget() |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
241 | self.propertiesTab.setObjectName("propertiesTab") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
242 | self.verticalLayout_5 = QtWidgets.QVBoxLayout(self.propertiesTab) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
243 | self.verticalLayout_5.setObjectName("verticalLayout_5") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
244 | self.label_43 = QtWidgets.QLabel(parent=self.propertiesTab) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
245 | self.label_43.setObjectName("label_43") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
246 | self.verticalLayout_5.addWidget(self.label_43) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
247 | self.propertiesEdit = QtWidgets.QPlainTextEdit(parent=self.propertiesTab) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
248 | self.propertiesEdit.setContextMenuPolicy(QtCore.Qt.ContextMenuPolicy.CustomContextMenu) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
249 | self.propertiesEdit.setTabChangesFocus(True) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
250 | self.propertiesEdit.setLineWrapMode(QtWidgets.QPlainTextEdit.LineWrapMode.NoWrap) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
251 | self.propertiesEdit.setReadOnly(True) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
252 | self.propertiesEdit.setTextInteractionFlags(QtCore.Qt.TextInteractionFlag.TextSelectableByKeyboard|QtCore.Qt.TextInteractionFlag.TextSelectableByMouse) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
253 | self.propertiesEdit.setObjectName("propertiesEdit") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
254 | self.verticalLayout_5.addWidget(self.propertiesEdit) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
255 | self.brokerWidget.addTab(self.propertiesTab, "") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
256 | self.messagesTab = QtWidgets.QWidget() |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
257 | self.messagesTab.setObjectName("messagesTab") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
258 | self.verticalLayout_3 = QtWidgets.QVBoxLayout(self.messagesTab) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
259 | self.verticalLayout_3.setObjectName("verticalLayout_3") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
260 | self.messagesSearchWidget = EricTextEditSearchWidget(parent=self.messagesTab) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
261 | self.messagesSearchWidget.setFocusPolicy(QtCore.Qt.FocusPolicy.WheelFocus) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
262 | self.messagesSearchWidget.setObjectName("messagesSearchWidget") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
263 | self.verticalLayout_3.addWidget(self.messagesSearchWidget) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
264 | self.messagesEdit = QtWidgets.QPlainTextEdit(parent=self.messagesTab) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
265 | self.messagesEdit.setTabChangesFocus(True) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
266 | self.messagesEdit.setLineWrapMode(QtWidgets.QPlainTextEdit.LineWrapMode.NoWrap) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
267 | self.messagesEdit.setReadOnly(True) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
268 | self.messagesEdit.setTextInteractionFlags(QtCore.Qt.TextInteractionFlag.TextSelectableByKeyboard|QtCore.Qt.TextInteractionFlag.TextSelectableByMouse) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
269 | self.messagesEdit.setObjectName("messagesEdit") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
270 | self.verticalLayout_3.addWidget(self.messagesEdit) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
271 | self.horizontalLayout_4 = QtWidgets.QHBoxLayout() |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
272 | self.horizontalLayout_4.setObjectName("horizontalLayout_4") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
273 | self.saveMessagesButton = QtWidgets.QPushButton(parent=self.messagesTab) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
274 | self.saveMessagesButton.setEnabled(False) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
275 | self.saveMessagesButton.setObjectName("saveMessagesButton") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
276 | self.horizontalLayout_4.addWidget(self.saveMessagesButton) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
277 | spacerItem2 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Minimum) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
278 | self.horizontalLayout_4.addItem(spacerItem2) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
279 | self.clearMessagesButton = QtWidgets.QPushButton(parent=self.messagesTab) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
280 | self.clearMessagesButton.setEnabled(False) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
281 | self.clearMessagesButton.setObjectName("clearMessagesButton") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
282 | self.horizontalLayout_4.addWidget(self.clearMessagesButton) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
283 | self.verticalLayout_3.addLayout(self.horizontalLayout_4) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
284 | self.followMessagesCheckBox = QtWidgets.QCheckBox(parent=self.messagesTab) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
285 | self.followMessagesCheckBox.setChecked(True) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
286 | self.followMessagesCheckBox.setObjectName("followMessagesCheckBox") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
287 | self.verticalLayout_3.addWidget(self.followMessagesCheckBox) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
288 | self.brokerWidget.addTab(self.messagesTab, "") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
289 | self.statusTab = QtWidgets.QWidget() |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
290 | self.statusTab.setObjectName("statusTab") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
291 | self.verticalLayout_4 = QtWidgets.QVBoxLayout(self.statusTab) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
292 | self.verticalLayout_4.setObjectName("verticalLayout_4") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
293 | self.horizontalLayout_5 = QtWidgets.QHBoxLayout() |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
294 | self.horizontalLayout_5.setObjectName("horizontalLayout_5") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
295 | spacerItem3 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Minimum) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
296 | self.horizontalLayout_5.addItem(spacerItem3) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
297 | self.brokerStatusButton = QtWidgets.QPushButton(parent=self.statusTab) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
298 | self.brokerStatusButton.setEnabled(False) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
299 | self.brokerStatusButton.setObjectName("brokerStatusButton") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
300 | self.horizontalLayout_5.addWidget(self.brokerStatusButton) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
301 | self.verticalLayout_4.addLayout(self.horizontalLayout_5) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
302 | self.scrollArea = QtWidgets.QScrollArea(parent=self.statusTab) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
303 | self.scrollArea.setWidgetResizable(True) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
304 | self.scrollArea.setObjectName("scrollArea") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
305 | self.scrollAreaWidgetContents = QtWidgets.QWidget() |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
306 | self.scrollAreaWidgetContents.setGeometry(QtCore.QRect(0, 0, 203, 840)) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
307 | self.scrollAreaWidgetContents.setObjectName("scrollAreaWidgetContents") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
308 | self.formLayout = QtWidgets.QFormLayout(self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
309 | self.formLayout.setLabelAlignment(QtCore.Qt.AlignmentFlag.AlignRight|QtCore.Qt.AlignmentFlag.AlignTrailing|QtCore.Qt.AlignmentFlag.AlignVCenter) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
310 | self.formLayout.setObjectName("formLayout") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
311 | self.horizontalLayout_7 = QtWidgets.QHBoxLayout() |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
312 | self.horizontalLayout_7.setObjectName("horizontalLayout_7") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
313 | self.label_22 = QtWidgets.QLabel(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
314 | self.label_22.setObjectName("label_22") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
315 | self.horizontalLayout_7.addWidget(self.label_22) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
316 | self.line_2 = QtWidgets.QFrame(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
317 | sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Fixed) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
318 | sizePolicy.setHorizontalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
319 | sizePolicy.setVerticalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
320 | sizePolicy.setHeightForWidth(self.line_2.sizePolicy().hasHeightForWidth()) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
321 | self.line_2.setSizePolicy(sizePolicy) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
322 | self.line_2.setFrameShape(QtWidgets.QFrame.Shape.HLine) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
323 | self.line_2.setFrameShadow(QtWidgets.QFrame.Shadow.Sunken) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
324 | self.line_2.setObjectName("line_2") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
325 | self.horizontalLayout_7.addWidget(self.line_2) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
326 | self.formLayout.setLayout(0, QtWidgets.QFormLayout.ItemRole.SpanningRole, self.horizontalLayout_7) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
327 | self.label_5 = QtWidgets.QLabel(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
328 | self.label_5.setObjectName("label_5") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
329 | self.formLayout.setWidget(1, QtWidgets.QFormLayout.ItemRole.LabelRole, self.label_5) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
330 | self.versionLabel = QtWidgets.QLabel(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
331 | sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Preferred) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
332 | sizePolicy.setHorizontalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
333 | sizePolicy.setVerticalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
334 | sizePolicy.setHeightForWidth(self.versionLabel.sizePolicy().hasHeightForWidth()) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
335 | self.versionLabel.setSizePolicy(sizePolicy) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
336 | self.versionLabel.setObjectName("versionLabel") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
337 | self.formLayout.setWidget(1, QtWidgets.QFormLayout.ItemRole.FieldRole, self.versionLabel) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
338 | self.label_6 = QtWidgets.QLabel(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
339 | self.label_6.setObjectName("label_6") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
340 | self.formLayout.setWidget(2, QtWidgets.QFormLayout.ItemRole.LabelRole, self.label_6) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
341 | self.timestampLabel = QtWidgets.QLabel(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
342 | sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Preferred) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
343 | sizePolicy.setHorizontalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
344 | sizePolicy.setVerticalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
345 | sizePolicy.setHeightForWidth(self.timestampLabel.sizePolicy().hasHeightForWidth()) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
346 | self.timestampLabel.setSizePolicy(sizePolicy) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
347 | self.timestampLabel.setObjectName("timestampLabel") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
348 | self.formLayout.setWidget(2, QtWidgets.QFormLayout.ItemRole.FieldRole, self.timestampLabel) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
349 | self.label_7 = QtWidgets.QLabel(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
350 | self.label_7.setObjectName("label_7") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
351 | self.formLayout.setWidget(3, QtWidgets.QFormLayout.ItemRole.LabelRole, self.label_7) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
352 | self.uptimeLabel = QtWidgets.QLabel(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
353 | sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Preferred) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
354 | sizePolicy.setHorizontalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
355 | sizePolicy.setVerticalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
356 | sizePolicy.setHeightForWidth(self.uptimeLabel.sizePolicy().hasHeightForWidth()) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
357 | self.uptimeLabel.setSizePolicy(sizePolicy) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
358 | self.uptimeLabel.setObjectName("uptimeLabel") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
359 | self.formLayout.setWidget(3, QtWidgets.QFormLayout.ItemRole.FieldRole, self.uptimeLabel) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
360 | self.label_8 = QtWidgets.QLabel(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
361 | self.label_8.setObjectName("label_8") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
362 | self.formLayout.setWidget(4, QtWidgets.QFormLayout.ItemRole.LabelRole, self.label_8) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
363 | self.subscriptionsLabel = QtWidgets.QLabel(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
364 | sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Preferred) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
365 | sizePolicy.setHorizontalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
366 | sizePolicy.setVerticalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
367 | sizePolicy.setHeightForWidth(self.subscriptionsLabel.sizePolicy().hasHeightForWidth()) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
368 | self.subscriptionsLabel.setSizePolicy(sizePolicy) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
369 | self.subscriptionsLabel.setObjectName("subscriptionsLabel") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
370 | self.formLayout.setWidget(4, QtWidgets.QFormLayout.ItemRole.FieldRole, self.subscriptionsLabel) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
371 | self.horizontalLayout_8 = QtWidgets.QHBoxLayout() |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
372 | self.horizontalLayout_8.setObjectName("horizontalLayout_8") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
373 | self.label_23 = QtWidgets.QLabel(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
374 | self.label_23.setObjectName("label_23") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
375 | self.horizontalLayout_8.addWidget(self.label_23) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
376 | self.line_3 = QtWidgets.QFrame(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
377 | sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Fixed) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
378 | sizePolicy.setHorizontalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
379 | sizePolicy.setVerticalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
380 | sizePolicy.setHeightForWidth(self.line_3.sizePolicy().hasHeightForWidth()) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
381 | self.line_3.setSizePolicy(sizePolicy) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
382 | self.line_3.setFrameShape(QtWidgets.QFrame.Shape.HLine) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
383 | self.line_3.setFrameShadow(QtWidgets.QFrame.Shadow.Sunken) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
384 | self.line_3.setObjectName("line_3") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
385 | self.horizontalLayout_8.addWidget(self.line_3) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
386 | self.formLayout.setLayout(5, QtWidgets.QFormLayout.ItemRole.SpanningRole, self.horizontalLayout_8) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
387 | self.label_9 = QtWidgets.QLabel(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
388 | self.label_9.setObjectName("label_9") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
389 | self.formLayout.setWidget(6, QtWidgets.QFormLayout.ItemRole.LabelRole, self.label_9) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
390 | self.clientsConnectedLabel = QtWidgets.QLabel(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
391 | sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Preferred) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
392 | sizePolicy.setHorizontalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
393 | sizePolicy.setVerticalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
394 | sizePolicy.setHeightForWidth(self.clientsConnectedLabel.sizePolicy().hasHeightForWidth()) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
395 | self.clientsConnectedLabel.setSizePolicy(sizePolicy) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
396 | self.clientsConnectedLabel.setObjectName("clientsConnectedLabel") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
397 | self.formLayout.setWidget(6, QtWidgets.QFormLayout.ItemRole.FieldRole, self.clientsConnectedLabel) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
398 | self.label_10 = QtWidgets.QLabel(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
399 | self.label_10.setObjectName("label_10") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
400 | self.formLayout.setWidget(7, QtWidgets.QFormLayout.ItemRole.LabelRole, self.label_10) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
401 | self.clientsDisconnectedLabel = QtWidgets.QLabel(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
402 | sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Preferred) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
403 | sizePolicy.setHorizontalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
404 | sizePolicy.setVerticalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
405 | sizePolicy.setHeightForWidth(self.clientsDisconnectedLabel.sizePolicy().hasHeightForWidth()) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
406 | self.clientsDisconnectedLabel.setSizePolicy(sizePolicy) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
407 | self.clientsDisconnectedLabel.setObjectName("clientsDisconnectedLabel") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
408 | self.formLayout.setWidget(7, QtWidgets.QFormLayout.ItemRole.FieldRole, self.clientsDisconnectedLabel) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
409 | self.label_11 = QtWidgets.QLabel(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
410 | self.label_11.setObjectName("label_11") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
411 | self.formLayout.setWidget(8, QtWidgets.QFormLayout.ItemRole.LabelRole, self.label_11) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
412 | self.clientsExpiredLabel = QtWidgets.QLabel(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
413 | sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Preferred) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
414 | sizePolicy.setHorizontalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
415 | sizePolicy.setVerticalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
416 | sizePolicy.setHeightForWidth(self.clientsExpiredLabel.sizePolicy().hasHeightForWidth()) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
417 | self.clientsExpiredLabel.setSizePolicy(sizePolicy) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
418 | self.clientsExpiredLabel.setObjectName("clientsExpiredLabel") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
419 | self.formLayout.setWidget(8, QtWidgets.QFormLayout.ItemRole.FieldRole, self.clientsExpiredLabel) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
420 | self.label_12 = QtWidgets.QLabel(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
421 | self.label_12.setObjectName("label_12") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
422 | self.formLayout.setWidget(9, QtWidgets.QFormLayout.ItemRole.LabelRole, self.label_12) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
423 | self.clientsMaximumLabel = QtWidgets.QLabel(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
424 | sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Preferred) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
425 | sizePolicy.setHorizontalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
426 | sizePolicy.setVerticalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
427 | sizePolicy.setHeightForWidth(self.clientsMaximumLabel.sizePolicy().hasHeightForWidth()) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
428 | self.clientsMaximumLabel.setSizePolicy(sizePolicy) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
429 | self.clientsMaximumLabel.setObjectName("clientsMaximumLabel") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
430 | self.formLayout.setWidget(9, QtWidgets.QFormLayout.ItemRole.FieldRole, self.clientsMaximumLabel) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
431 | self.label_13 = QtWidgets.QLabel(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
432 | self.label_13.setObjectName("label_13") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
433 | self.formLayout.setWidget(10, QtWidgets.QFormLayout.ItemRole.LabelRole, self.label_13) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
434 | self.clientsTotalLabel = QtWidgets.QLabel(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
435 | sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Preferred) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
436 | sizePolicy.setHorizontalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
437 | sizePolicy.setVerticalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
438 | sizePolicy.setHeightForWidth(self.clientsTotalLabel.sizePolicy().hasHeightForWidth()) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
439 | self.clientsTotalLabel.setSizePolicy(sizePolicy) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
440 | self.clientsTotalLabel.setObjectName("clientsTotalLabel") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
441 | self.formLayout.setWidget(10, QtWidgets.QFormLayout.ItemRole.FieldRole, self.clientsTotalLabel) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
442 | self.horizontalLayout_9 = QtWidgets.QHBoxLayout() |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
443 | self.horizontalLayout_9.setObjectName("horizontalLayout_9") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
444 | self.label_24 = QtWidgets.QLabel(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
445 | self.label_24.setObjectName("label_24") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
446 | self.horizontalLayout_9.addWidget(self.label_24) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
447 | self.line_4 = QtWidgets.QFrame(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
448 | sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Fixed) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
449 | sizePolicy.setHorizontalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
450 | sizePolicy.setVerticalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
451 | sizePolicy.setHeightForWidth(self.line_4.sizePolicy().hasHeightForWidth()) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
452 | self.line_4.setSizePolicy(sizePolicy) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
453 | self.line_4.setFrameShape(QtWidgets.QFrame.Shape.HLine) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
454 | self.line_4.setFrameShadow(QtWidgets.QFrame.Shadow.Sunken) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
455 | self.line_4.setObjectName("line_4") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
456 | self.horizontalLayout_9.addWidget(self.line_4) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
457 | self.formLayout.setLayout(11, QtWidgets.QFormLayout.ItemRole.SpanningRole, self.horizontalLayout_9) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
458 | self.label_14 = QtWidgets.QLabel(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
459 | self.label_14.setObjectName("label_14") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
460 | self.formLayout.setWidget(12, QtWidgets.QFormLayout.ItemRole.LabelRole, self.label_14) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
461 | self.messagesSentLabel = QtWidgets.QLabel(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
462 | sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Preferred) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
463 | sizePolicy.setHorizontalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
464 | sizePolicy.setVerticalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
465 | sizePolicy.setHeightForWidth(self.messagesSentLabel.sizePolicy().hasHeightForWidth()) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
466 | self.messagesSentLabel.setSizePolicy(sizePolicy) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
467 | self.messagesSentLabel.setObjectName("messagesSentLabel") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
468 | self.formLayout.setWidget(12, QtWidgets.QFormLayout.ItemRole.FieldRole, self.messagesSentLabel) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
469 | self.label_15 = QtWidgets.QLabel(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
470 | self.label_15.setObjectName("label_15") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
471 | self.formLayout.setWidget(13, QtWidgets.QFormLayout.ItemRole.LabelRole, self.label_15) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
472 | self.messagesReceivedLabel = QtWidgets.QLabel(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
473 | sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Preferred) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
474 | sizePolicy.setHorizontalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
475 | sizePolicy.setVerticalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
476 | sizePolicy.setHeightForWidth(self.messagesReceivedLabel.sizePolicy().hasHeightForWidth()) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
477 | self.messagesReceivedLabel.setSizePolicy(sizePolicy) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
478 | self.messagesReceivedLabel.setObjectName("messagesReceivedLabel") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
479 | self.formLayout.setWidget(13, QtWidgets.QFormLayout.ItemRole.FieldRole, self.messagesReceivedLabel) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
480 | self.label_16 = QtWidgets.QLabel(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
481 | self.label_16.setObjectName("label_16") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
482 | self.formLayout.setWidget(14, QtWidgets.QFormLayout.ItemRole.LabelRole, self.label_16) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
483 | self.messagesStoredLabel = QtWidgets.QLabel(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
484 | sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Preferred) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
485 | sizePolicy.setHorizontalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
486 | sizePolicy.setVerticalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
487 | sizePolicy.setHeightForWidth(self.messagesStoredLabel.sizePolicy().hasHeightForWidth()) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
488 | self.messagesStoredLabel.setSizePolicy(sizePolicy) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
489 | self.messagesStoredLabel.setObjectName("messagesStoredLabel") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
490 | self.formLayout.setWidget(14, QtWidgets.QFormLayout.ItemRole.FieldRole, self.messagesStoredLabel) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
491 | self.label_17 = QtWidgets.QLabel(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
492 | self.label_17.setObjectName("label_17") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
493 | self.formLayout.setWidget(15, QtWidgets.QFormLayout.ItemRole.LabelRole, self.label_17) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
494 | self.messagesInflightLabel = QtWidgets.QLabel(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
495 | sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Preferred) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
496 | sizePolicy.setHorizontalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
497 | sizePolicy.setVerticalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
498 | sizePolicy.setHeightForWidth(self.messagesInflightLabel.sizePolicy().hasHeightForWidth()) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
499 | self.messagesInflightLabel.setSizePolicy(sizePolicy) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
500 | self.messagesInflightLabel.setObjectName("messagesInflightLabel") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
501 | self.formLayout.setWidget(15, QtWidgets.QFormLayout.ItemRole.FieldRole, self.messagesInflightLabel) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
502 | self.label_18 = QtWidgets.QLabel(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
503 | self.label_18.setObjectName("label_18") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
504 | self.formLayout.setWidget(16, QtWidgets.QFormLayout.ItemRole.LabelRole, self.label_18) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
505 | self.messagesRetainedLabel = QtWidgets.QLabel(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
506 | sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Preferred) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
507 | sizePolicy.setHorizontalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
508 | sizePolicy.setVerticalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
509 | sizePolicy.setHeightForWidth(self.messagesRetainedLabel.sizePolicy().hasHeightForWidth()) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
510 | self.messagesRetainedLabel.setSizePolicy(sizePolicy) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
511 | self.messagesRetainedLabel.setObjectName("messagesRetainedLabel") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
512 | self.formLayout.setWidget(16, QtWidgets.QFormLayout.ItemRole.FieldRole, self.messagesRetainedLabel) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
513 | self.horizontalLayout_10 = QtWidgets.QHBoxLayout() |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
514 | self.horizontalLayout_10.setObjectName("horizontalLayout_10") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
515 | self.label_28 = QtWidgets.QLabel(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
516 | self.label_28.setObjectName("label_28") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
517 | self.horizontalLayout_10.addWidget(self.label_28) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
518 | self.line_5 = QtWidgets.QFrame(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
519 | sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Fixed) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
520 | sizePolicy.setHorizontalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
521 | sizePolicy.setVerticalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
522 | sizePolicy.setHeightForWidth(self.line_5.sizePolicy().hasHeightForWidth()) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
523 | self.line_5.setSizePolicy(sizePolicy) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
524 | self.line_5.setFrameShape(QtWidgets.QFrame.Shape.HLine) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
525 | self.line_5.setFrameShadow(QtWidgets.QFrame.Shadow.Sunken) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
526 | self.line_5.setObjectName("line_5") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
527 | self.horizontalLayout_10.addWidget(self.line_5) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
528 | self.formLayout.setLayout(17, QtWidgets.QFormLayout.ItemRole.SpanningRole, self.horizontalLayout_10) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
529 | self.label_25 = QtWidgets.QLabel(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
530 | self.label_25.setObjectName("label_25") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
531 | self.formLayout.setWidget(18, QtWidgets.QFormLayout.ItemRole.LabelRole, self.label_25) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
532 | self.publishMessagesSentLabel = QtWidgets.QLabel(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
533 | sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Preferred) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
534 | sizePolicy.setHorizontalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
535 | sizePolicy.setVerticalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
536 | sizePolicy.setHeightForWidth(self.publishMessagesSentLabel.sizePolicy().hasHeightForWidth()) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
537 | self.publishMessagesSentLabel.setSizePolicy(sizePolicy) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
538 | self.publishMessagesSentLabel.setObjectName("publishMessagesSentLabel") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
539 | self.formLayout.setWidget(18, QtWidgets.QFormLayout.ItemRole.FieldRole, self.publishMessagesSentLabel) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
540 | self.label_26 = QtWidgets.QLabel(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
541 | self.label_26.setObjectName("label_26") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
542 | self.formLayout.setWidget(19, QtWidgets.QFormLayout.ItemRole.LabelRole, self.label_26) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
543 | self.publishMessagesReceivedLabel = QtWidgets.QLabel(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
544 | sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Preferred) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
545 | sizePolicy.setHorizontalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
546 | sizePolicy.setVerticalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
547 | sizePolicy.setHeightForWidth(self.publishMessagesReceivedLabel.sizePolicy().hasHeightForWidth()) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
548 | self.publishMessagesReceivedLabel.setSizePolicy(sizePolicy) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
549 | self.publishMessagesReceivedLabel.setObjectName("publishMessagesReceivedLabel") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
550 | self.formLayout.setWidget(19, QtWidgets.QFormLayout.ItemRole.FieldRole, self.publishMessagesReceivedLabel) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
551 | self.label_27 = QtWidgets.QLabel(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
552 | self.label_27.setObjectName("label_27") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
553 | self.formLayout.setWidget(20, QtWidgets.QFormLayout.ItemRole.LabelRole, self.label_27) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
554 | self.publishMessagesDroppedLabel = QtWidgets.QLabel(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
555 | sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Preferred) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
556 | sizePolicy.setHorizontalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
557 | sizePolicy.setVerticalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
558 | sizePolicy.setHeightForWidth(self.publishMessagesDroppedLabel.sizePolicy().hasHeightForWidth()) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
559 | self.publishMessagesDroppedLabel.setSizePolicy(sizePolicy) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
560 | self.publishMessagesDroppedLabel.setObjectName("publishMessagesDroppedLabel") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
561 | self.formLayout.setWidget(20, QtWidgets.QFormLayout.ItemRole.FieldRole, self.publishMessagesDroppedLabel) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
562 | self.horizontalLayout_6 = QtWidgets.QHBoxLayout() |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
563 | self.horizontalLayout_6.setObjectName("horizontalLayout_6") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
564 | self.label_21 = QtWidgets.QLabel(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
565 | self.label_21.setObjectName("label_21") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
566 | self.horizontalLayout_6.addWidget(self.label_21) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
567 | self.line = QtWidgets.QFrame(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
568 | sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Fixed) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
569 | sizePolicy.setHorizontalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
570 | sizePolicy.setVerticalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
571 | sizePolicy.setHeightForWidth(self.line.sizePolicy().hasHeightForWidth()) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
572 | self.line.setSizePolicy(sizePolicy) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
573 | self.line.setFrameShape(QtWidgets.QFrame.Shape.HLine) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
574 | self.line.setFrameShadow(QtWidgets.QFrame.Shadow.Sunken) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
575 | self.line.setObjectName("line") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
576 | self.horizontalLayout_6.addWidget(self.line) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
577 | self.formLayout.setLayout(21, QtWidgets.QFormLayout.ItemRole.SpanningRole, self.horizontalLayout_6) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
578 | self.label_19 = QtWidgets.QLabel(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
579 | self.label_19.setObjectName("label_19") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
580 | self.formLayout.setWidget(22, QtWidgets.QFormLayout.ItemRole.LabelRole, self.label_19) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
581 | self.bytesSentLabel = QtWidgets.QLabel(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
582 | sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Preferred) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
583 | sizePolicy.setHorizontalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
584 | sizePolicy.setVerticalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
585 | sizePolicy.setHeightForWidth(self.bytesSentLabel.sizePolicy().hasHeightForWidth()) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
586 | self.bytesSentLabel.setSizePolicy(sizePolicy) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
587 | self.bytesSentLabel.setObjectName("bytesSentLabel") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
588 | self.formLayout.setWidget(22, QtWidgets.QFormLayout.ItemRole.FieldRole, self.bytesSentLabel) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
589 | self.label_20 = QtWidgets.QLabel(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
590 | self.label_20.setObjectName("label_20") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
591 | self.formLayout.setWidget(23, QtWidgets.QFormLayout.ItemRole.LabelRole, self.label_20) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
592 | self.bytesReceivedLabel = QtWidgets.QLabel(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
593 | sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Preferred) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
594 | sizePolicy.setHorizontalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
595 | sizePolicy.setVerticalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
596 | sizePolicy.setHeightForWidth(self.bytesReceivedLabel.sizePolicy().hasHeightForWidth()) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
597 | self.bytesReceivedLabel.setSizePolicy(sizePolicy) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
598 | self.bytesReceivedLabel.setObjectName("bytesReceivedLabel") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
599 | self.formLayout.setWidget(23, QtWidgets.QFormLayout.ItemRole.FieldRole, self.bytesReceivedLabel) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
600 | self.horizontalLayout_11 = QtWidgets.QHBoxLayout() |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
601 | self.horizontalLayout_11.setObjectName("horizontalLayout_11") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
602 | self.label_29 = QtWidgets.QLabel(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
603 | self.label_29.setObjectName("label_29") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
604 | self.horizontalLayout_11.addWidget(self.label_29) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
605 | self.line_6 = QtWidgets.QFrame(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
606 | sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Fixed) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
607 | sizePolicy.setHorizontalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
608 | sizePolicy.setVerticalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
609 | sizePolicy.setHeightForWidth(self.line_6.sizePolicy().hasHeightForWidth()) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
610 | self.line_6.setSizePolicy(sizePolicy) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
611 | self.line_6.setFrameShape(QtWidgets.QFrame.Shape.HLine) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
612 | self.line_6.setFrameShadow(QtWidgets.QFrame.Shadow.Sunken) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
613 | self.line_6.setObjectName("line_6") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
614 | self.horizontalLayout_11.addWidget(self.line_6) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
615 | self.formLayout.setLayout(24, QtWidgets.QFormLayout.ItemRole.SpanningRole, self.horizontalLayout_11) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
616 | self.label_30 = QtWidgets.QLabel(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
617 | self.label_30.setObjectName("label_30") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
618 | self.formLayout.setWidget(25, QtWidgets.QFormLayout.ItemRole.LabelRole, self.label_30) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
619 | self.loadBytesSentLabel = QtWidgets.QLabel(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
620 | sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Preferred) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
621 | sizePolicy.setHorizontalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
622 | sizePolicy.setVerticalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
623 | sizePolicy.setHeightForWidth(self.loadBytesSentLabel.sizePolicy().hasHeightForWidth()) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
624 | self.loadBytesSentLabel.setSizePolicy(sizePolicy) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
625 | self.loadBytesSentLabel.setObjectName("loadBytesSentLabel") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
626 | self.formLayout.setWidget(25, QtWidgets.QFormLayout.ItemRole.FieldRole, self.loadBytesSentLabel) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
627 | self.label_31 = QtWidgets.QLabel(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
628 | self.label_31.setObjectName("label_31") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
629 | self.formLayout.setWidget(26, QtWidgets.QFormLayout.ItemRole.LabelRole, self.label_31) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
630 | self.loadBytesReceivedLabel = QtWidgets.QLabel(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
631 | sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Preferred) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
632 | sizePolicy.setHorizontalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
633 | sizePolicy.setVerticalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
634 | sizePolicy.setHeightForWidth(self.loadBytesReceivedLabel.sizePolicy().hasHeightForWidth()) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
635 | self.loadBytesReceivedLabel.setSizePolicy(sizePolicy) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
636 | self.loadBytesReceivedLabel.setObjectName("loadBytesReceivedLabel") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
637 | self.formLayout.setWidget(26, QtWidgets.QFormLayout.ItemRole.FieldRole, self.loadBytesReceivedLabel) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
638 | self.label_32 = QtWidgets.QLabel(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
639 | self.label_32.setObjectName("label_32") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
640 | self.formLayout.setWidget(27, QtWidgets.QFormLayout.ItemRole.LabelRole, self.label_32) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
641 | self.loadMessagesSentLabel = QtWidgets.QLabel(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
642 | sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Preferred) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
643 | sizePolicy.setHorizontalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
644 | sizePolicy.setVerticalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
645 | sizePolicy.setHeightForWidth(self.loadMessagesSentLabel.sizePolicy().hasHeightForWidth()) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
646 | self.loadMessagesSentLabel.setSizePolicy(sizePolicy) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
647 | self.loadMessagesSentLabel.setObjectName("loadMessagesSentLabel") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
648 | self.formLayout.setWidget(27, QtWidgets.QFormLayout.ItemRole.FieldRole, self.loadMessagesSentLabel) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
649 | self.label_33 = QtWidgets.QLabel(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
650 | self.label_33.setObjectName("label_33") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
651 | self.formLayout.setWidget(28, QtWidgets.QFormLayout.ItemRole.LabelRole, self.label_33) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
652 | self.loadMessagesReceivedLabel = QtWidgets.QLabel(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
653 | sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Preferred) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
654 | sizePolicy.setHorizontalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
655 | sizePolicy.setVerticalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
656 | sizePolicy.setHeightForWidth(self.loadMessagesReceivedLabel.sizePolicy().hasHeightForWidth()) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
657 | self.loadMessagesReceivedLabel.setSizePolicy(sizePolicy) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
658 | self.loadMessagesReceivedLabel.setObjectName("loadMessagesReceivedLabel") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
659 | self.formLayout.setWidget(28, QtWidgets.QFormLayout.ItemRole.FieldRole, self.loadMessagesReceivedLabel) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
660 | self.label_34 = QtWidgets.QLabel(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
661 | self.label_34.setObjectName("label_34") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
662 | self.formLayout.setWidget(29, QtWidgets.QFormLayout.ItemRole.LabelRole, self.label_34) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
663 | self.loadPublishSentLabel = QtWidgets.QLabel(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
664 | sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Preferred) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
665 | sizePolicy.setHorizontalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
666 | sizePolicy.setVerticalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
667 | sizePolicy.setHeightForWidth(self.loadPublishSentLabel.sizePolicy().hasHeightForWidth()) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
668 | self.loadPublishSentLabel.setSizePolicy(sizePolicy) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
669 | self.loadPublishSentLabel.setObjectName("loadPublishSentLabel") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
670 | self.formLayout.setWidget(29, QtWidgets.QFormLayout.ItemRole.FieldRole, self.loadPublishSentLabel) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
671 | self.label_35 = QtWidgets.QLabel(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
672 | self.label_35.setObjectName("label_35") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
673 | self.formLayout.setWidget(30, QtWidgets.QFormLayout.ItemRole.LabelRole, self.label_35) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
674 | self.loadPublishReceivedLabel = QtWidgets.QLabel(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
675 | sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Preferred) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
676 | sizePolicy.setHorizontalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
677 | sizePolicy.setVerticalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
678 | sizePolicy.setHeightForWidth(self.loadPublishReceivedLabel.sizePolicy().hasHeightForWidth()) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
679 | self.loadPublishReceivedLabel.setSizePolicy(sizePolicy) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
680 | self.loadPublishReceivedLabel.setObjectName("loadPublishReceivedLabel") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
681 | self.formLayout.setWidget(30, QtWidgets.QFormLayout.ItemRole.FieldRole, self.loadPublishReceivedLabel) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
682 | self.label_36 = QtWidgets.QLabel(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
683 | self.label_36.setObjectName("label_36") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
684 | self.formLayout.setWidget(31, QtWidgets.QFormLayout.ItemRole.LabelRole, self.label_36) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
685 | self.loadPublishDroppedLabel = QtWidgets.QLabel(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
686 | sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Preferred) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
687 | sizePolicy.setHorizontalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
688 | sizePolicy.setVerticalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
689 | sizePolicy.setHeightForWidth(self.loadPublishDroppedLabel.sizePolicy().hasHeightForWidth()) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
690 | self.loadPublishDroppedLabel.setSizePolicy(sizePolicy) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
691 | self.loadPublishDroppedLabel.setObjectName("loadPublishDroppedLabel") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
692 | self.formLayout.setWidget(31, QtWidgets.QFormLayout.ItemRole.FieldRole, self.loadPublishDroppedLabel) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
693 | self.label_37 = QtWidgets.QLabel(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
694 | self.label_37.setObjectName("label_37") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
695 | self.formLayout.setWidget(32, QtWidgets.QFormLayout.ItemRole.LabelRole, self.label_37) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
696 | self.loadConnectionsLabel = QtWidgets.QLabel(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
697 | sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Preferred) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
698 | sizePolicy.setHorizontalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
699 | sizePolicy.setVerticalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
700 | sizePolicy.setHeightForWidth(self.loadConnectionsLabel.sizePolicy().hasHeightForWidth()) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
701 | self.loadConnectionsLabel.setSizePolicy(sizePolicy) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
702 | self.loadConnectionsLabel.setObjectName("loadConnectionsLabel") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
703 | self.formLayout.setWidget(32, QtWidgets.QFormLayout.ItemRole.FieldRole, self.loadConnectionsLabel) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
704 | self.label_38 = QtWidgets.QLabel(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
705 | self.label_38.setObjectName("label_38") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
706 | self.formLayout.setWidget(33, QtWidgets.QFormLayout.ItemRole.LabelRole, self.label_38) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
707 | self.loadSocketsLabel = QtWidgets.QLabel(parent=self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
708 | sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Preferred) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
709 | sizePolicy.setHorizontalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
710 | sizePolicy.setVerticalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
711 | sizePolicy.setHeightForWidth(self.loadSocketsLabel.sizePolicy().hasHeightForWidth()) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
712 | self.loadSocketsLabel.setSizePolicy(sizePolicy) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
713 | self.loadSocketsLabel.setObjectName("loadSocketsLabel") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
714 | self.formLayout.setWidget(33, QtWidgets.QFormLayout.ItemRole.FieldRole, self.loadSocketsLabel) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
715 | self.scrollArea.setWidget(self.scrollAreaWidgetContents) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
716 | self.verticalLayout_4.addWidget(self.scrollArea) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
717 | self.brokerWidget.addTab(self.statusTab, "") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
718 | self.logTab = QtWidgets.QWidget() |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
719 | self.logTab.setObjectName("logTab") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
720 | self.verticalLayout_6 = QtWidgets.QVBoxLayout(self.logTab) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
721 | self.verticalLayout_6.setObjectName("verticalLayout_6") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
722 | self.horizontalLayout_17 = QtWidgets.QHBoxLayout() |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
723 | self.horizontalLayout_17.setObjectName("horizontalLayout_17") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
724 | self.label_41 = QtWidgets.QLabel(parent=self.logTab) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
725 | self.label_41.setObjectName("label_41") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
726 | self.horizontalLayout_17.addWidget(self.label_41) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
727 | self.logLevelComboBox = QtWidgets.QComboBox(parent=self.logTab) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
728 | sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Fixed) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
729 | sizePolicy.setHorizontalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
730 | sizePolicy.setVerticalStretch(0) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
731 | sizePolicy.setHeightForWidth(self.logLevelComboBox.sizePolicy().hasHeightForWidth()) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
732 | self.logLevelComboBox.setSizePolicy(sizePolicy) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
733 | self.logLevelComboBox.setObjectName("logLevelComboBox") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
734 | self.horizontalLayout_17.addWidget(self.logLevelComboBox) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
735 | self.verticalLayout_6.addLayout(self.horizontalLayout_17) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
736 | self.logSearchWidget = EricTextEditSearchWidget(parent=self.logTab) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
737 | self.logSearchWidget.setFocusPolicy(QtCore.Qt.FocusPolicy.WheelFocus) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
738 | self.logSearchWidget.setObjectName("logSearchWidget") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
739 | self.verticalLayout_6.addWidget(self.logSearchWidget) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
740 | self.logEdit = QtWidgets.QPlainTextEdit(parent=self.logTab) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
741 | self.logEdit.setTabChangesFocus(True) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
742 | self.logEdit.setLineWrapMode(QtWidgets.QPlainTextEdit.LineWrapMode.NoWrap) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
743 | self.logEdit.setReadOnly(True) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
744 | self.logEdit.setTextInteractionFlags(QtCore.Qt.TextInteractionFlag.TextSelectableByKeyboard|QtCore.Qt.TextInteractionFlag.TextSelectableByMouse) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
745 | self.logEdit.setObjectName("logEdit") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
746 | self.verticalLayout_6.addWidget(self.logEdit) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
747 | self.horizontalLayout_16 = QtWidgets.QHBoxLayout() |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
748 | self.horizontalLayout_16.setObjectName("horizontalLayout_16") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
749 | self.saveLogMessagesButton = QtWidgets.QPushButton(parent=self.logTab) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
750 | self.saveLogMessagesButton.setEnabled(False) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
751 | self.saveLogMessagesButton.setObjectName("saveLogMessagesButton") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
752 | self.horizontalLayout_16.addWidget(self.saveLogMessagesButton) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
753 | spacerItem4 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Minimum) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
754 | self.horizontalLayout_16.addItem(spacerItem4) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
755 | self.clearLogMessagesButton = QtWidgets.QPushButton(parent=self.logTab) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
756 | self.clearLogMessagesButton.setEnabled(False) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
757 | self.clearLogMessagesButton.setObjectName("clearLogMessagesButton") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
758 | self.horizontalLayout_16.addWidget(self.clearLogMessagesButton) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
759 | self.verticalLayout_6.addLayout(self.horizontalLayout_16) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
760 | self.followLogMessagesCheckBox = QtWidgets.QCheckBox(parent=self.logTab) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
761 | self.followLogMessagesCheckBox.setChecked(True) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
762 | self.followLogMessagesCheckBox.setObjectName("followLogMessagesCheckBox") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
763 | self.verticalLayout_6.addWidget(self.followLogMessagesCheckBox) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
764 | self.brokerWidget.addTab(self.logTab, "") |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
765 | self.verticalLayout.addWidget(self.brokerWidget) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
766 | |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
767 | self.retranslateUi(MqttMonitorWidget) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
768 | self.brokerWidget.setCurrentIndex(4) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
769 | self.clearMessagesButton.clicked.connect(self.messagesEdit.clear) # type: ignore |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
770 | self.clearPublishCheckBox.clicked['bool'].connect(self.publishClearButton.setHidden) # type: ignore |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
771 | self.clearLogMessagesButton.clicked.connect(self.logEdit.clear) # type: ignore |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
772 | QtCore.QMetaObject.connectSlotsByName(MqttMonitorWidget) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
773 | MqttMonitorWidget.setTabOrder(self.modeButton, self.profileComboBox) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
774 | MqttMonitorWidget.setTabOrder(self.profileComboBox, self.brokerComboBox) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
775 | MqttMonitorWidget.setTabOrder(self.brokerComboBox, self.brokerPortComboBox) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
776 | MqttMonitorWidget.setTabOrder(self.brokerPortComboBox, self.brokerConnectionOptionsButton) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
777 | MqttMonitorWidget.setTabOrder(self.brokerConnectionOptionsButton, self.connectButton) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
778 | MqttMonitorWidget.setTabOrder(self.connectButton, self.clearWillButton) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
779 | MqttMonitorWidget.setTabOrder(self.clearWillButton, self.brokerWidget) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
780 | MqttMonitorWidget.setTabOrder(self.brokerWidget, self.subscribeTopicComboBox) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
781 | MqttMonitorWidget.setTabOrder(self.subscribeTopicComboBox, self.subscribeQosSpinBox) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
782 | MqttMonitorWidget.setTabOrder(self.subscribeQosSpinBox, self.subscribeButton) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
783 | MqttMonitorWidget.setTabOrder(self.subscribeButton, self.subscribePropertiesButton) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
784 | MqttMonitorWidget.setTabOrder(self.subscribePropertiesButton, self.unsubscribeTopicComboBox) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
785 | MqttMonitorWidget.setTabOrder(self.unsubscribeTopicComboBox, self.unsubscribeButton) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
786 | MqttMonitorWidget.setTabOrder(self.unsubscribeButton, self.unsubscribePropertiesButton) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
787 | MqttMonitorWidget.setTabOrder(self.unsubscribePropertiesButton, self.publishTopicComboBox) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
788 | MqttMonitorWidget.setTabOrder(self.publishTopicComboBox, self.publishPayloadEdit) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
789 | MqttMonitorWidget.setTabOrder(self.publishPayloadEdit, self.publishPayloadFilePicker) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
790 | MqttMonitorWidget.setTabOrder(self.publishPayloadFilePicker, self.publishQosSpinBox) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
791 | MqttMonitorWidget.setTabOrder(self.publishQosSpinBox, self.publishRetainCheckBox) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
792 | MqttMonitorWidget.setTabOrder(self.publishRetainCheckBox, self.publishPropertiesButton) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
793 | MqttMonitorWidget.setTabOrder(self.publishPropertiesButton, self.publishButton) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
794 | MqttMonitorWidget.setTabOrder(self.publishButton, self.publishClearButton) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
795 | MqttMonitorWidget.setTabOrder(self.publishClearButton, self.publishClearRetainedButton) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
796 | MqttMonitorWidget.setTabOrder(self.publishClearRetainedButton, self.clearPublishCheckBox) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
797 | MqttMonitorWidget.setTabOrder(self.clearPublishCheckBox, self.propertiesEdit) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
798 | MqttMonitorWidget.setTabOrder(self.propertiesEdit, self.messagesSearchWidget) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
799 | MqttMonitorWidget.setTabOrder(self.messagesSearchWidget, self.messagesEdit) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
800 | MqttMonitorWidget.setTabOrder(self.messagesEdit, self.saveMessagesButton) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
801 | MqttMonitorWidget.setTabOrder(self.saveMessagesButton, self.clearMessagesButton) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
802 | MqttMonitorWidget.setTabOrder(self.clearMessagesButton, self.followMessagesCheckBox) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
803 | MqttMonitorWidget.setTabOrder(self.followMessagesCheckBox, self.scrollArea) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
804 | MqttMonitorWidget.setTabOrder(self.scrollArea, self.brokerStatusButton) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
805 | MqttMonitorWidget.setTabOrder(self.brokerStatusButton, self.logLevelComboBox) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
806 | MqttMonitorWidget.setTabOrder(self.logLevelComboBox, self.logSearchWidget) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
807 | MqttMonitorWidget.setTabOrder(self.logSearchWidget, self.logEdit) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
808 | MqttMonitorWidget.setTabOrder(self.logEdit, self.saveLogMessagesButton) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
809 | MqttMonitorWidget.setTabOrder(self.saveLogMessagesButton, self.clearLogMessagesButton) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
810 | MqttMonitorWidget.setTabOrder(self.clearLogMessagesButton, self.followLogMessagesCheckBox) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
811 | |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
812 | def retranslateUi(self, MqttMonitorWidget): |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
813 | _translate = QtCore.QCoreApplication.translate |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
814 | self.label_2.setText(_translate("MqttMonitorWidget", "<b>MQTT Monitor</b>")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
815 | self.brokerGroupBox.setTitle(_translate("MqttMonitorWidget", "Broker")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
816 | self.modeButton.setToolTip(_translate("MqttMonitorWidget", "Press to switch the mode between profiles and direct connection")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
817 | self.profileComboBox.setToolTip(_translate("MqttMonitorWidget", "Select the profile to be used to connect to the broker")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
818 | self.brokerComboBox.setToolTip(_translate("MqttMonitorWidget", "Enter the host name of the broker")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
819 | self.brokerPortComboBox.setToolTip(_translate("MqttMonitorWidget", "Enter the broker port to connect to")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
820 | self.brokerConnectionOptionsButton.setToolTip(_translate("MqttMonitorWidget", "Press to open a dialog to enter connection options")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
821 | self.connectButton.setToolTip(_translate("MqttMonitorWidget", "Press to connect to/disconnect from the broker")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
822 | self.clearWillButton.setToolTip(_translate("MqttMonitorWidget", "Select to clear a previously set last will message")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
823 | self.subscribeGroup.setTitle(_translate("MqttMonitorWidget", "Subscribe")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
824 | self.label.setText(_translate("MqttMonitorWidget", "Topic:")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
825 | self.subscribeTopicComboBox.setToolTip(_translate("MqttMonitorWidget", "Enter the topic")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
826 | self.label_3.setText(_translate("MqttMonitorWidget", "QoS:")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
827 | self.subscribeQosSpinBox.setToolTip(_translate("MqttMonitorWidget", "Enter the desired QoS value")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
828 | self.subscribeButton.setToolTip(_translate("MqttMonitorWidget", "Press to subscribe to the given topic")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
829 | self.subscribePropertiesButton.setToolTip(_translate("MqttMonitorWidget", "Press to edit the user properties")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
830 | self.unsubscribeGroup.setTitle(_translate("MqttMonitorWidget", "Unsubscribe")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
831 | self.label_4.setText(_translate("MqttMonitorWidget", "Topic:")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
832 | self.unsubscribeTopicComboBox.setToolTip(_translate("MqttMonitorWidget", "Select the topic to unsubscribe")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
833 | self.unsubscribeButton.setToolTip(_translate("MqttMonitorWidget", "Press to unsubscribe the selected topic")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
834 | self.unsubscribePropertiesButton.setToolTip(_translate("MqttMonitorWidget", "Press to edit the user properties")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
835 | self.publishGroup.setTitle(_translate("MqttMonitorWidget", "Publish")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
836 | self.label_39.setText(_translate("MqttMonitorWidget", "Topic:")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
837 | self.publishTopicComboBox.setToolTip(_translate("MqttMonitorWidget", "Enter the topic to publish to")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
838 | self.label_40.setText(_translate("MqttMonitorWidget", "QoS:")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
839 | self.publishQosSpinBox.setToolTip(_translate("MqttMonitorWidget", "Enter the desired QoS value")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
840 | self.publishRetainCheckBox.setToolTip(_translate("MqttMonitorWidget", "Select to retain the published message")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
841 | self.publishRetainCheckBox.setText(_translate("MqttMonitorWidget", "Retain")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
842 | self.publishPropertiesButton.setToolTip(_translate("MqttMonitorWidget", "Press to edit the user properties")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
843 | self.publishPayloadEdit.setToolTip(_translate("MqttMonitorWidget", "Enter the string data to be sent")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
844 | self.label_42.setText(_translate("MqttMonitorWidget", "Payload File:")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
845 | self.publishPayloadFilePicker.setToolTip(_translate("MqttMonitorWidget", "Enter the full path to a file containing the message payload")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
846 | self.publishClearButton.setToolTip(_translate("MqttMonitorWidget", "Press to clear the publish data")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
847 | self.publishClearButton.setText(_translate("MqttMonitorWidget", "Clear")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
848 | self.publishClearRetainedButton.setToolTip(_translate("MqttMonitorWidget", "Press to clear the retained messages of the selected topic")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
849 | self.publishClearRetainedButton.setText(_translate("MqttMonitorWidget", "Clear Retained")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
850 | self.publishButton.setText(_translate("MqttMonitorWidget", "Publish")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
851 | self.clearPublishCheckBox.setToolTip(_translate("MqttMonitorWidget", "Select to clear the publish data after the message was published")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
852 | self.clearPublishCheckBox.setText(_translate("MqttMonitorWidget", "Clear when sent")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
853 | self.brokerWidget.setTabText(self.brokerWidget.indexOf(self.pubSubTab), _translate("MqttMonitorWidget", "Pub/Sub")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
854 | self.label_43.setText(_translate("MqttMonitorWidget", "MQTT V5 Properties")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
855 | self.brokerWidget.setTabText(self.brokerWidget.indexOf(self.propertiesTab), _translate("MqttMonitorWidget", "Properties")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
856 | self.saveMessagesButton.setToolTip(_translate("MqttMonitorWidget", "Press to save the received messages to a file")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
857 | self.saveMessagesButton.setText(_translate("MqttMonitorWidget", "Save")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
858 | self.clearMessagesButton.setToolTip(_translate("MqttMonitorWidget", "Press to clear the list of received messages")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
859 | self.clearMessagesButton.setText(_translate("MqttMonitorWidget", "Clear")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
860 | self.followMessagesCheckBox.setToolTip(_translate("MqttMonitorWidget", "Select to scroll to the most recently received message")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
861 | self.followMessagesCheckBox.setText(_translate("MqttMonitorWidget", "Follow received messages")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
862 | self.brokerWidget.setTabText(self.brokerWidget.indexOf(self.messagesTab), _translate("MqttMonitorWidget", "Messages")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
863 | self.brokerStatusButton.setToolTip(_translate("MqttMonitorWidget", "Press to activate the status display")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
864 | self.brokerStatusButton.setText(_translate("MqttMonitorWidget", "Subscribe")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
865 | self.label_22.setText(_translate("MqttMonitorWidget", "<b>Broker</b>")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
866 | self.label_5.setText(_translate("MqttMonitorWidget", "Version")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
867 | self.versionLabel.setText(_translate("MqttMonitorWidget", "-")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
868 | self.label_6.setText(_translate("MqttMonitorWidget", "Timestamp")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
869 | self.timestampLabel.setText(_translate("MqttMonitorWidget", "-")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
870 | self.label_7.setText(_translate("MqttMonitorWidget", "Uptime")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
871 | self.uptimeLabel.setText(_translate("MqttMonitorWidget", "-")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
872 | self.label_8.setText(_translate("MqttMonitorWidget", "Subscriptions")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
873 | self.subscriptionsLabel.setText(_translate("MqttMonitorWidget", "-")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
874 | self.label_23.setText(_translate("MqttMonitorWidget", "<b>Clients</b>")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
875 | self.label_9.setText(_translate("MqttMonitorWidget", "Connected")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
876 | self.clientsConnectedLabel.setText(_translate("MqttMonitorWidget", "-")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
877 | self.label_10.setText(_translate("MqttMonitorWidget", "Disconnected")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
878 | self.clientsDisconnectedLabel.setText(_translate("MqttMonitorWidget", "-")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
879 | self.label_11.setText(_translate("MqttMonitorWidget", "Expired")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
880 | self.clientsExpiredLabel.setText(_translate("MqttMonitorWidget", "-")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
881 | self.label_12.setText(_translate("MqttMonitorWidget", "Maximum")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
882 | self.clientsMaximumLabel.setText(_translate("MqttMonitorWidget", "-")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
883 | self.label_13.setText(_translate("MqttMonitorWidget", "Total")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
884 | self.clientsTotalLabel.setText(_translate("MqttMonitorWidget", "-")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
885 | self.label_24.setText(_translate("MqttMonitorWidget", "<b>Messages</b>")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
886 | self.label_14.setText(_translate("MqttMonitorWidget", "Sent")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
887 | self.messagesSentLabel.setText(_translate("MqttMonitorWidget", "-")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
888 | self.label_15.setText(_translate("MqttMonitorWidget", "Received")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
889 | self.messagesReceivedLabel.setText(_translate("MqttMonitorWidget", "-")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
890 | self.label_16.setText(_translate("MqttMonitorWidget", "Stored")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
891 | self.messagesStoredLabel.setText(_translate("MqttMonitorWidget", "-")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
892 | self.label_17.setText(_translate("MqttMonitorWidget", "Inflight")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
893 | self.messagesInflightLabel.setText(_translate("MqttMonitorWidget", "-")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
894 | self.label_18.setText(_translate("MqttMonitorWidget", "Retained")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
895 | self.messagesRetainedLabel.setText(_translate("MqttMonitorWidget", "-")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
896 | self.label_28.setText(_translate("MqttMonitorWidget", "<b>PUBLISH Messages</b>")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
897 | self.label_25.setText(_translate("MqttMonitorWidget", "Sent")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
898 | self.publishMessagesSentLabel.setText(_translate("MqttMonitorWidget", "-")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
899 | self.label_26.setText(_translate("MqttMonitorWidget", "Received")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
900 | self.publishMessagesReceivedLabel.setText(_translate("MqttMonitorWidget", "-")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
901 | self.label_27.setText(_translate("MqttMonitorWidget", "Dropped")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
902 | self.publishMessagesDroppedLabel.setText(_translate("MqttMonitorWidget", "-")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
903 | self.label_21.setText(_translate("MqttMonitorWidget", "<b>Traffic</b>")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
904 | self.label_19.setText(_translate("MqttMonitorWidget", "Bytes Sent")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
905 | self.bytesSentLabel.setText(_translate("MqttMonitorWidget", "-")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
906 | self.label_20.setText(_translate("MqttMonitorWidget", "Bytes Received")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
907 | self.bytesReceivedLabel.setText(_translate("MqttMonitorWidget", "-")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
908 | self.label_29.setText(_translate("MqttMonitorWidget", "<b>Load</b> (1 min / 5 min / 15 min)")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
909 | self.label_30.setText(_translate("MqttMonitorWidget", "Bytes Sent")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
910 | self.loadBytesSentLabel.setText(_translate("MqttMonitorWidget", "- / - / -")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
911 | self.label_31.setText(_translate("MqttMonitorWidget", "Bytes Received")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
912 | self.loadBytesReceivedLabel.setText(_translate("MqttMonitorWidget", "- / - / -")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
913 | self.label_32.setText(_translate("MqttMonitorWidget", "Messages Sent")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
914 | self.loadMessagesSentLabel.setText(_translate("MqttMonitorWidget", "- / - / -")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
915 | self.label_33.setText(_translate("MqttMonitorWidget", "Messages Received")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
916 | self.loadMessagesReceivedLabel.setText(_translate("MqttMonitorWidget", "- / - / -")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
917 | self.label_34.setText(_translate("MqttMonitorWidget", "PUBLISH Sent")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
918 | self.loadPublishSentLabel.setText(_translate("MqttMonitorWidget", "- / - / -")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
919 | self.label_35.setText(_translate("MqttMonitorWidget", "PUBLISH Received")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
920 | self.loadPublishReceivedLabel.setText(_translate("MqttMonitorWidget", "- / - / -")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
921 | self.label_36.setText(_translate("MqttMonitorWidget", "PUBLISH Dropped")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
922 | self.loadPublishDroppedLabel.setText(_translate("MqttMonitorWidget", "- / - / -")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
923 | self.label_37.setText(_translate("MqttMonitorWidget", "Connections")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
924 | self.loadConnectionsLabel.setText(_translate("MqttMonitorWidget", "- / - / -")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
925 | self.label_38.setText(_translate("MqttMonitorWidget", "Sockets")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
926 | self.loadSocketsLabel.setText(_translate("MqttMonitorWidget", "- / - / -")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
927 | self.brokerWidget.setTabText(self.brokerWidget.indexOf(self.statusTab), _translate("MqttMonitorWidget", "Status")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
928 | self.label_41.setText(_translate("MqttMonitorWidget", "Max. Log Level:")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
929 | self.logLevelComboBox.setToolTip(_translate("MqttMonitorWidget", "Select the maximum log level to show")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
930 | self.saveLogMessagesButton.setToolTip(_translate("MqttMonitorWidget", "Press to save the received log messages to a file")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
931 | self.saveLogMessagesButton.setText(_translate("MqttMonitorWidget", "Save")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
932 | self.clearLogMessagesButton.setToolTip(_translate("MqttMonitorWidget", "Press to clear the list of received log messages")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
933 | self.clearLogMessagesButton.setText(_translate("MqttMonitorWidget", "Clear")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
934 | self.followLogMessagesCheckBox.setToolTip(_translate("MqttMonitorWidget", "Select to scroll to the most recently received log message")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
935 | self.followLogMessagesCheckBox.setText(_translate("MqttMonitorWidget", "Follow received log messages")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
936 | self.brokerWidget.setTabText(self.brokerWidget.indexOf(self.logTab), _translate("MqttMonitorWidget", "Log")) |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
937 | from eric7.EricWidgets.EricPathPicker import EricPathPicker |
187406bcc8ae
Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
938 | from eric7.EricWidgets.EricTextEditSearchWidget import EricTextEditSearchWidget |