leocad/qt/lc_renderdialog.ui

176 lines
4.6 KiB
Text
Raw Normal View History

2017-09-22 19:08:02 +02:00
<?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">
2017-09-22 19:08:02 +02:00
<item>
<layout class="QVBoxLayout" name="topLayout">
2017-11-04 00:01:30 +01:00
<item>
<widget class="QGroupBox" name="groupBox">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2017-11-04 00:01:30 +01:00
<property name="title">
<string>Settings</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="widthLabel">
2017-11-04 00:01:30 +01:00
<property name="text">
2017-12-27 22:55:37 +01:00
<string>Width:</string>
2017-11-04 00:01:30 +01:00
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="WidthEdit"/>
</item>
<item>
<widget class="QLabel" name="heightLabel">
2017-11-04 00:01:30 +01:00
<property name="text">
2017-12-27 22:55:37 +01:00
<string>Height:</string>
2017-11-04 00:01:30 +01:00
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="HeightEdit"/>
</item>
2023-06-02 00:02:53 +02:00
<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>
2017-12-27 22:55:37 +01:00
<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>
2017-11-04 00:01:30 +01:00
</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>
2017-11-04 00:01:30 +01:00
</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>
2023-06-02 00:02:53 +02:00
<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>
2023-06-02 00:02:53 +02:00
<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>
2017-11-04 00:01:30 +01:00
</item>
<item>
<widget class="lcRenderPreviewWidget" name="preview" native="true"/>
</item>
2017-11-04 00:01:30 +01:00
</layout>
2017-09-22 19:08:02 +02:00
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>lcRenderPreviewWidget</class>
<extends>QWidget</extends>
<header>lc_renderdialog.h</header>
<container>1</container>
</customwidget>
</customwidgets>
2017-12-27 22:55:37 +01:00
<tabstops>
2023-06-02 00:02:53 +02:00
<tabstop>WidthEdit</tabstop>
<tabstop>HeightEdit</tabstop>
<tabstop>RenderSettingsButton</tabstop>
2017-12-27 22:55:37 +01:00
<tabstop>QualityComboBox</tabstop>
<tabstop>OutputEdit</tabstop>
<tabstop>OutputBrowseButton</tabstop>
2023-06-02 00:02:53 +02:00
<tabstop>RenderButton</tabstop>
2017-12-27 22:55:37 +01:00
</tabstops>
2017-09-22 19:08:02 +02:00
<resources/>
<connections/>
</ui>