| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 | 
							- <?xml version="1.0" encoding="UTF-8"?>
 
- <ui version="4.0">
 
-  <class>MainWindow</class>
 
-  <widget class="QMainWindow" name="MainWindow">
 
-   <property name="geometry">
 
-    <rect>
 
-     <x>0</x>
 
-     <y>0</y>
 
-     <width>800</width>
 
-     <height>600</height>
 
-    </rect>
 
-   </property>
 
-   <property name="windowTitle">
 
-    <string>DICOM Application Host</string>
 
-   </property>
 
-   <widget class="QWidget" name="centralwidget">
 
-    <layout class="QHBoxLayout" name="horizontalLayout">
 
-     <item>
 
-      <widget class="ctkHostAppExampleWidget" name="controlWidget" native="true"/>
 
-     </item>
 
-    </layout>
 
-   </widget>
 
-   <widget class="QMenuBar" name="menubar">
 
-    <property name="geometry">
 
-     <rect>
 
-      <x>0</x>
 
-      <y>0</y>
 
-      <width>800</width>
 
-      <height>19</height>
 
-     </rect>
 
-    </property>
 
-    <widget class="QMenu" name="menuCTK_Example_Hosting_Application">
 
-     <property name="enabled">
 
-      <bool>false</bool>
 
-     </property>
 
-     <property name="title">
 
-      <string>CTK Example Hosting Application</string>
 
-     </property>
 
-    </widget>
 
-    <addaction name="menuCTK_Example_Hosting_Application"/>
 
-   </widget>
 
-   <widget class="QStatusBar" name="statusbar"/>
 
-  </widget>
 
-  <customwidgets>
 
-   <customwidget>
 
-    <class>ctkHostAppExampleWidget</class>
 
-    <extends>QWidget</extends>
 
-    <header>ctkHostAppExampleWidget.h</header>
 
-    <container>1</container>
 
-   </customwidget>
 
-  </customwidgets>
 
-  <resources/>
 
-  <connections/>
 
- </ui>
 
 
  |