MqttMonitor/Ui_MqttConnectionProfilesDialog.py

Tue, 10 Dec 2024 15:48:55 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 10 Dec 2024 15:48:55 +0100
branch
eric7
changeset 154
b66cfd856e93
parent 148
187406bcc8ae
permissions
-rw-r--r--

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/MqttConnectionProfilesDialog.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_MqttConnectionProfilesDialog(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, MqttConnectionProfilesDialog):
187406bcc8ae Redid the archive 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 MqttConnectionProfilesDialog.setObjectName("MqttConnectionProfilesDialog")
187406bcc8ae Redid the archive 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 MqttConnectionProfilesDialog.resize(800, 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 MqttConnectionProfilesDialog.setSizeGripEnabled(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
17 self.verticalLayout_2 = QtWidgets.QVBoxLayout(MqttConnectionProfilesDialog)
187406bcc8ae Redid the archive 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.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
19 self.splitter = QtWidgets.QSplitter(parent=MqttConnectionProfilesDialog)
187406bcc8ae Redid the archive 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.splitter.setOrientation(QtCore.Qt.Orientation.Horizontal)
187406bcc8ae Redid the archive 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.splitter.setChildrenCollapsible(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
22 self.splitter.setObjectName("splitter")
187406bcc8ae Redid the archive 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.profileListFrame = QtWidgets.QFrame(parent=self.splitter)
187406bcc8ae Redid the archive 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 self.profileListFrame.setFrameShape(QtWidgets.QFrame.Shape.StyledPanel)
187406bcc8ae Redid the archive 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 self.profileListFrame.setFrameShadow(QtWidgets.QFrame.Shadow.Raised)
187406bcc8ae Redid the archive 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 self.profileListFrame.setObjectName("profileListFrame")
187406bcc8ae Redid the archive 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 self.verticalLayout = QtWidgets.QVBoxLayout(self.profileListFrame)
187406bcc8ae Redid the archive 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.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
29 self.profilesList = QtWidgets.QListWidget(parent=self.profileListFrame)
187406bcc8ae Redid the archive 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.profilesList.setAlternatingRowColors(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
31 self.profilesList.setObjectName("profilesList")
187406bcc8ae Redid the archive 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.addWidget(self.profilesList)
187406bcc8ae Redid the archive 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.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
34 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
35 self.plusButton = QtWidgets.QToolButton(parent=self.profileListFrame)
187406bcc8ae Redid the archive 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.plusButton.setObjectName("plusButton")
187406bcc8ae Redid the archive 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.horizontalLayout.addWidget(self.plusButton)
187406bcc8ae Redid the archive 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.copyButton = QtWidgets.QToolButton(parent=self.profileListFrame)
187406bcc8ae Redid the archive 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.copyButton.setObjectName("copyButton")
187406bcc8ae Redid the archive 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.addWidget(self.copyButton)
187406bcc8ae Redid the archive 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.minusButton = QtWidgets.QToolButton(parent=self.profileListFrame)
187406bcc8ae Redid the archive 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.minusButton.setObjectName("minusButton")
187406bcc8ae Redid the archive 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.horizontalLayout.addWidget(self.minusButton)
187406bcc8ae Redid the archive 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 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
45 self.horizontalLayout.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
46 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
47 self.profileFrame = QtWidgets.QFrame(parent=self.splitter)
187406bcc8ae Redid the archive 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.profileFrame.setFrameShape(QtWidgets.QFrame.Shape.StyledPanel)
187406bcc8ae Redid the archive 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.profileFrame.setFrameShadow(QtWidgets.QFrame.Shadow.Raised)
187406bcc8ae Redid the archive 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.profileFrame.setObjectName("profileFrame")
187406bcc8ae Redid the archive 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.verticalLayout_3 = QtWidgets.QVBoxLayout(self.profileFrame)
187406bcc8ae Redid the archive 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.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
53 self.gridLayout = QtWidgets.QGridLayout()
187406bcc8ae Redid the archive 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.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
55 self.label = QtWidgets.QLabel(parent=self.profileFrame)
187406bcc8ae Redid the archive 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.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
57 self.gridLayout.addWidget(self.label, 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
58 self.profileEdit = QtWidgets.QLineEdit(parent=self.profileFrame)
187406bcc8ae Redid the archive 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 self.profileEdit.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
60 self.profileEdit.setClearButtonEnabled(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
61 self.profileEdit.setObjectName("profileEdit")
187406bcc8ae Redid the archive 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.gridLayout.addWidget(self.profileEdit, 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
63 self.line = QtWidgets.QFrame(parent=self.profileFrame)
187406bcc8ae Redid the archive 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.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
65 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
66 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
67 self.gridLayout.addWidget(self.line, 1, 0, 1, 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
68 self.label_2 = QtWidgets.QLabel(parent=self.profileFrame)
187406bcc8ae Redid the archive 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.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
70 self.gridLayout.addWidget(self.label_2, 2, 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
71 self.brokerAddressEdit = QtWidgets.QLineEdit(parent=self.profileFrame)
187406bcc8ae Redid the archive 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.brokerAddressEdit.setClearButtonEnabled(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
73 self.brokerAddressEdit.setObjectName("brokerAddressEdit")
187406bcc8ae Redid the archive 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.gridLayout.addWidget(self.brokerAddressEdit, 2, 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
75 self.label_3 = QtWidgets.QLabel(parent=self.profileFrame)
187406bcc8ae Redid the archive 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.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
77 self.gridLayout.addWidget(self.label_3, 3, 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
78 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
79 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
80 self.brokerPortSpinBox = QtWidgets.QSpinBox(parent=self.profileFrame)
187406bcc8ae Redid the archive 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.brokerPortSpinBox.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
82 self.brokerPortSpinBox.setMaximum(65535)
187406bcc8ae Redid the archive 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.brokerPortSpinBox.setProperty("value", 1883)
187406bcc8ae Redid the archive 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.brokerPortSpinBox.setObjectName("brokerPortSpinBox")
187406bcc8ae Redid the archive 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.horizontalLayout_2.addWidget(self.brokerPortSpinBox)
187406bcc8ae Redid the archive 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 spacerItem1 = QtWidgets.QSpacerItem(318, 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
87 self.horizontalLayout_2.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
88 self.gridLayout.addLayout(self.horizontalLayout_2, 3, 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
89 self.label_4 = QtWidgets.QLabel(parent=self.profileFrame)
187406bcc8ae Redid the archive 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.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
91 self.gridLayout.addWidget(self.label_4, 4, 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
92 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
93 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
94 self.clientIdEdit = QtWidgets.QLineEdit(parent=self.profileFrame)
187406bcc8ae Redid the archive 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.clientIdEdit.setClearButtonEnabled(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
96 self.clientIdEdit.setObjectName("clientIdEdit")
187406bcc8ae Redid the archive 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.horizontalLayout_3.addWidget(self.clientIdEdit)
187406bcc8ae Redid the archive 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.generateIdButton = QtWidgets.QPushButton(parent=self.profileFrame)
187406bcc8ae Redid the archive 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.generateIdButton.setObjectName("generateIdButton")
187406bcc8ae Redid the archive 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.horizontalLayout_3.addWidget(self.generateIdButton)
187406bcc8ae Redid the archive 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.gridLayout.addLayout(self.horizontalLayout_3, 4, 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
102 self.line_2 = QtWidgets.QFrame(parent=self.profileFrame)
187406bcc8ae Redid the archive 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.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
104 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
105 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
106 self.gridLayout.addWidget(self.line_2, 5, 0, 1, 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
107 self.verticalLayout_3.addLayout(self.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
108 self.profileTabWidget = QtWidgets.QTabWidget(parent=self.profileFrame)
187406bcc8ae Redid the archive 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 self.profileTabWidget.setObjectName("profileTabWidget")
187406bcc8ae Redid the archive 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 self.generalTab = 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
111 self.generalTab.setObjectName("generalTab")
187406bcc8ae Redid the archive 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.gridLayout_2 = QtWidgets.QGridLayout(self.generalTab)
187406bcc8ae Redid the archive 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.gridLayout_2.setObjectName("gridLayout_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
114 self.groupBox_5 = QtWidgets.QGroupBox(parent=self.generalTab)
187406bcc8ae Redid the archive 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.groupBox_5.setObjectName("groupBox_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
116 self.horizontalLayout_7 = QtWidgets.QHBoxLayout(self.groupBox_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
117 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
118 self.mqttv31Button = QtWidgets.QRadioButton(parent=self.groupBox_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
119 self.mqttv31Button.setObjectName("mqttv31Button")
187406bcc8ae Redid the archive 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.horizontalLayout_7.addWidget(self.mqttv31Button)
187406bcc8ae Redid the archive 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.mqttv311Button = QtWidgets.QRadioButton(parent=self.groupBox_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
122 self.mqttv311Button.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
123 self.mqttv311Button.setObjectName("mqttv311Button")
187406bcc8ae Redid the archive 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_7.addWidget(self.mqttv311Button)
187406bcc8ae Redid the archive 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.mqttv5Button = QtWidgets.QRadioButton(parent=self.groupBox_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
126 self.mqttv5Button.setObjectName("mqttv5Button")
187406bcc8ae Redid the archive 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.horizontalLayout_7.addWidget(self.mqttv5Button)
187406bcc8ae Redid the archive 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.gridLayout_2.addWidget(self.groupBox_5, 0, 0, 1, 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
129 self.label_12 = QtWidgets.QLabel(parent=self.generalTab)
187406bcc8ae Redid the archive 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.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
131 self.gridLayout_2.addWidget(self.label_12, 1, 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
132 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
133 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
134 self.connectionTimeoutSpinBox = QtWidgets.QSpinBox(parent=self.generalTab)
187406bcc8ae Redid the archive 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.connectionTimeoutSpinBox.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
136 self.connectionTimeoutSpinBox.setMaximum(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
137 self.connectionTimeoutSpinBox.setSingleStep(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
138 self.connectionTimeoutSpinBox.setProperty("value", 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
139 self.connectionTimeoutSpinBox.setObjectName("connectionTimeoutSpinBox")
187406bcc8ae Redid the archive 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_5.addWidget(self.connectionTimeoutSpinBox)
187406bcc8ae Redid the archive 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 spacerItem2 = QtWidgets.QSpacerItem(148, 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
142 self.horizontalLayout_5.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
143 self.gridLayout_2.addLayout(self.horizontalLayout_5, 1, 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
144 self.label_5 = QtWidgets.QLabel(parent=self.generalTab)
187406bcc8ae Redid the archive 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 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
146 self.gridLayout_2.addWidget(self.label_5, 2, 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
147 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
148 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
149 self.keepaliveSpinBox = QtWidgets.QSpinBox(parent=self.generalTab)
187406bcc8ae Redid the archive 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.keepaliveSpinBox.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
151 self.keepaliveSpinBox.setMaximum(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
152 self.keepaliveSpinBox.setSingleStep(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
153 self.keepaliveSpinBox.setProperty("value", 60)
187406bcc8ae Redid the archive 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.keepaliveSpinBox.setObjectName("keepaliveSpinBox")
187406bcc8ae Redid the archive 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.horizontalLayout_4.addWidget(self.keepaliveSpinBox)
187406bcc8ae Redid the archive 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 spacerItem3 = QtWidgets.QSpacerItem(148, 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
157 self.horizontalLayout_4.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
158 self.gridLayout_2.addLayout(self.horizontalLayout_4, 2, 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
159 self.cleanSessionCheckBox = QtWidgets.QCheckBox(parent=self.generalTab)
187406bcc8ae Redid the archive 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.cleanSessionCheckBox.setObjectName("cleanSessionCheckBox")
187406bcc8ae Redid the archive 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.gridLayout_2.addWidget(self.cleanSessionCheckBox, 3, 0, 1, 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
162 spacerItem4 = QtWidgets.QSpacerItem(20, 227, 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
163 self.gridLayout_2.addItem(spacerItem4, 4, 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
164 self.profileTabWidget.addTab(self.generalTab, "")
187406bcc8ae Redid the archive 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.credentialsTab = 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
166 self.credentialsTab.setObjectName("credentialsTab")
187406bcc8ae Redid the archive 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.gridLayout_3 = QtWidgets.QGridLayout(self.credentialsTab)
187406bcc8ae Redid the archive 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.gridLayout_3.setObjectName("gridLayout_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
169 self.label_7 = QtWidgets.QLabel(parent=self.credentialsTab)
187406bcc8ae Redid the archive 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.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
171 self.gridLayout_3.addWidget(self.label_7, 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
172 self.usernameEdit = QtWidgets.QLineEdit(parent=self.credentialsTab)
187406bcc8ae Redid the archive 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.usernameEdit.setClearButtonEnabled(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
174 self.usernameEdit.setObjectName("usernameEdit")
187406bcc8ae Redid the archive 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 self.gridLayout_3.addWidget(self.usernameEdit, 0, 1, 1, 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
176 self.label_6 = QtWidgets.QLabel(parent=self.credentialsTab)
187406bcc8ae Redid the archive 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 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
178 self.gridLayout_3.addWidget(self.label_6, 1, 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
179 self.passwordEdit = QtWidgets.QLineEdit(parent=self.credentialsTab)
187406bcc8ae Redid the archive 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.passwordEdit.setEchoMode(QtWidgets.QLineEdit.EchoMode.Password)
187406bcc8ae Redid the archive 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.passwordEdit.setClearButtonEnabled(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
182 self.passwordEdit.setObjectName("passwordEdit")
187406bcc8ae Redid the archive 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.gridLayout_3.addWidget(self.passwordEdit, 1, 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
184 self.showPasswordButton = QtWidgets.QToolButton(parent=self.credentialsTab)
187406bcc8ae Redid the archive 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.showPasswordButton.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
186 self.showPasswordButton.setObjectName("showPasswordButton")
187406bcc8ae Redid the archive 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.gridLayout_3.addWidget(self.showPasswordButton, 1, 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
188 spacerItem5 = QtWidgets.QSpacerItem(20, 228, 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
189 self.gridLayout_3.addItem(spacerItem5, 2, 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
190 self.profileTabWidget.addTab(self.credentialsTab, "")
187406bcc8ae Redid the archive 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.lastWillTab = 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
192 self.lastWillTab.setObjectName("lastWillTab")
187406bcc8ae Redid the archive 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.gridLayout_4 = QtWidgets.QGridLayout(self.lastWillTab)
187406bcc8ae Redid the archive 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.gridLayout_4.setObjectName("gridLayout_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
195 self.willTopicEdit = QtWidgets.QLineEdit(parent=self.lastWillTab)
187406bcc8ae Redid the archive 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.willTopicEdit.setClearButtonEnabled(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
197 self.willTopicEdit.setObjectName("willTopicEdit")
187406bcc8ae Redid the archive 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.gridLayout_4.addWidget(self.willTopicEdit, 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
199 self.label_13 = QtWidgets.QLabel(parent=self.lastWillTab)
187406bcc8ae Redid the archive 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.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
201 self.gridLayout_4.addWidget(self.label_13, 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
202 self.willQosSpinBox = QtWidgets.QSpinBox(parent=self.lastWillTab)
187406bcc8ae Redid the archive 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.willQosSpinBox.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
204 self.willQosSpinBox.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
205 self.willQosSpinBox.setObjectName("willQosSpinBox")
187406bcc8ae Redid the archive 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.gridLayout_4.addWidget(self.willQosSpinBox, 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
207 self.willRetainCheckBox = QtWidgets.QCheckBox(parent=self.lastWillTab)
187406bcc8ae Redid the archive 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.willRetainCheckBox.setObjectName("willRetainCheckBox")
187406bcc8ae Redid the archive 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.gridLayout_4.addWidget(self.willRetainCheckBox, 0, 3, 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
210 self.willPropertiesButton = QtWidgets.QToolButton(parent=self.lastWillTab)
187406bcc8ae Redid the archive 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 self.willPropertiesButton.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
212 self.willPropertiesButton.setObjectName("willPropertiesButton")
187406bcc8ae Redid the archive 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 self.gridLayout_4.addWidget(self.willPropertiesButton, 0, 4, 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
214 self.willMessageEdit = QtWidgets.QPlainTextEdit(parent=self.lastWillTab)
187406bcc8ae Redid the archive 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.willMessageEdit.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
216 self.willMessageEdit.setObjectName("willMessageEdit")
187406bcc8ae Redid the archive 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.gridLayout_4.addWidget(self.willMessageEdit, 1, 0, 1, 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
218 self.profileTabWidget.addTab(self.lastWillTab, "")
187406bcc8ae Redid the archive 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.tlsTab = 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
220 self.tlsTab.setObjectName("tlsTab")
187406bcc8ae Redid the archive 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.verticalLayout_5 = QtWidgets.QVBoxLayout(self.tlsTab)
187406bcc8ae Redid the archive 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.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
223 self.tlsGroupBox = QtWidgets.QGroupBox(parent=self.tlsTab)
187406bcc8ae Redid the archive 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.tlsGroupBox.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
225 self.tlsGroupBox.setChecked(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
226 self.tlsGroupBox.setObjectName("tlsGroupBox")
187406bcc8ae Redid the archive 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 self.verticalLayout_4 = QtWidgets.QVBoxLayout(self.tlsGroupBox)
187406bcc8ae Redid the archive 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.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
229 self.tlsDefaultCertsButton = QtWidgets.QRadioButton(parent=self.tlsGroupBox)
187406bcc8ae Redid the archive 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.tlsDefaultCertsButton.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
231 self.tlsDefaultCertsButton.setObjectName("tlsDefaultCertsButton")
187406bcc8ae Redid the archive 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_4.addWidget(self.tlsDefaultCertsButton)
187406bcc8ae Redid the archive 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.tlsCertsFileButton = QtWidgets.QRadioButton(parent=self.tlsGroupBox)
187406bcc8ae Redid the archive 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.tlsCertsFileButton.setObjectName("tlsCertsFileButton")
187406bcc8ae Redid the archive 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_4.addWidget(self.tlsCertsFileButton)
187406bcc8ae Redid the archive 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.tlsCertsFileWidget = QtWidgets.QWidget(parent=self.tlsGroupBox)
187406bcc8ae Redid the archive 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 self.tlsCertsFileWidget.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
238 self.tlsCertsFileWidget.setObjectName("tlsCertsFileWidget")
187406bcc8ae Redid the archive 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.horizontalLayout_6 = QtWidgets.QHBoxLayout(self.tlsCertsFileWidget)
187406bcc8ae Redid the archive 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.horizontalLayout_6.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
241 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
242 spacerItem6 = QtWidgets.QSpacerItem(25, 20, QtWidgets.QSizePolicy.Policy.Fixed, 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
243 self.horizontalLayout_6.addItem(spacerItem6)
187406bcc8ae Redid the archive 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_8 = QtWidgets.QLabel(parent=self.tlsCertsFileWidget)
187406bcc8ae Redid the archive 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_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
246 self.horizontalLayout_6.addWidget(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
247 self.tlsCertsFilePicker = EricPathPicker(parent=self.tlsCertsFileWidget)
187406bcc8ae Redid the archive 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 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
249 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
250 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
251 sizePolicy.setHeightForWidth(self.tlsCertsFilePicker.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
252 self.tlsCertsFilePicker.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
253 self.tlsCertsFilePicker.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
254 self.tlsCertsFilePicker.setObjectName("tlsCertsFilePicker")
187406bcc8ae Redid the archive 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.horizontalLayout_6.addWidget(self.tlsCertsFilePicker)
187406bcc8ae Redid the archive 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.verticalLayout_4.addWidget(self.tlsCertsFileWidget)
187406bcc8ae Redid the archive 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.tlsSelfSignedCertsButton = QtWidgets.QRadioButton(parent=self.tlsGroupBox)
187406bcc8ae Redid the archive 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.tlsSelfSignedCertsButton.setObjectName("tlsSelfSignedCertsButton")
187406bcc8ae Redid the archive 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_4.addWidget(self.tlsSelfSignedCertsButton)
187406bcc8ae Redid the archive 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.tlsSelfSignedFilesWidget = QtWidgets.QWidget(parent=self.tlsGroupBox)
187406bcc8ae Redid the archive 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.tlsSelfSignedFilesWidget.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
262 self.tlsSelfSignedFilesWidget.setObjectName("tlsSelfSignedFilesWidget")
187406bcc8ae Redid the archive 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.gridLayout_5 = QtWidgets.QGridLayout(self.tlsSelfSignedFilesWidget)
187406bcc8ae Redid the archive 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.gridLayout_5.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
265 self.gridLayout_5.setObjectName("gridLayout_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
266 spacerItem7 = QtWidgets.QSpacerItem(25, 20, QtWidgets.QSizePolicy.Policy.Fixed, 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
267 self.gridLayout_5.addItem(spacerItem7, 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
268 self.label_9 = QtWidgets.QLabel(parent=self.tlsSelfSignedFilesWidget)
187406bcc8ae Redid the archive 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.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
270 self.gridLayout_5.addWidget(self.label_9, 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
271 self.tlsSelfSignedCertsFilePicker = EricPathPicker(parent=self.tlsSelfSignedFilesWidget)
187406bcc8ae Redid the archive 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 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
273 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
274 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
275 sizePolicy.setHeightForWidth(self.tlsSelfSignedCertsFilePicker.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
276 self.tlsSelfSignedCertsFilePicker.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
277 self.tlsSelfSignedCertsFilePicker.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
278 self.tlsSelfSignedCertsFilePicker.setObjectName("tlsSelfSignedCertsFilePicker")
187406bcc8ae Redid the archive 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.gridLayout_5.addWidget(self.tlsSelfSignedCertsFilePicker, 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
280 self.label_10 = QtWidgets.QLabel(parent=self.tlsSelfSignedFilesWidget)
187406bcc8ae Redid the archive 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.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
282 self.gridLayout_5.addWidget(self.label_10, 1, 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
283 self.tlsSelfSignedClientCertFilePicker = EricPathPicker(parent=self.tlsSelfSignedFilesWidget)
187406bcc8ae Redid the archive 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 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
285 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
286 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
287 sizePolicy.setHeightForWidth(self.tlsSelfSignedClientCertFilePicker.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
288 self.tlsSelfSignedClientCertFilePicker.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
289 self.tlsSelfSignedClientCertFilePicker.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
290 self.tlsSelfSignedClientCertFilePicker.setObjectName("tlsSelfSignedClientCertFilePicker")
187406bcc8ae Redid the archive 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.gridLayout_5.addWidget(self.tlsSelfSignedClientCertFilePicker, 1, 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
292 self.label_11 = QtWidgets.QLabel(parent=self.tlsSelfSignedFilesWidget)
187406bcc8ae Redid the archive 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.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
294 self.gridLayout_5.addWidget(self.label_11, 2, 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
295 self.tlsSelfSignedClientKeyFilePicker = EricPathPicker(parent=self.tlsSelfSignedFilesWidget)
187406bcc8ae Redid the archive 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 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
297 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
298 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
299 sizePolicy.setHeightForWidth(self.tlsSelfSignedClientKeyFilePicker.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
300 self.tlsSelfSignedClientKeyFilePicker.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
301 self.tlsSelfSignedClientKeyFilePicker.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
302 self.tlsSelfSignedClientKeyFilePicker.setObjectName("tlsSelfSignedClientKeyFilePicker")
187406bcc8ae Redid the archive 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.gridLayout_5.addWidget(self.tlsSelfSignedClientKeyFilePicker, 2, 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
304 self.verticalLayout_4.addWidget(self.tlsSelfSignedFilesWidget)
187406bcc8ae Redid the archive 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.verticalLayout_5.addWidget(self.tlsGroupBox)
187406bcc8ae Redid the archive 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 spacerItem8 = QtWidgets.QSpacerItem(20, 128, 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
307 self.verticalLayout_5.addItem(spacerItem8)
187406bcc8ae Redid the archive 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.profileTabWidget.addTab(self.tlsTab, "")
187406bcc8ae Redid the archive 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.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
310 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
311 self.verticalLayout_6 = 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
312 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
313 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
314 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
315 self.connectPropertiesButton = QtWidgets.QRadioButton(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
316 self.connectPropertiesButton.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
317 self.connectPropertiesButton.setObjectName("connectPropertiesButton")
187406bcc8ae Redid the archive 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 self.horizontalLayout_8.addWidget(self.connectPropertiesButton)
187406bcc8ae Redid the archive 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 self.disconnectPropertiesButton = QtWidgets.QRadioButton(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
320 self.disconnectPropertiesButton.setObjectName("disconnectPropertiesButton")
187406bcc8ae Redid the archive 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.horizontalLayout_8.addWidget(self.disconnectPropertiesButton)
187406bcc8ae Redid the archive 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.verticalLayout_6.addLayout(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
323 self.propertiesWidget = MqttUserPropertiesEditor(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
324 sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, 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
325 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
326 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
327 sizePolicy.setHeightForWidth(self.propertiesWidget.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
328 self.propertiesWidget.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
329 self.propertiesWidget.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
330 self.propertiesWidget.setObjectName("propertiesWidget")
187406bcc8ae Redid the archive 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 self.verticalLayout_6.addWidget(self.propertiesWidget)
187406bcc8ae Redid the archive 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 self.samePropertiesCheckBox = QtWidgets.QCheckBox(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
333 self.samePropertiesCheckBox.setObjectName("samePropertiesCheckBox")
187406bcc8ae Redid the archive 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 self.verticalLayout_6.addWidget(self.samePropertiesCheckBox)
187406bcc8ae Redid the archive 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.profileTabWidget.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
336 self.verticalLayout_3.addWidget(self.profileTabWidget)
187406bcc8ae Redid the archive 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.profileButtonBox = QtWidgets.QDialogButtonBox(parent=self.profileFrame)
187406bcc8ae Redid the archive 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.profileButtonBox.setStandardButtons(QtWidgets.QDialogButtonBox.StandardButton.Apply|QtWidgets.QDialogButtonBox.StandardButton.Reset|QtWidgets.QDialogButtonBox.StandardButton.RestoreDefaults)
187406bcc8ae Redid the archive 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.profileButtonBox.setObjectName("profileButtonBox")
187406bcc8ae Redid the archive 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.verticalLayout_3.addWidget(self.profileButtonBox)
187406bcc8ae Redid the archive 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.verticalLayout_2.addWidget(self.splitter)
187406bcc8ae Redid the archive 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 self.buttonBox = QtWidgets.QDialogButtonBox(parent=MqttConnectionProfilesDialog)
187406bcc8ae Redid the archive 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 self.buttonBox.setOrientation(QtCore.Qt.Orientation.Horizontal)
187406bcc8ae Redid the archive 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 self.buttonBox.setStandardButtons(QtWidgets.QDialogButtonBox.StandardButton.Cancel|QtWidgets.QDialogButtonBox.StandardButton.Ok)
187406bcc8ae Redid the archive 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 self.buttonBox.setObjectName("buttonBox")
187406bcc8ae Redid the archive 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.verticalLayout_2.addWidget(self.buttonBox)
187406bcc8ae Redid the archive 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
187406bcc8ae Redid the archive 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.retranslateUi(MqttConnectionProfilesDialog)
187406bcc8ae Redid the archive 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.profileTabWidget.setCurrentIndex(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
350 self.buttonBox.accepted.connect(MqttConnectionProfilesDialog.accept) # 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
351 self.buttonBox.rejected.connect(MqttConnectionProfilesDialog.reject) # 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
352 self.tlsCertsFileButton.toggled['bool'].connect(self.tlsCertsFileWidget.setEnabled) # 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
353 self.tlsSelfSignedCertsButton.toggled['bool'].connect(self.tlsSelfSignedFilesWidget.setEnabled) # 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
354 QtCore.QMetaObject.connectSlotsByName(MqttConnectionProfilesDialog)
187406bcc8ae Redid the archive 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 MqttConnectionProfilesDialog.setTabOrder(self.profilesList, self.plusButton)
187406bcc8ae Redid the archive 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 MqttConnectionProfilesDialog.setTabOrder(self.plusButton, self.copyButton)
187406bcc8ae Redid the archive 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 MqttConnectionProfilesDialog.setTabOrder(self.copyButton, self.minusButton)
187406bcc8ae Redid the archive 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 MqttConnectionProfilesDialog.setTabOrder(self.minusButton, self.profileEdit)
187406bcc8ae Redid the archive 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 MqttConnectionProfilesDialog.setTabOrder(self.profileEdit, self.brokerAddressEdit)
187406bcc8ae Redid the archive 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 MqttConnectionProfilesDialog.setTabOrder(self.brokerAddressEdit, self.brokerPortSpinBox)
187406bcc8ae Redid the archive 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 MqttConnectionProfilesDialog.setTabOrder(self.brokerPortSpinBox, self.clientIdEdit)
187406bcc8ae Redid the archive 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 MqttConnectionProfilesDialog.setTabOrder(self.clientIdEdit, self.generateIdButton)
187406bcc8ae Redid the archive 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 MqttConnectionProfilesDialog.setTabOrder(self.generateIdButton, self.profileTabWidget)
187406bcc8ae Redid the archive 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 MqttConnectionProfilesDialog.setTabOrder(self.profileTabWidget, self.mqttv31Button)
187406bcc8ae Redid the archive 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 MqttConnectionProfilesDialog.setTabOrder(self.mqttv31Button, self.mqttv311Button)
187406bcc8ae Redid the archive 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 MqttConnectionProfilesDialog.setTabOrder(self.mqttv311Button, self.mqttv5Button)
187406bcc8ae Redid the archive 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 MqttConnectionProfilesDialog.setTabOrder(self.mqttv5Button, self.connectionTimeoutSpinBox)
187406bcc8ae Redid the archive 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 MqttConnectionProfilesDialog.setTabOrder(self.connectionTimeoutSpinBox, self.keepaliveSpinBox)
187406bcc8ae Redid the archive 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 MqttConnectionProfilesDialog.setTabOrder(self.keepaliveSpinBox, self.cleanSessionCheckBox)
187406bcc8ae Redid the archive 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 MqttConnectionProfilesDialog.setTabOrder(self.cleanSessionCheckBox, self.usernameEdit)
187406bcc8ae Redid the archive 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 MqttConnectionProfilesDialog.setTabOrder(self.usernameEdit, self.passwordEdit)
187406bcc8ae Redid the archive 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 MqttConnectionProfilesDialog.setTabOrder(self.passwordEdit, self.showPasswordButton)
187406bcc8ae Redid the archive 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 MqttConnectionProfilesDialog.setTabOrder(self.showPasswordButton, self.willTopicEdit)
187406bcc8ae Redid the archive 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 MqttConnectionProfilesDialog.setTabOrder(self.willTopicEdit, self.willMessageEdit)
187406bcc8ae Redid the archive 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 MqttConnectionProfilesDialog.setTabOrder(self.willMessageEdit, self.willQosSpinBox)
187406bcc8ae Redid the archive 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 MqttConnectionProfilesDialog.setTabOrder(self.willQosSpinBox, self.willRetainCheckBox)
187406bcc8ae Redid the archive 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 MqttConnectionProfilesDialog.setTabOrder(self.willRetainCheckBox, self.willPropertiesButton)
187406bcc8ae Redid the archive 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 MqttConnectionProfilesDialog.setTabOrder(self.willPropertiesButton, self.tlsGroupBox)
187406bcc8ae Redid the archive 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 MqttConnectionProfilesDialog.setTabOrder(self.tlsGroupBox, self.tlsDefaultCertsButton)
187406bcc8ae Redid the archive 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 MqttConnectionProfilesDialog.setTabOrder(self.tlsDefaultCertsButton, self.tlsCertsFileButton)
187406bcc8ae Redid the archive 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 MqttConnectionProfilesDialog.setTabOrder(self.tlsCertsFileButton, self.tlsCertsFilePicker)
187406bcc8ae Redid the archive 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 MqttConnectionProfilesDialog.setTabOrder(self.tlsCertsFilePicker, self.tlsSelfSignedCertsButton)
187406bcc8ae Redid the archive 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 MqttConnectionProfilesDialog.setTabOrder(self.tlsSelfSignedCertsButton, self.tlsSelfSignedCertsFilePicker)
187406bcc8ae Redid the archive 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 MqttConnectionProfilesDialog.setTabOrder(self.tlsSelfSignedCertsFilePicker, self.tlsSelfSignedClientCertFilePicker)
187406bcc8ae Redid the archive 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 MqttConnectionProfilesDialog.setTabOrder(self.tlsSelfSignedClientCertFilePicker, self.tlsSelfSignedClientKeyFilePicker)
187406bcc8ae Redid the archive 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 MqttConnectionProfilesDialog.setTabOrder(self.tlsSelfSignedClientKeyFilePicker, self.connectPropertiesButton)
187406bcc8ae Redid the archive 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 MqttConnectionProfilesDialog.setTabOrder(self.connectPropertiesButton, self.disconnectPropertiesButton)
187406bcc8ae Redid the archive 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 MqttConnectionProfilesDialog.setTabOrder(self.disconnectPropertiesButton, self.propertiesWidget)
187406bcc8ae Redid the archive 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 MqttConnectionProfilesDialog.setTabOrder(self.propertiesWidget, self.samePropertiesCheckBox)
187406bcc8ae Redid the archive 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
187406bcc8ae Redid the archive 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 def retranslateUi(self, MqttConnectionProfilesDialog):
187406bcc8ae Redid the archive 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 _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
393 MqttConnectionProfilesDialog.setWindowTitle(_translate("MqttConnectionProfilesDialog", "MQTT Connection Profiles"))
187406bcc8ae Redid the archive 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 self.profilesList.setSortingEnabled(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
395 self.plusButton.setToolTip(_translate("MqttConnectionProfilesDialog", "Press to add a new profile"))
187406bcc8ae Redid the archive 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.copyButton.setToolTip(_translate("MqttConnectionProfilesDialog", "Press to copy the selected profile"))
187406bcc8ae Redid the archive 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.minusButton.setToolTip(_translate("MqttConnectionProfilesDialog", "Press to delete the selected profile"))
187406bcc8ae Redid the archive 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.setText(_translate("MqttConnectionProfilesDialog", "Profile Name:"))
187406bcc8ae Redid the archive 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_2.setText(_translate("MqttConnectionProfilesDialog", "Broker Address:"))
187406bcc8ae Redid the archive 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.brokerAddressEdit.setToolTip(_translate("MqttConnectionProfilesDialog", "Enter the broker server address"))
187406bcc8ae Redid the archive 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.label_3.setText(_translate("MqttConnectionProfilesDialog", "Broker Port:"))
187406bcc8ae Redid the archive 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 self.brokerPortSpinBox.setToolTip(_translate("MqttConnectionProfilesDialog", "Enter the broker port number (default 1883)"))
187406bcc8ae Redid the archive 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 self.label_4.setText(_translate("MqttConnectionProfilesDialog", "Client ID:"))
187406bcc8ae Redid the archive 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 self.clientIdEdit.setToolTip(_translate("MqttConnectionProfilesDialog", "Enter the ID string for this client"))
187406bcc8ae Redid the archive 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 self.generateIdButton.setToolTip(_translate("MqttConnectionProfilesDialog", "Press to generate a client ID"))
187406bcc8ae Redid the archive 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.generateIdButton.setText(_translate("MqttConnectionProfilesDialog", "Generate"))
187406bcc8ae Redid the archive 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.groupBox_5.setTitle(_translate("MqttConnectionProfilesDialog", "MQTT Protocol"))
187406bcc8ae Redid the archive 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.mqttv31Button.setToolTip(_translate("MqttConnectionProfilesDialog", "Select to use the MQTT 3.1 protocol"))
187406bcc8ae Redid the archive 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.mqttv31Button.setText(_translate("MqttConnectionProfilesDialog", "v 3.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
410 self.mqttv311Button.setToolTip(_translate("MqttConnectionProfilesDialog", "Select to use the MQTT 3.1.1 protocol"))
187406bcc8ae Redid the archive 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.mqttv311Button.setText(_translate("MqttConnectionProfilesDialog", "v 3.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
412 self.mqttv5Button.setToolTip(_translate("MqttConnectionProfilesDialog", "Select to use the MQTT 5.0 protocol"))
187406bcc8ae Redid the archive 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 self.mqttv5Button.setText(_translate("MqttConnectionProfilesDialog", "v 5.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
414 self.label_12.setText(_translate("MqttConnectionProfilesDialog", "Connection Timeout:"))
187406bcc8ae Redid the archive 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 self.connectionTimeoutSpinBox.setToolTip(_translate("MqttConnectionProfilesDialog", "Enter the connection timeout in seconds"))
187406bcc8ae Redid the archive 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 self.connectionTimeoutSpinBox.setSuffix(_translate("MqttConnectionProfilesDialog", " s"))
187406bcc8ae Redid the archive 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.label_5.setText(_translate("MqttConnectionProfilesDialog", "Keep Alive Interval:"))
187406bcc8ae Redid the archive 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.keepaliveSpinBox.setToolTip(_translate("MqttConnectionProfilesDialog", "Enter the keep alive interval in seconds"))
187406bcc8ae Redid the archive 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.keepaliveSpinBox.setSuffix(_translate("MqttConnectionProfilesDialog", " s"))
187406bcc8ae Redid the archive 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.cleanSessionCheckBox.setToolTip(_translate("MqttConnectionProfilesDialog", "Select to start with a clean session"))
187406bcc8ae Redid the archive 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.cleanSessionCheckBox.setText(_translate("MqttConnectionProfilesDialog", "Clean Session"))
187406bcc8ae Redid the archive 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.profileTabWidget.setTabText(self.profileTabWidget.indexOf(self.generalTab), _translate("MqttConnectionProfilesDialog", "General"))
187406bcc8ae Redid the archive 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.label_7.setText(_translate("MqttConnectionProfilesDialog", "User Name:"))
187406bcc8ae Redid the archive 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 self.usernameEdit.setToolTip(_translate("MqttConnectionProfilesDialog", "Enter the user name"))
187406bcc8ae Redid the archive 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 self.label_6.setText(_translate("MqttConnectionProfilesDialog", "Password:"))
187406bcc8ae Redid the archive 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 self.passwordEdit.setToolTip(_translate("MqttConnectionProfilesDialog", "Enter the password"))
187406bcc8ae Redid the archive 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 self.showPasswordButton.setToolTip(_translate("MqttConnectionProfilesDialog", "Toggle to show the password"))
187406bcc8ae Redid the archive 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.profileTabWidget.setTabText(self.profileTabWidget.indexOf(self.credentialsTab), _translate("MqttConnectionProfilesDialog", "User Credentials"))
187406bcc8ae Redid the archive 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.willTopicEdit.setToolTip(_translate("MqttConnectionProfilesDialog", "Enter the topic of the last will"))
187406bcc8ae Redid the archive 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.label_13.setText(_translate("MqttConnectionProfilesDialog", "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
431 self.willQosSpinBox.setToolTip(_translate("MqttConnectionProfilesDialog", "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
432 self.willRetainCheckBox.setToolTip(_translate("MqttConnectionProfilesDialog", "Select to retain the 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
433 self.willRetainCheckBox.setText(_translate("MqttConnectionProfilesDialog", "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
434 self.willPropertiesButton.setToolTip(_translate("MqttConnectionProfilesDialog", "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
435 self.willMessageEdit.setToolTip(_translate("MqttConnectionProfilesDialog", "Enter the last will message 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
436 self.profileTabWidget.setTabText(self.profileTabWidget.indexOf(self.lastWillTab), _translate("MqttConnectionProfilesDialog", "Last Will"))
187406bcc8ae Redid the archive 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 self.tlsGroupBox.setToolTip(_translate("MqttConnectionProfilesDialog", "Select to enable SSL/TLS 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
438 self.tlsGroupBox.setTitle(_translate("MqttConnectionProfilesDialog", "SSL/TLS Enabled"))
187406bcc8ae Redid the archive 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.tlsDefaultCertsButton.setToolTip(_translate("MqttConnectionProfilesDialog", "Select to use the default certificate file of the client"))
187406bcc8ae Redid the archive 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.tlsDefaultCertsButton.setText(_translate("MqttConnectionProfilesDialog", "CA signed server certificate"))
187406bcc8ae Redid the archive 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.tlsCertsFileButton.setToolTip(_translate("MqttConnectionProfilesDialog", "Select to use a specific certificate 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
442 self.tlsCertsFileButton.setText(_translate("MqttConnectionProfilesDialog", "CA certificate 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
443 self.label_8.setText(_translate("MqttConnectionProfilesDialog", "CA 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
444 self.tlsCertsFilePicker.setToolTip(_translate("MqttConnectionProfilesDialog", "Enter the full path to the CA certificate 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
445 self.tlsSelfSignedCertsButton.setToolTip(_translate("MqttConnectionProfilesDialog", "Select to use a self signed client certificate"))
187406bcc8ae Redid the archive 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.tlsSelfSignedCertsButton.setText(_translate("MqttConnectionProfilesDialog", "Self signed certificates"))
187406bcc8ae Redid the archive 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.label_9.setText(_translate("MqttConnectionProfilesDialog", "CA 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
448 self.tlsSelfSignedCertsFilePicker.setToolTip(_translate("MqttConnectionProfilesDialog", "Enter the full path to the CA certificate 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
449 self.label_10.setText(_translate("MqttConnectionProfilesDialog", "Client Certificate 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
450 self.tlsSelfSignedClientCertFilePicker.setToolTip(_translate("MqttConnectionProfilesDialog", "Enter the full path to the client certificate 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
451 self.label_11.setText(_translate("MqttConnectionProfilesDialog", "Client Key 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
452 self.tlsSelfSignedClientKeyFilePicker.setToolTip(_translate("MqttConnectionProfilesDialog", "Enter the full path to the client key 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
453 self.profileTabWidget.setTabText(self.profileTabWidget.indexOf(self.tlsTab), _translate("MqttConnectionProfilesDialog", "SSL/TLS"))
187406bcc8ae Redid the archive 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.connectPropertiesButton.setToolTip(_translate("MqttConnectionProfilesDialog", "Select to edit the CONNECT 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
455 self.connectPropertiesButton.setText(_translate("MqttConnectionProfilesDialog", "CONNECT"))
187406bcc8ae Redid the archive 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.disconnectPropertiesButton.setToolTip(_translate("MqttConnectionProfilesDialog", "Select to edit the DISCONNECT 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
457 self.disconnectPropertiesButton.setText(_translate("MqttConnectionProfilesDialog", "DISCONNECT"))
187406bcc8ae Redid the archive 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.samePropertiesCheckBox.setToolTip(_translate("MqttConnectionProfilesDialog", "Select to use the CONNECT user properties when disconnecting"))
187406bcc8ae Redid the archive 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.samePropertiesCheckBox.setText(_translate("MqttConnectionProfilesDialog", "Use CONNECT properties for DISCONNECT"))
187406bcc8ae Redid the archive 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.profileTabWidget.setTabText(self.profileTabWidget.indexOf(self.propertiesTab), _translate("MqttConnectionProfilesDialog", "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
461 from MqttMonitor.MqttUserPropertiesEditor import MqttUserPropertiesEditor
187406bcc8ae Redid the archive 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 from eric7.EricWidgets.EricPathPicker import EricPathPicker

eric ide

mercurial