| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 | <?xml version="1.0" encoding="UTF-8"?><ui version="4.0"> <class>ctkDICOMServerNodeWidget</class> <widget class="QWidget" name="ctkDICOMServerNodeWidget">  <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>394</height>       </rect>      </property>      <layout class="QVBoxLayout" name="verticalLayout_2">       <item>        <widget class="QTableWidget" name="nodeTable">         <row>          <property name="text">           <string>Localhost</string>          </property>         </row>         <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>       <item>        <widget class="QListView" name="listView"/>       </item>      </layout>     </widget>    </widget>   </item>   <item>    <widget class="QFrame" name="frame">     <property name="frameShape">      <enum>QFrame::StyledPanel</enum>     </property>     <property name="frameShadow">      <enum>QFrame::Raised</enum>     </property>     <layout class="QHBoxLayout" name="horizontalLayout">      <item>       <widget class="QPushButton" name="addButton">        <property name="text">         <string>Add</string>        </property>       </widget>      </item>      <item>       <widget class="QPushButton" name="removeButton">        <property name="text">         <string>Remove</string>        </property>       </widget>      </item>     </layout>    </widget>   </item>  </layout> </widget> <resources/> <connections/></ui>
 |