| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 | <?xml version="1.0" encoding="UTF-8"?><ui version="4.0"> <class>qCTKDCMTKServerNodeWidget</class> <widget class="QWidget" name="qCTKDCMTKServerNodeWidget">  <property name="geometry">   <rect>    <x>0</x>    <y>0</y>    <width>600</width>    <height>510</height>   </rect>  </property>  <property name="windowTitle">   <string>Form</string>  </property>  <layout class="QVBoxLayout" name="verticalLayout">   <item>    <widget class="QLabel" name="label">     <property name="text">      <string>Sources</string>     </property>    </widget>   </item>   <item>    <widget class="QScrollArea" name="scrollArea">     <property name="widgetResizable">      <bool>true</bool>     </property>     <widget class="QWidget" name="scrollAreaWidgetContents">      <property name="geometry">       <rect>        <x>0</x>        <y>0</y>        <width>572</width>        <height>458</height>       </rect>      </property>      <layout class="QVBoxLayout" name="verticalLayout_2">       <item>        <widget class="QTableWidget" name="tableWidget">         <row>          <property name="text">           <string>Localhost</string>          </property>         </row>         <column>          <property name="text">           <string>Select</string>          </property>         </column>         <column>          <property name="text">           <string>Name</string>          </property>         </column>         <column>          <property name="text">           <string>AETitle</string>          </property>         </column>         <column>          <property name="text">           <string>Address</string>          </property>         </column>        </widget>       </item>      </layout>     </widget>    </widget>   </item>  </layout> </widget> <resources/> <connections/></ui>
 |