mirror of
https://github.com/leozide/leocad
synced 2024-11-17 07:47:55 +01:00
175 lines
4.6 KiB
XML
175 lines
4.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>lcRenderDialog</class>
|
|
<widget class="QDialog" name="lcRenderDialog">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>576</width>
|
|
<height>424</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Render</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<item>
|
|
<layout class="QVBoxLayout" name="topLayout">
|
|
<item>
|
|
<widget class="QGroupBox" name="groupBox">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="title">
|
|
<string>Settings</string>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
<item>
|
|
<widget class="QLabel" name="widthLabel">
|
|
<property name="text">
|
|
<string>Width:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLineEdit" name="WidthEdit"/>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="heightLabel">
|
|
<property name="text">
|
|
<string>Height:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLineEdit" name="HeightEdit"/>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="RenderSettingsButton">
|
|
<property name="toolTip">
|
|
<string>Blender addon settings</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Settings...</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="qualityLabel">
|
|
<property name="text">
|
|
<string>Quality:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QComboBox" name="QualityComboBox">
|
|
<item>
|
|
<property name="text">
|
|
<string>High</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>Medium</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>Low</string>
|
|
</property>
|
|
</item>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="outputLayout">
|
|
<item>
|
|
<widget class="QLabel" name="outputLabel">
|
|
<property name="text">
|
|
<string>Output:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLineEdit" name="OutputEdit"/>
|
|
</item>
|
|
<item>
|
|
<widget class="QToolButton" name="OutputBrowseButton">
|
|
<property name="text">
|
|
<string>...</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="renderLayout">
|
|
<item>
|
|
<widget class="QProgressBar" name="RenderProgress">
|
|
<property name="maximum">
|
|
<number>1</number>
|
|
</property>
|
|
<property name="value">
|
|
<number>0</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="renderLabel">
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="RenderButton">
|
|
<property name="text">
|
|
<string>Render</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="RenderOutputButton">
|
|
<property name="toolTip">
|
|
<string>Open the standard output log</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Output...</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<widget class="lcRenderPreviewWidget" name="preview" native="true"/>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>lcRenderPreviewWidget</class>
|
|
<extends>QWidget</extends>
|
|
<header>lc_renderdialog.h</header>
|
|
<container>1</container>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<tabstops>
|
|
<tabstop>WidthEdit</tabstop>
|
|
<tabstop>HeightEdit</tabstop>
|
|
<tabstop>RenderSettingsButton</tabstop>
|
|
<tabstop>QualityComboBox</tabstop>
|
|
<tabstop>OutputEdit</tabstop>
|
|
<tabstop>OutputBrowseButton</tabstop>
|
|
<tabstop>RenderButton</tabstop>
|
|
</tabstops>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|