Warning, /education/labplot/src/kdefrontend/ui/datasources/mqttconnectionmanagerwidget.ui is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="UTF-8"?> 0002 <ui version="4.0"> 0003 <class>MQTTConnectionManagerWidget</class> 0004 <widget class="QWidget" name="MQTTConnectionManagerWidget"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>607</width> 0010 <height>569</height> 0011 </rect> 0012 </property> 0013 <layout class="QGridLayout" name="gridLayout"> 0014 <item row="0" column="1"> 0015 <widget class="QGroupBox" name="gbConnection"> 0016 <property name="sizePolicy"> 0017 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> 0018 <horstretch>0</horstretch> 0019 <verstretch>0</verstretch> 0020 </sizepolicy> 0021 </property> 0022 <property name="title"> 0023 <string>Manage connections:</string> 0024 </property> 0025 <layout class="QGridLayout" name="gridLayout_2"> 0026 <item row="5" column="0"> 0027 <widget class="QLabel" name="lPassword"> 0028 <property name="text"> 0029 <string>Password:</string> 0030 </property> 0031 </widget> 0032 </item> 0033 <item row="9" column="1"> 0034 <spacer name="verticalSpacer"> 0035 <property name="orientation"> 0036 <enum>Qt::Vertical</enum> 0037 </property> 0038 <property name="sizeType"> 0039 <enum>QSizePolicy::Expanding</enum> 0040 </property> 0041 <property name="sizeHint" stdset="0"> 0042 <size> 0043 <width>20</width> 0044 <height>40</height> 0045 </size> 0046 </property> 0047 </spacer> 0048 </item> 0049 <item row="2" column="1"> 0050 <widget class="QLineEdit" name="lePort"/> 0051 </item> 0052 <item row="7" column="1"> 0053 <widget class="QLineEdit" name="leID"/> 0054 </item> 0055 <item row="1" column="0"> 0056 <widget class="QLabel" name="lHost"> 0057 <property name="text"> 0058 <string>Host:</string> 0059 </property> 0060 </widget> 0061 </item> 0062 <item row="7" column="0"> 0063 <widget class="QLabel" name="lID"> 0064 <property name="text"> 0065 <string>Client ID:</string> 0066 </property> 0067 </widget> 0068 </item> 0069 <item row="2" column="0"> 0070 <widget class="QLabel" name="lPort"> 0071 <property name="text"> 0072 <string>Port:</string> 0073 </property> 0074 </widget> 0075 </item> 0076 <item row="5" column="1"> 0077 <widget class="QLineEdit" name="lePassword"/> 0078 </item> 0079 <item row="4" column="1"> 0080 <widget class="QLineEdit" name="leUserName"/> 0081 </item> 0082 <item row="1" column="1"> 0083 <widget class="QLineEdit" name="leHost"/> 0084 </item> 0085 <item row="4" column="0"> 0086 <widget class="QLabel" name="lUsername"> 0087 <property name="text"> 0088 <string>Username:</string> 0089 </property> 0090 </widget> 0091 </item> 0092 <item row="6" column="0" colspan="2"> 0093 <widget class="QCheckBox" name="chbID"> 0094 <property name="text"> 0095 <string>Set client ID</string> 0096 </property> 0097 </widget> 0098 </item> 0099 <item row="3" column="0" colspan="2"> 0100 <widget class="QCheckBox" name="chbAuthentication"> 0101 <property name="text"> 0102 <string>Use authentication</string> 0103 </property> 0104 </widget> 0105 </item> 0106 <item row="8" column="0" colspan="2"> 0107 <widget class="QCheckBox" name="chbRetain"> 0108 <property name="text"> 0109 <string>Interpret retain messages</string> 0110 </property> 0111 </widget> 0112 </item> 0113 <item row="0" column="0"> 0114 <widget class="QLabel" name="lName"> 0115 <property name="text"> 0116 <string>Name:</string> 0117 </property> 0118 </widget> 0119 </item> 0120 <item row="0" column="1"> 0121 <widget class="QLineEdit" name="leName"/> 0122 </item> 0123 </layout> 0124 </widget> 0125 </item> 0126 <item row="0" column="0"> 0127 <widget class="QListWidget" name="lwConnections"/> 0128 </item> 0129 <item row="1" column="0"> 0130 <widget class="QFrame" name="frame"> 0131 <property name="frameShape"> 0132 <enum>QFrame::StyledPanel</enum> 0133 </property> 0134 <property name="frameShadow"> 0135 <enum>QFrame::Raised</enum> 0136 </property> 0137 <layout class="QHBoxLayout" name="horizontalLayout"> 0138 <item> 0139 <widget class="QPushButton" name="bAdd"> 0140 <property name="text"> 0141 <string/> 0142 </property> 0143 </widget> 0144 </item> 0145 <item> 0146 <widget class="QPushButton" name="bRemove"> 0147 <property name="text"> 0148 <string/> 0149 </property> 0150 </widget> 0151 </item> 0152 <item> 0153 <spacer name="horizontalSpacer"> 0154 <property name="orientation"> 0155 <enum>Qt::Horizontal</enum> 0156 </property> 0157 <property name="sizeHint" stdset="0"> 0158 <size> 0159 <width>40</width> 0160 <height>20</height> 0161 </size> 0162 </property> 0163 </spacer> 0164 </item> 0165 <item> 0166 <widget class="QPushButton" name="bTest"> 0167 <property name="text"> 0168 <string>Test</string> 0169 </property> 0170 </widget> 0171 </item> 0172 </layout> 0173 </widget> 0174 </item> 0175 </layout> 0176 </widget> 0177 <tabstops> 0178 <tabstop>lwConnections</tabstop> 0179 <tabstop>leName</tabstop> 0180 <tabstop>leHost</tabstop> 0181 <tabstop>lePort</tabstop> 0182 <tabstop>chbAuthentication</tabstop> 0183 <tabstop>leUserName</tabstop> 0184 <tabstop>lePassword</tabstop> 0185 <tabstop>chbID</tabstop> 0186 <tabstop>leID</tabstop> 0187 <tabstop>chbRetain</tabstop> 0188 <tabstop>bAdd</tabstop> 0189 <tabstop>bRemove</tabstop> 0190 <tabstop>bTest</tabstop> 0191 </tabstops> 0192 <resources/> 0193 <connections/> 0194 </ui>