123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>ctkVTKVolumePropertyWidget</class>
- <widget class="QWidget" name="ctkVTKVolumePropertyWidget">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>391</width>
- <height>699</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Volume property</string>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout_3">
- <property name="margin">
- <number>0</number>
- </property>
- <item>
- <widget class="ctkCollapsibleGroupBox" name="ScalarOpacityGroupBox">
- <property name="title">
- <string>Scalar Opacity Mapping</string>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout_2">
- <property name="margin">
- <number>0</number>
- </property>
- <item>
- <widget class="ctkVTKThresholdWidget" name="ScalarOpacityThresholdWidget"/>
- </item>
- <item>
- <widget class="ctkVTKScalarsToColorsWidget" name="ScalarOpacityWidget">
- <property name="minimumSize">
- <size>
- <width>0</width>
- <height>120</height>
- </size>
- </property>
- <property name="editColors">
- <bool>false</bool>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </item>
- <item>
- <widget class="ctkCollapsibleGroupBox" name="ScalarColorGroupBox">
- <property name="title">
- <string>Scalar Color Mapping</string>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout_4">
- <property name="margin">
- <number>0</number>
- </property>
- <item>
- <widget class="ctkVTKScalarsToColorsWidget" name="ScalarColorWidget">
- <property name="minimumSize">
- <size>
- <width>0</width>
- <height>120</height>
- </size>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </item>
- <item>
- <widget class="ctkCollapsibleGroupBox" name="GradientGroupBox">
- <property name="title">
- <string>Gradient Opacity</string>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout">
- <property name="margin">
- <number>0</number>
- </property>
- <item>
- <widget class="ctkVTKScalarsToColorsWidget" name="GradientWidget">
- <property name="minimumSize">
- <size>
- <width>0</width>
- <height>120</height>
- </size>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </item>
- <item>
- <widget class="ctkCollapsibleGroupBox" name="AdvancedGroupBox">
- <property name="title">
- <string>Advanced</string>
- </property>
- <layout class="QFormLayout" name="formLayout">
- <item row="0" column="0">
- <widget class="QLabel" name="InterpolationLabel">
- <property name="text">
- <string>Interpolation:</string>
- </property>
- </widget>
- </item>
- <item row="0" column="1">
- <widget class="QComboBox" name="InterpolationComboBox">
- <item>
- <property name="text">
- <string>Nearest Neighbor</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Linear</string>
- </property>
- </item>
- </widget>
- </item>
- <item row="1" column="0">
- <widget class="QLabel" name="ShadeLabel">
- <property name="text">
- <string>Shade:</string>
- </property>
- </widget>
- </item>
- <item row="1" column="1">
- <widget class="QCheckBox" name="ShadeCheckBox"/>
- </item>
- <item row="2" column="0">
- <widget class="QLabel" name="MaterialLabel">
- <property name="text">
- <string>Material:</string>
- </property>
- </widget>
- </item>
- <item row="2" column="1">
- <widget class="ctkMaterialPropertyWidget" name="MaterialPropertyWidget">
- <property name="colorVisible">
- <bool>false</bool>
- </property>
- <property name="opacityVisible">
- <bool>false</bool>
- </property>
- <property name="backfaceCullingVisible">
- <bool>false</bool>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </item>
- </layout>
- </widget>
- <customwidgets>
- <customwidget>
- <class>ctkVTKThresholdWidget</class>
- <extends>QWidget</extends>
- <header>ctkVTKThresholdWidget.h</header>
- </customwidget>
- <customwidget>
- <class>ctkVTKScalarsToColorsWidget</class>
- <extends>QWidget</extends>
- <header>ctkVTKScalarsToColorsWidget.h</header>
- </customwidget>
- <customwidget>
- <class>ctkCollapsibleGroupBox</class>
- <extends>QGroupBox</extends>
- <header>ctkCollapsibleGroupBox.h</header>
- <container>1</container>
- </customwidget>
- <customwidget>
- <class>ctkMaterialPropertyWidget</class>
- <extends>QWidget</extends>
- <header>ctkMaterialPropertyWidget.h</header>
- </customwidget>
- </customwidgets>
- <resources/>
- <connections/>
- </ui>
|