ctkDICOMHostMainWidget.ui 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  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. <layout class="QVBoxLayout" name="verticalLayout_2">
  43. <item>
  44. <widget class="QFrame" name="placeHolderForControls">
  45. <property name="frameShape">
  46. <enum>QFrame::StyledPanel</enum>
  47. </property>
  48. <property name="frameShadow">
  49. <enum>QFrame::Raised</enum>
  50. </property>
  51. </widget>
  52. </item>
  53. <item>
  54. <widget class="QCheckBox" name="cbShowControls">
  55. <property name="text">
  56. <string>Show extended controls</string>
  57. </property>
  58. </widget>
  59. </item>
  60. </layout>
  61. </widget>
  62. </item>
  63. </layout>
  64. </item>
  65. <item>
  66. <spacer name="verticalSpacer">
  67. <property name="orientation">
  68. <enum>Qt::Vertical</enum>
  69. </property>
  70. <property name="sizeHint" stdset="0">
  71. <size>
  72. <width>20</width>
  73. <height>299</height>
  74. </size>
  75. </property>
  76. </spacer>
  77. </item>
  78. <item>
  79. <layout class="QHBoxLayout" name="horizontalLayout_2">
  80. <item>
  81. <widget class="QPushButton" name="configureHostedApp">
  82. <property name="text">
  83. <string>Configure Hosted App</string>
  84. </property>
  85. </widget>
  86. </item>
  87. <item>
  88. <widget class="QPushButton" name="sendDataToHostedApp">
  89. <property name="enabled">
  90. <bool>false</bool>
  91. </property>
  92. <property name="text">
  93. <string>Send Data to Hosted App</string>
  94. </property>
  95. </widget>
  96. </item>
  97. <item>
  98. <widget class="QLabel" name="selection">
  99. <property name="text">
  100. <string>nothing selected</string>
  101. </property>
  102. </widget>
  103. </item>
  104. </layout>
  105. </item>
  106. </layout>
  107. </widget>
  108. <customwidgets>
  109. <customwidget>
  110. <class>ctkDICOMAppWidget</class>
  111. <extends>QWidget</extends>
  112. <header>ctkDICOMAppWidget.h</header>
  113. <container>1</container>
  114. </customwidget>
  115. <customwidget>
  116. <class>ctkHostedAppPlaceholderWidget</class>
  117. <extends>QFrame</extends>
  118. <header>ctkHostedAppPlaceholderWidget.h</header>
  119. <container>1</container>
  120. </customwidget>
  121. </customwidgets>
  122. <resources/>
  123. <connections/>
  124. </ui>