ctkExampleHostMainWindow.ui 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindow</class>
  4. <widget class="QMainWindow" name="MainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>800</width>
  10. <height>600</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>DICOM Application Host</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <layout class="QHBoxLayout" name="horizontalLayout">
  18. <item>
  19. <widget class="ctkHostAppExampleWidget" name="controlWidget" native="true"/>
  20. </item>
  21. </layout>
  22. </widget>
  23. <widget class="QMenuBar" name="menubar">
  24. <property name="geometry">
  25. <rect>
  26. <x>0</x>
  27. <y>0</y>
  28. <width>800</width>
  29. <height>19</height>
  30. </rect>
  31. </property>
  32. <widget class="QMenu" name="menuCTK_Example_Hosting_Application">
  33. <property name="enabled">
  34. <bool>false</bool>
  35. </property>
  36. <property name="title">
  37. <string>CTK Example Hosting Application</string>
  38. </property>
  39. </widget>
  40. <addaction name="menuCTK_Example_Hosting_Application"/>
  41. </widget>
  42. <widget class="QStatusBar" name="statusbar"/>
  43. </widget>
  44. <customwidgets>
  45. <customwidget>
  46. <class>ctkHostAppExampleWidget</class>
  47. <extends>QWidget</extends>
  48. <header>ctkHostAppExampleWidget.h</header>
  49. <container>1</container>
  50. </customwidget>
  51. </customwidgets>
  52. <resources/>
  53. <connections/>
  54. </ui>