| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 | 
							- <?xml version="1.0" encoding="UTF-8"?>
 
- <ui version="4.0">
 
-  <class>ctkCommandLineModuleAppWidget</class>
 
-  <widget class="QWidget" name="ctkCommandLineModuleAppWidget">
 
-   <property name="geometry">
 
-    <rect>
 
-     <x>0</x>
 
-     <y>0</y>
 
-     <width>400</width>
 
-     <height>322</height>
 
-    </rect>
 
-   </property>
 
-   <property name="windowTitle">
 
-    <string>DICOM Part 19 Hosted App</string>
 
-   </property>
 
-   <layout class="QVBoxLayout" name="verticalLayout">
 
-    <item>
 
-     <widget class="QLabel" name="CLModuleName">
 
-      <property name="text">
 
-       <string>CLModule not set.</string>
 
-      </property>
 
-     </widget>
 
-    </item>
 
-    <item>
 
-     <widget class="QPushButton" name="LoadDataButton">
 
-      <property name="enabled">
 
-       <bool>false</bool>
 
-      </property>
 
-      <property name="text">
 
-       <string>Run!</string>
 
-      </property>
 
-     </widget>
 
-    </item>
 
-    <item>
 
-     <widget class="QLabel" name="ReceivedDataInformation">
 
-      <property name="sizePolicy">
 
-       <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
 
-        <horstretch>0</horstretch>
 
-        <verstretch>0</verstretch>
 
-       </sizepolicy>
 
-      </property>
 
-      <property name="text">
 
-       <string>No data received</string>
 
-      </property>
 
-      <property name="wordWrap">
 
-       <bool>true</bool>
 
-      </property>
 
-     </widget>
 
-    </item>
 
-    <item>
 
-     <widget class="QWidget" name="PlaceHolder" native="true">
 
-      <property name="sizePolicy">
 
-       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
 
-        <horstretch>0</horstretch>
 
-        <verstretch>1</verstretch>
 
-       </sizepolicy>
 
-      </property>
 
-     </widget>
 
-    </item>
 
-    <item>
 
-     <widget class="QLabel" name="PlaceHolderForImage">
 
-      <property name="sizePolicy">
 
-       <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
 
-        <horstretch>0</horstretch>
 
-        <verstretch>0</verstretch>
 
-       </sizepolicy>
 
-      </property>
 
-      <property name="minimumSize">
 
-       <size>
 
-        <width>100</width>
 
-        <height>100</height>
 
-       </size>
 
-      </property>
 
-      <property name="text">
 
-       <string/>
 
-      </property>
 
-     </widget>
 
-    </item>
 
-    <item>
 
-     <widget class="QPushButton" name="CreateSecondaryCaptureButton">
 
-      <property name="text">
 
-       <string>Create Secondary Capture</string>
 
-      </property>
 
-     </widget>
 
-    </item>
 
-   </layout>
 
-  </widget>
 
-  <resources/>
 
-  <connections/>
 
- </ui>
 
 
  |