ctkVTKVolumePropertyWidget.ui 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ctkVTKVolumePropertyWidget</class>
  4. <widget class="QWidget" name="ctkVTKVolumePropertyWidget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>391</width>
  10. <height>699</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Volume property</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout_3">
  17. <property name="margin">
  18. <number>0</number>
  19. </property>
  20. <item>
  21. <widget class="ctkCollapsibleGroupBox" name="ScalarOpacityGroupBox">
  22. <property name="title">
  23. <string>Scalar Opacity Mapping</string>
  24. </property>
  25. <layout class="QVBoxLayout" name="verticalLayout_2">
  26. <property name="margin">
  27. <number>0</number>
  28. </property>
  29. <item>
  30. <widget class="ctkVTKThresholdWidget" name="ScalarOpacityThresholdWidget"/>
  31. </item>
  32. <item>
  33. <widget class="ctkVTKScalarsToColorsWidget" name="ScalarOpacityWidget">
  34. <property name="minimumSize">
  35. <size>
  36. <width>0</width>
  37. <height>120</height>
  38. </size>
  39. </property>
  40. </widget>
  41. </item>
  42. </layout>
  43. </widget>
  44. </item>
  45. <item>
  46. <widget class="ctkCollapsibleGroupBox" name="ScalarColorGroupBox">
  47. <property name="title">
  48. <string>Scalar Color Mapping</string>
  49. </property>
  50. <layout class="QVBoxLayout" name="verticalLayout_4">
  51. <property name="margin">
  52. <number>0</number>
  53. </property>
  54. <item>
  55. <widget class="ctkVTKScalarsToColorsWidget" name="ScalarColorWidget">
  56. <property name="minimumSize">
  57. <size>
  58. <width>0</width>
  59. <height>120</height>
  60. </size>
  61. </property>
  62. </widget>
  63. </item>
  64. </layout>
  65. </widget>
  66. </item>
  67. <item>
  68. <widget class="ctkCollapsibleGroupBox" name="GradientGroupBox">
  69. <property name="title">
  70. <string>Gradient Opacity</string>
  71. </property>
  72. <layout class="QVBoxLayout" name="verticalLayout">
  73. <property name="margin">
  74. <number>0</number>
  75. </property>
  76. <item>
  77. <widget class="ctkVTKScalarsToColorsWidget" name="GradientWidget">
  78. <property name="minimumSize">
  79. <size>
  80. <width>0</width>
  81. <height>120</height>
  82. </size>
  83. </property>
  84. </widget>
  85. </item>
  86. </layout>
  87. </widget>
  88. </item>
  89. <item>
  90. <widget class="ctkCollapsibleGroupBox" name="AdvancedGroupBox">
  91. <property name="title">
  92. <string>Advanced</string>
  93. </property>
  94. <layout class="QFormLayout" name="formLayout">
  95. <item row="0" column="0">
  96. <widget class="QLabel" name="InterpolationLabel">
  97. <property name="text">
  98. <string>Interpolation:</string>
  99. </property>
  100. </widget>
  101. </item>
  102. <item row="0" column="1">
  103. <widget class="QComboBox" name="InterpolationComboBox">
  104. <item>
  105. <property name="text">
  106. <string>Nearest Neighbor</string>
  107. </property>
  108. </item>
  109. <item>
  110. <property name="text">
  111. <string>Linear</string>
  112. </property>
  113. </item>
  114. </widget>
  115. </item>
  116. <item row="1" column="0">
  117. <widget class="QLabel" name="ShadeLabel">
  118. <property name="text">
  119. <string>Shade:</string>
  120. </property>
  121. </widget>
  122. </item>
  123. <item row="1" column="1">
  124. <widget class="QCheckBox" name="ShadeCheckBox"/>
  125. </item>
  126. <item row="2" column="0">
  127. <widget class="QLabel" name="MaterialLabel">
  128. <property name="text">
  129. <string>Material:</string>
  130. </property>
  131. </widget>
  132. </item>
  133. <item row="2" column="1">
  134. <widget class="ctkMaterialPropertyWidget" name="MaterialPropertyWidget">
  135. <property name="colorVisible">
  136. <bool>false</bool>
  137. </property>
  138. <property name="opacityVisible">
  139. <bool>false</bool>
  140. </property>
  141. <property name="backfaceCullingVisible">
  142. <bool>false</bool>
  143. </property>
  144. </widget>
  145. </item>
  146. </layout>
  147. </widget>
  148. </item>
  149. </layout>
  150. </widget>
  151. <customwidgets>
  152. <customwidget>
  153. <class>ctkVTKThresholdWidget</class>
  154. <extends>QWidget</extends>
  155. <header>ctkVTKThresholdWidget.h</header>
  156. </customwidget>
  157. <customwidget>
  158. <class>ctkVTKScalarsToColorsWidget</class>
  159. <extends>QWidget</extends>
  160. <header>ctkVTKScalarsToColorsWidget.h</header>
  161. </customwidget>
  162. <customwidget>
  163. <class>ctkCollapsibleGroupBox</class>
  164. <extends>QGroupBox</extends>
  165. <header>ctkCollapsibleGroupBox.h</header>
  166. <container>1</container>
  167. </customwidget>
  168. <customwidget>
  169. <class>ctkMaterialPropertyWidget</class>
  170. <extends>QWidget</extends>
  171. <header>ctkMaterialPropertyWidget.h</header>
  172. </customwidget>
  173. </customwidgets>
  174. <resources/>
  175. <connections/>
  176. </ui>