ctkDICOMHostMainWidget.ui 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ctkDICOMHostMainWidget</class>
  4. <widget class="QWidget" name="ctkDICOMHostMainWidget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>887</width>
  10. <height>359</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <layout class="QHBoxLayout" name="horizontalLayout">
  19. <item>
  20. <widget class="ctkDICOMAppWidget" name="placeHolderForDICOMAppWidget" native="true"/>
  21. </item>
  22. <item>
  23. <widget class="ctkHostedAppPlaceholderWidget" name="placeHolderForHostedApp">
  24. <property name="sizePolicy">
  25. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
  26. <horstretch>0</horstretch>
  27. <verstretch>0</verstretch>
  28. </sizepolicy>
  29. </property>
  30. <property name="minimumSize">
  31. <size>
  32. <width>300</width>
  33. <height>300</height>
  34. </size>
  35. </property>
  36. <property name="frameShape">
  37. <enum>QFrame::StyledPanel</enum>
  38. </property>
  39. <property name="frameShadow">
  40. <enum>QFrame::Raised</enum>
  41. </property>
  42. </widget>
  43. </item>
  44. </layout>
  45. </item>
  46. <item>
  47. <layout class="QHBoxLayout" name="horizontalLayout_2">
  48. <item>
  49. <widget class="QPushButton" name="configureHostedApp">
  50. <property name="text">
  51. <string>Configure Hosted App</string>
  52. </property>
  53. </widget>
  54. </item>
  55. <item>
  56. <widget class="QPushButton" name="sendDataToHostedApp">
  57. <property name="enabled">
  58. <bool>false</bool>
  59. </property>
  60. <property name="text">
  61. <string>Send Data to Hosted App</string>
  62. </property>
  63. </widget>
  64. </item>
  65. <item>
  66. <widget class="QLabel" name="selection">
  67. <property name="text">
  68. <string>nothing selected</string>
  69. </property>
  70. </widget>
  71. </item>
  72. </layout>
  73. </item>
  74. <item>
  75. <spacer name="verticalSpacer">
  76. <property name="orientation">
  77. <enum>Qt::Vertical</enum>
  78. </property>
  79. <property name="sizeHint" stdset="0">
  80. <size>
  81. <width>20</width>
  82. <height>299</height>
  83. </size>
  84. </property>
  85. </spacer>
  86. </item>
  87. </layout>
  88. </widget>
  89. <customwidgets>
  90. <customwidget>
  91. <class>ctkDICOMAppWidget</class>
  92. <extends>QWidget</extends>
  93. <header>ctkDICOMAppWidget.h</header>
  94. <container>1</container>
  95. </customwidget>
  96. <customwidget>
  97. <class>ctkHostedAppPlaceholderWidget</class>
  98. <extends>QFrame</extends>
  99. <header>ctkhostedappplaceholderwidget.h</header>
  100. <container>1</container>
  101. </customwidget>
  102. </customwidgets>
  103. <resources/>
  104. <connections/>
  105. </ui>