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. <layout class="QHBoxLayout" name="horizontalLayout_2">
  67. <item>
  68. <widget class="QPushButton" name="configureHostedApp">
  69. <property name="text">
  70. <string>Configure Hosted App</string>
  71. </property>
  72. </widget>
  73. </item>
  74. <item>
  75. <widget class="QPushButton" name="sendDataToHostedApp">
  76. <property name="enabled">
  77. <bool>false</bool>
  78. </property>
  79. <property name="text">
  80. <string>Send Data to Hosted App</string>
  81. </property>
  82. </widget>
  83. </item>
  84. <item>
  85. <widget class="QLabel" name="selection">
  86. <property name="text">
  87. <string>nothing selected</string>
  88. </property>
  89. </widget>
  90. </item>
  91. </layout>
  92. </item>
  93. <item>
  94. <spacer name="verticalSpacer">
  95. <property name="orientation">
  96. <enum>Qt::Vertical</enum>
  97. </property>
  98. <property name="sizeHint" stdset="0">
  99. <size>
  100. <width>20</width>
  101. <height>299</height>
  102. </size>
  103. </property>
  104. </spacer>
  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>