mitsuba/src/qtgui/rendersettingsdlg.ui

270 lines
7.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>RenderSettingsDialog</class>
<widget class="QDialog" name="RenderSettingsDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>434</width>
<height>497</height>
</rect>
</property>
<property name="windowTitle">
<string>Render settings</string>
</property>
<layout class="QGridLayout" name="gridLayout" rowstretch="0,0,0,0,5,0,0,0" columnstretch="0,0,1">
<property name="leftMargin">
<number>10</number>
</property>
<property name="topMargin">
<number>10</number>
</property>
<property name="rightMargin">
<number>10</number>
</property>
<property name="bottomMargin">
<number>4</number>
</property>
<item row="0" column="1" colspan="2">
<widget class="QComboBox" name="integratorBox"/>
</item>
<item row="1" column="1" colspan="2">
<widget class="QComboBox" name="samplerBox"/>
</item>
<item row="2" column="1" colspan="2">
<widget class="QComboBox" name="resolutionBox">
<property name="editable">
<bool>true</bool>
</property>
<item>
<property name="text">
<string>512x512</string>
</property>
</item>
<item>
<property name="text">
<string>640x480</string>
</property>
</item>
<item>
<property name="text">
<string>768x512</string>
</property>
</item>
<item>
<property name="text">
<string>768x576</string>
</property>
</item>
<item>
<property name="text">
<string>1024x768</string>
</property>
</item>
<item>
<property name="text">
<string>1024x1024</string>
</property>
</item>
<item>
<property name="text">
<string>1280x1024</string>
</property>
</item>
<item>
<property name="text">
<string>1920x1080</string>
</property>
</item>
</widget>
</item>
<item row="3" column="1" colspan="2">
<widget class="QComboBox" name="rFilterBox"/>
</item>
<item row="4" column="1">
<widget class="QCheckBox" name="icBox">
<property name="text">
<string>Irradiance Cache</string>
</property>
</widget>
</item>
<item row="4" column="2">
<widget class="QCheckBox" name="aiBox">
<property name="text">
<string>Adaptive Integration</string>
</property>
</widget>
</item>
<item row="5" column="0" colspan="3">
<widget class="QTreeView" name="treeView"/>
</item>
<item row="7" column="0" colspan="3">
<widget class="QDialogButtonBox" name="buttonBox">
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
<item row="6" column="0" colspan="3">
<widget class="QGroupBox" name="groupBox">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>171</height>
</size>
</property>
<property name="title">
<string>Documentation</string>
</property>
<property name="flat">
<bool>false</bool>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<property name="margin">
<number>0</number>
</property>
<property name="spacing">
<number>4</number>
</property>
<item row="0" column="0">
<widget class="QTextEdit" name="helpViewer">
<property name="enabled">
<bool>true</bool>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>60</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>122</height>
</size>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Sunken</enum>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
<property name="html">
<string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Lucida Grande'; font-size:13pt;&quot;&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="textInteractionFlags">
<set>Qt::NoTextInteraction</set>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_5">
<property name="text">
<string>&amp;Resolution :</string>
</property>
<property name="buddy">
<cstring>resolutionBox</cstring>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>&amp;Sampler :</string>
</property>
<property name="buddy">
<cstring>samplerBox</cstring>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>&amp;Integrator :</string>
</property>
<property name="buddy">
<cstring>integratorBox</cstring>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_4">
<property name="text">
<string>&amp;Other features :</string>
</property>
<property name="buddy">
<cstring>icBox</cstring>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_6">
<property name="text">
<string>Re&amp;construction :</string>
</property>
<property name="buddy">
<cstring>rFilterBox</cstring>
</property>
</widget>
</item>
</layout>
</widget>
<tabstops>
<tabstop>integratorBox</tabstop>
<tabstop>samplerBox</tabstop>
<tabstop>resolutionBox</tabstop>
<tabstop>rFilterBox</tabstop>
<tabstop>icBox</tabstop>
<tabstop>aiBox</tabstop>
<tabstop>treeView</tabstop>
<tabstop>helpViewer</tabstop>
<tabstop>buttonBox</tabstop>
</tabstops>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>RenderSettingsDialog</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>293</x>
<y>444</y>
</hint>
<hint type="destinationlabel">
<x>408</x>
<y>316</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>RenderSettingsDialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>371</x>
<y>449</y>
</hint>
<hint type="destinationlabel">
<x>411</x>
<y>417</y>
</hint>
</hints>
</connection>
</connections>
</ui>