ctkVTKVolumePropertyWidget.ui 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  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>435</width>
  10. <height>576</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="ctkVTKScalarsToColorsWidget" name="ScalarOpacityWidget">
  31. <property name="minimumSize">
  32. <size>
  33. <width>0</width>
  34. <height>120</height>
  35. </size>
  36. </property>
  37. </widget>
  38. </item>
  39. </layout>
  40. </widget>
  41. </item>
  42. <item>
  43. <widget class="ctkCollapsibleGroupBox" name="ScalarColorGroupBox">
  44. <property name="title">
  45. <string>Scalar Color Mapping</string>
  46. </property>
  47. <layout class="QVBoxLayout" name="verticalLayout_4">
  48. <property name="margin">
  49. <number>0</number>
  50. </property>
  51. <item>
  52. <widget class="ctkVTKScalarsToColorsWidget" name="ScalarColorWidget">
  53. <property name="minimumSize">
  54. <size>
  55. <width>0</width>
  56. <height>120</height>
  57. </size>
  58. </property>
  59. </widget>
  60. </item>
  61. </layout>
  62. </widget>
  63. </item>
  64. <item>
  65. <widget class="ctkCollapsibleGroupBox" name="GradientGroupBox">
  66. <property name="title">
  67. <string>Gradient Opacity</string>
  68. </property>
  69. <layout class="QVBoxLayout" name="verticalLayout">
  70. <property name="margin">
  71. <number>0</number>
  72. </property>
  73. <item>
  74. <widget class="ctkVTKScalarsToColorsWidget" name="GradientWidget">
  75. <property name="minimumSize">
  76. <size>
  77. <width>0</width>
  78. <height>120</height>
  79. </size>
  80. </property>
  81. </widget>
  82. </item>
  83. </layout>
  84. </widget>
  85. </item>
  86. <item>
  87. <widget class="ctkCollapsibleGroupBox" name="AdvancedGroupBox">
  88. <property name="title">
  89. <string>Advanced</string>
  90. </property>
  91. <layout class="QFormLayout" name="formLayout">
  92. <item row="0" column="0">
  93. <widget class="QLabel" name="InterpolationLabel">
  94. <property name="text">
  95. <string>Interpolation:</string>
  96. </property>
  97. </widget>
  98. </item>
  99. <item row="0" column="1">
  100. <widget class="QComboBox" name="InterpolationComboBox">
  101. <item>
  102. <property name="text">
  103. <string>Nearest Neighbor</string>
  104. </property>
  105. </item>
  106. <item>
  107. <property name="text">
  108. <string>Linear</string>
  109. </property>
  110. </item>
  111. </widget>
  112. </item>
  113. <item row="1" column="0">
  114. <widget class="QLabel" name="MaterialLabel">
  115. <property name="text">
  116. <string>Material:</string>
  117. </property>
  118. </widget>
  119. </item>
  120. <item row="1" column="1">
  121. <widget class="ctkMaterialPropertyPreviewLabel" name="MaterialPropertyLabel">
  122. <property name="gridOpacity">
  123. <double>0.000000000000000</double>
  124. </property>
  125. </widget>
  126. </item>
  127. </layout>
  128. </widget>
  129. </item>
  130. </layout>
  131. </widget>
  132. <customwidgets>
  133. <customwidget>
  134. <class>ctkVTKScalarsToColorsWidget</class>
  135. <extends>QWidget</extends>
  136. <header>ctkVTKScalarsToColorsWidget.h</header>
  137. </customwidget>
  138. <customwidget>
  139. <class>ctkCollapsibleGroupBox</class>
  140. <extends>QGroupBox</extends>
  141. <header>ctkCollapsibleGroupBox.h</header>
  142. <container>1</container>
  143. </customwidget>
  144. <customwidget>
  145. <class>ctkMaterialPropertyPreviewLabel</class>
  146. <extends>QFrame</extends>
  147. <header>ctkMaterialPropertyPreviewLabel.h</header>
  148. </customwidget>
  149. </customwidgets>
  150. <resources/>
  151. <connections/>
  152. </ui>