Warning, /education/labplot/src/kdefrontend/ui/datasources/mqtterrorwidget.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>MQTTErrorWidget</class>
0004  <widget class="QWidget" name="MQTTErrorWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>462</width>
0010     <height>182</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>MQTT Error Widget</string>
0015   </property>
0016   <layout class="QGridLayout" name="gridLayout">
0017    <item row="5" column="0">
0018     <spacer name="verticalSpacer">
0019      <property name="orientation">
0020       <enum>Qt::Vertical</enum>
0021      </property>
0022      <property name="sizeHint" stdset="0">
0023       <size>
0024        <width>20</width>
0025        <height>40</height>
0026       </size>
0027      </property>
0028     </spacer>
0029    </item>
0030    <item row="1" column="0">
0031     <widget class="QLabel" name="lUserName">
0032      <property name="text">
0033       <string>User name:</string>
0034      </property>
0035     </widget>
0036    </item>
0037    <item row="2" column="0">
0038     <widget class="QLabel" name="lPassword">
0039      <property name="text">
0040       <string>Password:</string>
0041      </property>
0042     </widget>
0043    </item>
0044    <item row="2" column="1">
0045     <widget class="QLineEdit" name="lePassword"/>
0046    </item>
0047    <item row="1" column="1">
0048     <widget class="QLineEdit" name="leUserName"/>
0049    </item>
0050    <item row="4" column="0" colspan="2">
0051     <widget class="QPushButton" name="bChange">
0052      <property name="text">
0053       <string>Make Changes</string>
0054      </property>
0055     </widget>
0056    </item>
0057    <item row="0" column="0" colspan="2">
0058     <widget class="QLabel" name="lErrorType">
0059      <property name="text">
0060       <string/>
0061      </property>
0062     </widget>
0063    </item>
0064    <item row="3" column="0">
0065     <widget class="QLabel" name="lId">
0066      <property name="text">
0067       <string>Client ID:</string>
0068      </property>
0069     </widget>
0070    </item>
0071    <item row="3" column="1">
0072     <widget class="QLineEdit" name="leId"/>
0073    </item>
0074   </layout>
0075  </widget>
0076  <resources/>
0077  <connections/>
0078 </ui>