mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-01-22 05:30:06 -05:00
905 lines
26 KiB
Plaintext
905 lines
26 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>FinalRenderDialog</class>
|
||
|
<widget class="QDialog" name="FinalRenderDialog">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>519</width>
|
||
|
<height>801</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="minimumSize">
|
||
|
<size>
|
||
|
<width>0</width>
|
||
|
<height>0</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="maximumSize">
|
||
|
<size>
|
||
|
<width>16777215</width>
|
||
|
<height>16777215</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>Final Render</string>
|
||
|
</property>
|
||
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||
|
<property name="leftMargin">
|
||
|
<number>6</number>
|
||
|
</property>
|
||
|
<property name="topMargin">
|
||
|
<number>6</number>
|
||
|
</property>
|
||
|
<property name="rightMargin">
|
||
|
<number>6</number>
|
||
|
</property>
|
||
|
<property name="bottomMargin">
|
||
|
<number>6</number>
|
||
|
</property>
|
||
|
<item>
|
||
|
<layout class="QGridLayout" name="gridLayout" columnstretch="0,0">
|
||
|
<item row="1" column="1">
|
||
|
<widget class="QCheckBox" name="FinalRenderDoAllCheckBox">
|
||
|
<property name="toolTip">
|
||
|
<string>Render all open flames instead of just the current one</string>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Render All</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="2" column="1">
|
||
|
<widget class="QCheckBox" name="FinalRenderDoSequenceCheckBox">
|
||
|
<property name="toolTip">
|
||
|
<string>Use temporal samples value to achieve motion blur effect between flames</string>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Render as Animation Sequence</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="3" column="0">
|
||
|
<widget class="QCheckBox" name="FinalRenderDoublePrecisionCheckBox">
|
||
|
<property name="toolTip">
|
||
|
<string><html><head/><body><p>Checked: use 64-bit double precision numbers (slower, but better image quality).</p><p>Unchecked: use 32-bit single precision numbers (faster, but worse image quality).</p></body></html></string>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Use Double Precision</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="2" column="0">
|
||
|
<widget class="QCheckBox" name="FinalRenderOpenCLCheckBox">
|
||
|
<property name="toolTip">
|
||
|
<string><html><head/><body><p>Use OpenCL to render if your video card supports it.</p><p>This is highly recommended as it will dramatically speed up render time.</p></body></html></string>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Use OpenCL</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="0" column="0">
|
||
|
<widget class="QCheckBox" name="FinalRenderEarlyClipCheckBox">
|
||
|
<property name="toolTip">
|
||
|
<string><html><head/><body><p>Checked: clip colors and gamma correct after density filtering.</p><p>Unchecked: do it after spatial filtering.</p></body></html></string>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Early Clip</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="0" column="1">
|
||
|
<widget class="QCheckBox" name="FinalRenderSaveXmlCheckBox">
|
||
|
<property name="toolTip">
|
||
|
<string>Save an Xml parameter file for each flame rendered</string>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Save Xml</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="1" column="0">
|
||
|
<widget class="QCheckBox" name="FinalRenderTransparencyCheckBox">
|
||
|
<property name="toolTip">
|
||
|
<string><html><head/><body><p>Use transparency in the final image.</p><p>Only supported for Png format.</p></body></html></string>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Transparency</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="4" column="0">
|
||
|
<widget class="QGroupBox" name="FinalRenderScaleGroupBox">
|
||
|
<property name="minimumSize">
|
||
|
<size>
|
||
|
<width>0</width>
|
||
|
<height>40</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="maximumSize">
|
||
|
<size>
|
||
|
<width>16777215</width>
|
||
|
<height>40</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="toolTip">
|
||
|
<string>The scaling to perform from the editor to the final rendered image</string>
|
||
|
</property>
|
||
|
<property name="title">
|
||
|
<string>Scale</string>
|
||
|
</property>
|
||
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
||
|
<property name="leftMargin">
|
||
|
<number>6</number>
|
||
|
</property>
|
||
|
<property name="topMargin">
|
||
|
<number>4</number>
|
||
|
</property>
|
||
|
<property name="rightMargin">
|
||
|
<number>4</number>
|
||
|
</property>
|
||
|
<property name="bottomMargin">
|
||
|
<number>6</number>
|
||
|
</property>
|
||
|
<item>
|
||
|
<widget class="QRadioButton" name="FinalRenderScaleNoneRadioButton">
|
||
|
<property name="text">
|
||
|
<string>None</string>
|
||
|
</property>
|
||
|
<property name="checked">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QRadioButton" name="FinalRenderScaleWidthRadioButton">
|
||
|
<property name="text">
|
||
|
<string>Width</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QRadioButton" name="FinalRenderScaleHeightRadioButton">
|
||
|
<property name="text">
|
||
|
<string>Height</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="4" column="1">
|
||
|
<widget class="QGroupBox" name="FinalRenderExtensionGroupBox">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="minimumSize">
|
||
|
<size>
|
||
|
<width>110</width>
|
||
|
<height>40</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="maximumSize">
|
||
|
<size>
|
||
|
<width>16777215</width>
|
||
|
<height>40</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="toolTip">
|
||
|
<string>The image type to save the final output as when rendering all open flames</string>
|
||
|
</property>
|
||
|
<property name="title">
|
||
|
<string>Render All Extension</string>
|
||
|
</property>
|
||
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
||
|
<property name="leftMargin">
|
||
|
<number>6</number>
|
||
|
</property>
|
||
|
<property name="topMargin">
|
||
|
<number>4</number>
|
||
|
</property>
|
||
|
<property name="rightMargin">
|
||
|
<number>4</number>
|
||
|
</property>
|
||
|
<property name="bottomMargin">
|
||
|
<number>6</number>
|
||
|
</property>
|
||
|
<item>
|
||
|
<widget class="QRadioButton" name="FinalRenderJpgRadioButton">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Jpg</string>
|
||
|
</property>
|
||
|
<property name="checked">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QRadioButton" name="FinalRenderPngRadioButton">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Png</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="3" column="1">
|
||
|
<widget class="QCheckBox" name="FinalRenderKeepAspectCheckBox">
|
||
|
<property name="toolTip">
|
||
|
<string>Maintain the aspect ratio between width and height to be equal to base width and base height</string>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Keep Aspect Ratio</string>
|
||
|
</property>
|
||
|
<property name="checked">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QLabel" name="FinalRenderPreviewLabel">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="minimumSize">
|
||
|
<size>
|
||
|
<width>100</width>
|
||
|
<height>100</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="maximumSize">
|
||
|
<size>
|
||
|
<width>100</width>
|
||
|
<height>100</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="sizeIncrement">
|
||
|
<size>
|
||
|
<width>1</width>
|
||
|
<height>1</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="frameShape">
|
||
|
<enum>QFrame::NoFrame</enum>
|
||
|
</property>
|
||
|
<property name="lineWidth">
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string/>
|
||
|
</property>
|
||
|
<property name="textFormat">
|
||
|
<enum>Qt::PlainText</enum>
|
||
|
</property>
|
||
|
<property name="alignment">
|
||
|
<set>Qt::AlignCenter</set>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QComboBox" name="FinalRenderPlatformCombo">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="minimumSize">
|
||
|
<size>
|
||
|
<width>320</width>
|
||
|
<height>0</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="maximumSize">
|
||
|
<size>
|
||
|
<width>320</width>
|
||
|
<height>16777215</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QComboBox" name="FinalRenderDeviceCombo">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="minimumSize">
|
||
|
<size>
|
||
|
<width>320</width>
|
||
|
<height>0</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="maximumSize">
|
||
|
<size>
|
||
|
<width>320</width>
|
||
|
<height>16777215</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QSpinBox" name="FinalRenderThreadCountSpin">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="toolTip">
|
||
|
<string><html><head/><body><p>The number of threads to use with CPU rendering.</p><p>Decrease for a more responsive system during rendering, increase for better performance.</p></body></html></string>
|
||
|
</property>
|
||
|
<property name="prefix">
|
||
|
<string>Threads </string>
|
||
|
</property>
|
||
|
<property name="minimum">
|
||
|
<number>1</number>
|
||
|
</property>
|
||
|
<property name="maximum">
|
||
|
<number>64</number>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="TableWidget" name="FinalRenderGeometryTable">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="minimumSize">
|
||
|
<size>
|
||
|
<width>0</width>
|
||
|
<height>218</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="maximumSize">
|
||
|
<size>
|
||
|
<width>16777215</width>
|
||
|
<height>218</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="focusPolicy">
|
||
|
<enum>Qt::NoFocus</enum>
|
||
|
</property>
|
||
|
<property name="frameShape">
|
||
|
<enum>QFrame::Panel</enum>
|
||
|
</property>
|
||
|
<property name="frameShadow">
|
||
|
<enum>QFrame::Plain</enum>
|
||
|
</property>
|
||
|
<property name="verticalScrollBarPolicy">
|
||
|
<enum>Qt::ScrollBarAlwaysOff</enum>
|
||
|
</property>
|
||
|
<property name="horizontalScrollBarPolicy">
|
||
|
<enum>Qt::ScrollBarAlwaysOff</enum>
|
||
|
</property>
|
||
|
<property name="editTriggers">
|
||
|
<set>QAbstractItemView::NoEditTriggers</set>
|
||
|
</property>
|
||
|
<property name="tabKeyNavigation">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="alternatingRowColors">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="selectionMode">
|
||
|
<enum>QAbstractItemView::NoSelection</enum>
|
||
|
</property>
|
||
|
<property name="verticalScrollMode">
|
||
|
<enum>QAbstractItemView::ScrollPerPixel</enum>
|
||
|
</property>
|
||
|
<property name="horizontalScrollMode">
|
||
|
<enum>QAbstractItemView::ScrollPerPixel</enum>
|
||
|
</property>
|
||
|
<property name="showGrid">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="gridStyle">
|
||
|
<enum>Qt::SolidLine</enum>
|
||
|
</property>
|
||
|
<property name="cornerButtonEnabled">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="columnCount">
|
||
|
<number>2</number>
|
||
|
</property>
|
||
|
<attribute name="horizontalHeaderVisible">
|
||
|
<bool>false</bool>
|
||
|
</attribute>
|
||
|
<attribute name="horizontalHeaderCascadingSectionResizes">
|
||
|
<bool>false</bool>
|
||
|
</attribute>
|
||
|
<attribute name="horizontalHeaderDefaultSectionSize">
|
||
|
<number>110</number>
|
||
|
</attribute>
|
||
|
<attribute name="horizontalHeaderHighlightSections">
|
||
|
<bool>false</bool>
|
||
|
</attribute>
|
||
|
<attribute name="horizontalHeaderMinimumSectionSize">
|
||
|
<number>35</number>
|
||
|
</attribute>
|
||
|
<attribute name="horizontalHeaderStretchLastSection">
|
||
|
<bool>true</bool>
|
||
|
</attribute>
|
||
|
<attribute name="verticalHeaderVisible">
|
||
|
<bool>false</bool>
|
||
|
</attribute>
|
||
|
<attribute name="verticalHeaderDefaultSectionSize">
|
||
|
<number>24</number>
|
||
|
</attribute>
|
||
|
<attribute name="verticalHeaderHighlightSections">
|
||
|
<bool>false</bool>
|
||
|
</attribute>
|
||
|
<attribute name="verticalHeaderMinimumSectionSize">
|
||
|
<number>24</number>
|
||
|
</attribute>
|
||
|
<attribute name="verticalHeaderStretchLastSection">
|
||
|
<bool>false</bool>
|
||
|
</attribute>
|
||
|
<row>
|
||
|
<property name="text">
|
||
|
<string>Width</string>
|
||
|
</property>
|
||
|
<property name="toolTip">
|
||
|
<string/>
|
||
|
</property>
|
||
|
</row>
|
||
|
<row>
|
||
|
<property name="text">
|
||
|
<string>Height</string>
|
||
|
</property>
|
||
|
</row>
|
||
|
<row>
|
||
|
<property name="text">
|
||
|
<string>Quality</string>
|
||
|
</property>
|
||
|
</row>
|
||
|
<row>
|
||
|
<property name="text">
|
||
|
<string>Temporal Samples</string>
|
||
|
</property>
|
||
|
</row>
|
||
|
<row>
|
||
|
<property name="text">
|
||
|
<string>Supersample</string>
|
||
|
</property>
|
||
|
</row>
|
||
|
<row>
|
||
|
<property name="text">
|
||
|
<string>Memory Usage</string>
|
||
|
</property>
|
||
|
</row>
|
||
|
<row>
|
||
|
<property name="text">
|
||
|
<string>Output</string>
|
||
|
</property>
|
||
|
</row>
|
||
|
<row>
|
||
|
<property name="text">
|
||
|
<string>Prefix</string>
|
||
|
</property>
|
||
|
</row>
|
||
|
<row>
|
||
|
<property name="text">
|
||
|
<string>Suffix</string>
|
||
|
</property>
|
||
|
</row>
|
||
|
<column>
|
||
|
<property name="text">
|
||
|
<string>Field</string>
|
||
|
</property>
|
||
|
</column>
|
||
|
<column>
|
||
|
<property name="text">
|
||
|
<string/>
|
||
|
</property>
|
||
|
</column>
|
||
|
<item row="0" column="0">
|
||
|
<property name="text">
|
||
|
<string>Width</string>
|
||
|
</property>
|
||
|
<property name="toolTip">
|
||
|
<string>The width in pixels of the final output image</string>
|
||
|
</property>
|
||
|
</item>
|
||
|
<item row="0" column="1">
|
||
|
<property name="text">
|
||
|
<string>0</string>
|
||
|
</property>
|
||
|
</item>
|
||
|
<item row="1" column="0">
|
||
|
<property name="text">
|
||
|
<string>Height</string>
|
||
|
</property>
|
||
|
<property name="toolTip">
|
||
|
<string>The height in pixels of the final output image</string>
|
||
|
</property>
|
||
|
</item>
|
||
|
<item row="1" column="1">
|
||
|
<property name="text">
|
||
|
<string>0</string>
|
||
|
</property>
|
||
|
</item>
|
||
|
<item row="2" column="0">
|
||
|
<property name="text">
|
||
|
<string>Quality</string>
|
||
|
</property>
|
||
|
<property name="toolTip">
|
||
|
<string>The quality in iterations per pixel of the final output image</string>
|
||
|
</property>
|
||
|
</item>
|
||
|
<item row="2" column="1">
|
||
|
<property name="text">
|
||
|
<string>0</string>
|
||
|
</property>
|
||
|
</item>
|
||
|
<item row="3" column="0">
|
||
|
<property name="text">
|
||
|
<string>Temporal Samples</string>
|
||
|
</property>
|
||
|
<property name="toolTip">
|
||
|
<string>The number of interpolated renders to do for each flame when rendering as an animation sequence</string>
|
||
|
</property>
|
||
|
</item>
|
||
|
<item row="3" column="1">
|
||
|
<property name="text">
|
||
|
<string>0</string>
|
||
|
</property>
|
||
|
</item>
|
||
|
<item row="4" column="0">
|
||
|
<property name="text">
|
||
|
<string>Supersample</string>
|
||
|
</property>
|
||
|
<property name="toolTip">
|
||
|
<string><html><head/><body><p>The number to multiply the dimensions of the histogram and density filtering buffer by to achieve anti-aliasing.</p><p>Use this very sparingly as it increases the required memory by n squared.</p></body></html></string>
|
||
|
</property>
|
||
|
</item>
|
||
|
<item row="4" column="1">
|
||
|
<property name="text">
|
||
|
<string>0</string>
|
||
|
</property>
|
||
|
</item>
|
||
|
<item row="5" column="0">
|
||
|
<property name="text">
|
||
|
<string>Memory Usage</string>
|
||
|
</property>
|
||
|
<property name="toolTip">
|
||
|
<string>The amount of memory including the final output image required to perform this render</string>
|
||
|
</property>
|
||
|
</item>
|
||
|
<item row="5" column="1">
|
||
|
<property name="text">
|
||
|
<string>0</string>
|
||
|
</property>
|
||
|
</item>
|
||
|
<item row="6" column="0">
|
||
|
<property name="text">
|
||
|
<string>Output</string>
|
||
|
</property>
|
||
|
<property name="toolTip">
|
||
|
<string>The output file path for rendering a single flame, or folder location for rendering multiple flames</string>
|
||
|
</property>
|
||
|
</item>
|
||
|
<item row="6" column="1">
|
||
|
<property name="text">
|
||
|
<string/>
|
||
|
</property>
|
||
|
</item>
|
||
|
<item row="7" column="0">
|
||
|
<property name="text">
|
||
|
<string>Prefix</string>
|
||
|
</property>
|
||
|
<property name="toolTip">
|
||
|
<string>The prefix to attach to all image filenames</string>
|
||
|
</property>
|
||
|
</item>
|
||
|
<item row="7" column="1">
|
||
|
<property name="text">
|
||
|
<string/>
|
||
|
</property>
|
||
|
</item>
|
||
|
<item row="8" column="0">
|
||
|
<property name="text">
|
||
|
<string>Suffix</string>
|
||
|
</property>
|
||
|
<property name="toolTip">
|
||
|
<string>The suffix to attach to all image filenames</string>
|
||
|
</property>
|
||
|
</item>
|
||
|
<item row="8" column="1">
|
||
|
<property name="text">
|
||
|
<string/>
|
||
|
</property>
|
||
|
</item>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QLabel" name="FinalRenderImageCountLabel">
|
||
|
<property name="text">
|
||
|
<string>0 / 0</string>
|
||
|
</property>
|
||
|
<property name="alignment">
|
||
|
<set>Qt::AlignCenter</set>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<layout class="QGridLayout" name="gridLayout_2" rowstretch="0,0,0,0" columnstretch="1,4">
|
||
|
<property name="sizeConstraint">
|
||
|
<enum>QLayout::SetDefaultConstraint</enum>
|
||
|
</property>
|
||
|
<item row="2" column="1">
|
||
|
<widget class="QProgressBar" name="FinalRenderFilteringProgress">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="value">
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="1" column="0">
|
||
|
<widget class="QLabel" name="FinalRenderIterationProgressLabel">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Iteration:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="3" column="0">
|
||
|
<widget class="QLabel" name="FinalRenderAccumProgressLabel">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Final Accumulation:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="1" column="1">
|
||
|
<widget class="QProgressBar" name="FinalRenderIterationProgress">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="value">
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="3" column="1">
|
||
|
<widget class="QProgressBar" name="FinalRenderAccumProgress">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="value">
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="2" column="0">
|
||
|
<widget class="QLabel" name="FinalRenderFilteringProgressLabel">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Density Filtering:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="0" column="0">
|
||
|
<widget class="QLabel" name="FinalRenderTotalProgressLabel">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Total Progress:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="0" column="1">
|
||
|
<widget class="QProgressBar" name="FinalRenderTotalProgress">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="value">
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QTextEdit" name="FinalRenderTextOutput">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>1</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="maximumSize">
|
||
|
<size>
|
||
|
<width>16777215</width>
|
||
|
<height>16777215</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="focusPolicy">
|
||
|
<enum>Qt::TabFocus</enum>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<layout class="QHBoxLayout" name="FinalRenderButtonHBoxLayout">
|
||
|
<property name="spacing">
|
||
|
<number>6</number>
|
||
|
</property>
|
||
|
<property name="leftMargin">
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<property name="topMargin">
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<property name="rightMargin">
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<property name="bottomMargin">
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<item>
|
||
|
<spacer name="FinalRenderButtonSpacer">
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Horizontal</enum>
|
||
|
</property>
|
||
|
<property name="sizeHint" stdset="0">
|
||
|
<size>
|
||
|
<width>131</width>
|
||
|
<height>31</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
</spacer>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QPushButton" name="StartRenderButton">
|
||
|
<property name="focusPolicy">
|
||
|
<enum>Qt::TabFocus</enum>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Start</string>
|
||
|
</property>
|
||
|
<property name="autoDefault">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QPushButton" name="StopRenderButton">
|
||
|
<property name="focusPolicy">
|
||
|
<enum>Qt::TabFocus</enum>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Stop</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QPushButton" name="CloseButton">
|
||
|
<property name="focusPolicy">
|
||
|
<enum>Qt::TabFocus</enum>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Close</string>
|
||
|
</property>
|
||
|
<property name="autoDefault">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="default">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<customwidgets>
|
||
|
<customwidget>
|
||
|
<class>TableWidget</class>
|
||
|
<extends>QTableWidget</extends>
|
||
|
<header>TableWidget.h</header>
|
||
|
</customwidget>
|
||
|
</customwidgets>
|
||
|
<resources/>
|
||
|
<connections>
|
||
|
<connection>
|
||
|
<sender>StartRenderButton</sender>
|
||
|
<signal>clicked()</signal>
|
||
|
<receiver>FinalRenderDialog</receiver>
|
||
|
<slot>accept()</slot>
|
||
|
<hints>
|
||
|
<hint type="sourcelabel">
|
||
|
<x>278</x>
|
||
|
<y>253</y>
|
||
|
</hint>
|
||
|
<hint type="destinationlabel">
|
||
|
<x>96</x>
|
||
|
<y>254</y>
|
||
|
</hint>
|
||
|
</hints>
|
||
|
</connection>
|
||
|
<connection>
|
||
|
<sender>CloseButton</sender>
|
||
|
<signal>clicked()</signal>
|
||
|
<receiver>FinalRenderDialog</receiver>
|
||
|
<slot>reject()</slot>
|
||
|
<hints>
|
||
|
<hint type="sourcelabel">
|
||
|
<x>369</x>
|
||
|
<y>253</y>
|
||
|
</hint>
|
||
|
<hint type="destinationlabel">
|
||
|
<x>179</x>
|
||
|
<y>282</y>
|
||
|
</hint>
|
||
|
</hints>
|
||
|
</connection>
|
||
|
</connections>
|
||
|
</ui>
|