123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>ctkVTKPropertyWidget</class>
- <widget class="QWidget" name="ctkVTKPropertyWidget">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>406</width>
- <height>284</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Property</string>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout">
- <property name="leftMargin">
- <number>0</number>
- </property>
- <property name="rightMargin">
- <number>0</number>
- </property>
- <property name="topMargin">
- <number>0</number>
- </property>
- <property name="bottomMargin">
- <number>0</number>
- </property>
- <item>
- <widget class="ctkCollapsibleGroupBox" name="RepresentationCollapsibleGroupBox">
- <property name="title">
- <string>Representation</string>
- </property>
- <property name="collapsed">
- <bool>true</bool>
- </property>
- <layout class="QFormLayout" name="formLayout_4">
- <property name="fieldGrowthPolicy">
- <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
- </property>
- <item row="0" column="0">
- <widget class="QLabel" name="RepresentationLabel">
- <property name="text">
- <string>Representation:</string>
- </property>
- </widget>
- </item>
- <item row="0" column="1">
- <widget class="QComboBox" name="RepresentationComboBox">
- <item>
- <property name="text">
- <string>Points</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Wireframe</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Surface</string>
- </property>
- </item>
- </widget>
- </item>
- <item row="1" column="0">
- <widget class="QLabel" name="PointSizeLabel">
- <property name="text">
- <string>Point Size:</string>
- </property>
- </widget>
- </item>
- <item row="1" column="1">
- <widget class="ctkSliderWidget" name="PointSizeSliderWidget">
- <property name="decimals">
- <number>2</number>
- </property>
- <property name="minimum">
- <double>1.000000000000000</double>
- </property>
- <property name="maximum">
- <double>100.000000000000000</double>
- </property>
- </widget>
- </item>
- <item row="2" column="0">
- <widget class="QLabel" name="LineWidthLabel">
- <property name="text">
- <string>Line Width:</string>
- </property>
- </widget>
- </item>
- <item row="2" column="1">
- <widget class="ctkSliderWidget" name="LineWidthSliderWidget">
- <property name="decimals">
- <number>2</number>
- </property>
- <property name="minimum">
- <double>1.000000000000000</double>
- </property>
- <property name="maximum">
- <double>100.000000000000000</double>
- </property>
- </widget>
- </item>
- <item row="3" column="0">
- <widget class="QLabel" name="CullingLabel">
- <property name="text">
- <string>Culling:</string>
- </property>
- </widget>
- </item>
- <item row="3" column="1">
- <layout class="QHBoxLayout" name="horizontalLayout">
- <item>
- <widget class="QCheckBox" name="FrontfaceCullingCheckBox">
- <property name="text">
- <string>Frontface</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCheckBox" name="BackfaceCullingCheckBox">
- <property name="text">
- <string>Backface</string>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- </item>
- <item>
- <widget class="ctkCollapsibleGroupBox" name="ColorCollapsibleGroupBox">
- <property name="title">
- <string>Color</string>
- </property>
- <layout class="QFormLayout" name="formLayout_3">
- <property name="fieldGrowthPolicy">
- <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
- </property>
- <item row="0" column="0">
- <widget class="QLabel" name="ColorLabel">
- <property name="text">
- <string>Color:</string>
- </property>
- </widget>
- </item>
- <item row="0" column="1">
- <widget class="ctkColorPickerButton" name="ColorPickerButton">
- <property name="displayColorName">
- <bool>true</bool>
- </property>
- </widget>
- </item>
- <item row="1" column="0">
- <widget class="QLabel" name="OpacityLabel">
- <property name="text">
- <string>Opacity:</string>
- </property>
- </widget>
- </item>
- <item row="1" column="1">
- <widget class="ctkSliderWidget" name="OpacitySliderWidget">
- <property name="singleStep">
- <double>0.100000000000000</double>
- </property>
- <property name="pageStep">
- <double>0.250000000000000</double>
- </property>
- <property name="maximum">
- <double>1.000000000000000</double>
- </property>
- </widget>
- </item>
- <item row="2" column="0">
- <widget class="QLabel" name="EdgeVisibilityLabel">
- <property name="text">
- <string>Edge Visibility:</string>
- </property>
- </widget>
- </item>
- <item row="2" column="1">
- <widget class="QCheckBox" name="EdgeVisibilityCheckBox">
- <property name="text">
- <string/>
- </property>
- </widget>
- </item>
- <item row="3" column="0">
- <widget class="QLabel" name="EdgeColorLabel">
- <property name="text">
- <string>Edge Color:</string>
- </property>
- </widget>
- </item>
- <item row="3" column="1">
- <widget class="ctkColorPickerButton" name="EdgeColorPickerButton"/>
- </item>
- </layout>
- </widget>
- </item>
- <item>
- <widget class="ctkCollapsibleGroupBox" name="LightingCollapsibleGroupBox">
- <property name="title">
- <string>Lighting</string>
- </property>
- <property name="collapsed">
- <bool>true</bool>
- </property>
- <layout class="QFormLayout" name="formLayout_2">
- <item row="0" column="0">
- <widget class="QLabel" name="LightingLabel">
- <property name="text">
- <string>Lighting:</string>
- </property>
- </widget>
- </item>
- <item row="0" column="1">
- <widget class="QCheckBox" name="LightingCheckBox">
- <property name="text">
- <string/>
- </property>
- </widget>
- </item>
- <item row="1" column="0">
- <widget class="QLabel" name="InterpolationLabel">
- <property name="text">
- <string>Interpolation:</string>
- </property>
- </widget>
- </item>
- <item row="1" column="1">
- <widget class="QComboBox" name="InterpolationComboBox">
- <item>
- <property name="text">
- <string>Flat</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Gouraud</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Phong</string>
- </property>
- </item>
- </widget>
- </item>
- <item row="2" column="0">
- <widget class="QLabel" name="ShadingLabel">
- <property name="text">
- <string>Shading:</string>
- </property>
- </widget>
- </item>
- <item row="2" column="1">
- <widget class="QCheckBox" name="ShadingCheckBox">
- <property name="text">
- <string/>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </item>
- <item>
- <widget class="ctkCollapsibleGroupBox" name="MaterialCollapsibleGroupBox">
- <property name="title">
- <string>Material</string>
- </property>
- <property name="collapsed">
- <bool>true</bool>
- </property>
- <layout class="QFormLayout" name="formLayout">
- <property name="fieldGrowthPolicy">
- <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
- </property>
- <item row="0" column="0" colspan="2">
- <widget class="ctkVTKSurfaceMaterialPropertyWidget" 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>ctkCollapsibleGroupBox</class>
- <extends>QGroupBox</extends>
- <header>ctkCollapsibleGroupBox.h</header>
- <container>1</container>
- </customwidget>
- <customwidget>
- <class>ctkColorPickerButton</class>
- <extends>QPushButton</extends>
- <header>ctkColorPickerButton.h</header>
- </customwidget>
- <customwidget>
- <class>ctkSliderWidget</class>
- <extends>QWidget</extends>
- <header>ctkSliderWidget.h</header>
- </customwidget>
- <customwidget>
- <class>ctkVTKSurfaceMaterialPropertyWidget</class>
- <extends>QWidget</extends>
- <header>ctkVTKSurfaceMaterialPropertyWidget.h</header>
- </customwidget>
- </customwidgets>
- <resources/>
- <connections/>
- </ui>
|