MqttMonitor/ConfigurationPage/Ui_MqttPage.py

Thu, 01 Aug 2024 11:30:50 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 01 Aug 2024 11:30:50 +0200
branch
eric7
changeset 148
187406bcc8ae
permissions
-rw-r--r--

Redid the archive to include the compiled forms and changed the plug-in header to the new format.

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/ConfigurationPage/MqttPage.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_MqttPage(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, MqttPage):
187406bcc8ae Redid the archive 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 MqttPage.setObjectName("MqttPage")
187406bcc8ae Redid the archive 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 MqttPage.resize(400, 316)
187406bcc8ae Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
16 self.verticalLayout = QtWidgets.QVBoxLayout(MqttPage)
187406bcc8ae Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
17 self.verticalLayout.setObjectName("verticalLayout")
187406bcc8ae Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
18 self.headerLabel = QtWidgets.QLabel(parent=MqttPage)
187406bcc8ae Redid the archive 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.headerLabel.setObjectName("headerLabel")
187406bcc8ae Redid the archive 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.verticalLayout.addWidget(self.headerLabel)
187406bcc8ae Redid the archive 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.line15 = QtWidgets.QFrame(parent=MqttPage)
187406bcc8ae Redid the archive 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.line15.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
23 self.line15.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
24 self.line15.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
25 self.line15.setObjectName("line15")
187406bcc8ae Redid the archive 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.verticalLayout.addWidget(self.line15)
187406bcc8ae Redid the archive 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.groupBox_5 = QtWidgets.QGroupBox(parent=MqttPage)
187406bcc8ae Redid the archive 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.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
29 self.horizontalLayout_3 = 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
30 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
31 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
32 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
33 self.horizontalLayout_3.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
34 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
35 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
36 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
37 self.horizontalLayout_3.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
38 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
39 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
40 self.horizontalLayout_3.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
41 self.verticalLayout.addWidget(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
42 self.groupBox_7 = QtWidgets.QGroupBox(parent=MqttPage)
187406bcc8ae Redid the archive 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.groupBox_7.setObjectName("groupBox_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
44 self.horizontalLayout = QtWidgets.QHBoxLayout(self.groupBox_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
45 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
46 self.label = QtWidgets.QLabel(parent=self.groupBox_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
47 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
48 self.horizontalLayout.addWidget(self.label)
187406bcc8ae Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
49 self.recentBrokersSpinBox = QtWidgets.QSpinBox(parent=self.groupBox_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
50 self.recentBrokersSpinBox.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
51 self.recentBrokersSpinBox.setMinimum(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
52 self.recentBrokersSpinBox.setMaximum(50)
187406bcc8ae Redid the archive 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.recentBrokersSpinBox.setObjectName("recentBrokersSpinBox")
187406bcc8ae Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
54 self.horizontalLayout.addWidget(self.recentBrokersSpinBox)
187406bcc8ae Redid the archive 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 spacerItem = QtWidgets.QSpacerItem(138, 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
56 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
57 self.verticalLayout.addWidget(self.groupBox_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
58 self.groupBox_8 = QtWidgets.QGroupBox(parent=MqttPage)
187406bcc8ae Redid the archive 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.groupBox_8.setObjectName("groupBox_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
60 self.horizontalLayout_2 = QtWidgets.QHBoxLayout(self.groupBox_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
61 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
62 self.label_2 = QtWidgets.QLabel(parent=self.groupBox_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
63 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
64 self.horizontalLayout_2.addWidget(self.label_2)
187406bcc8ae Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
65 self.recentTopicsSpinBox = QtWidgets.QSpinBox(parent=self.groupBox_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
66 self.recentTopicsSpinBox.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
67 self.recentTopicsSpinBox.setMinimum(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
68 self.recentTopicsSpinBox.setMaximum(50)
187406bcc8ae Redid the archive 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.recentTopicsSpinBox.setObjectName("recentTopicsSpinBox")
187406bcc8ae Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
70 self.horizontalLayout_2.addWidget(self.recentTopicsSpinBox)
187406bcc8ae Redid the archive 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 spacerItem1 = 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
72 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
73 self.verticalLayout.addWidget(self.groupBox_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
74 spacerItem2 = QtWidgets.QSpacerItem(20, 31, 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
75 self.verticalLayout.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
76
187406bcc8ae Redid the archive 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.retranslateUi(MqttPage)
187406bcc8ae Redid the archive 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 QtCore.QMetaObject.connectSlotsByName(MqttPage)
187406bcc8ae Redid the archive 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 MqttPage.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
80 MqttPage.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
81 MqttPage.setTabOrder(self.mqttv5Button, self.recentBrokersSpinBox)
187406bcc8ae Redid the archive 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 MqttPage.setTabOrder(self.recentBrokersSpinBox, self.recentTopicsSpinBox)
187406bcc8ae Redid the archive 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
187406bcc8ae Redid the archive 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 def retranslateUi(self, MqttPage):
187406bcc8ae Redid the archive 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 _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
86 self.headerLabel.setText(_translate("MqttPage", "<b>Configure MQTT Monitor</b>"))
187406bcc8ae Redid the archive to include the compiled forms and changed the plug-in header to the new format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
87 self.groupBox_5.setTitle(_translate("MqttPage", "Default 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
88 self.mqttv31Button.setToolTip(_translate("MqttPage", "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
89 self.mqttv31Button.setText(_translate("MqttPage", "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
90 self.mqttv311Button.setToolTip(_translate("MqttPage", "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
91 self.mqttv311Button.setText(_translate("MqttPage", "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
92 self.mqttv5Button.setToolTip(_translate("MqttPage", "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
93 self.mqttv5Button.setText(_translate("MqttPage", "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
94 self.groupBox_7.setTitle(_translate("MqttPage", "Recent Brokers"))
187406bcc8ae Redid the archive 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.label.setText(_translate("MqttPage", "Number of recent brokers:"))
187406bcc8ae Redid the archive 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.recentBrokersSpinBox.setToolTip(_translate("MqttPage", "Enter the number of recent brokers to remember"))
187406bcc8ae Redid the archive 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.groupBox_8.setTitle(_translate("MqttPage", "Recent Topics"))
187406bcc8ae Redid the archive 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.label_2.setText(_translate("MqttPage", "Number of recent topics:"))
187406bcc8ae Redid the archive 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.recentTopicsSpinBox.setToolTip(_translate("MqttPage", "Enter the number of recent topics to remember"))

eric ide

mercurial