leocad/qt/lc_renderdialog.ui

135 lines
3.3 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="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>
<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>
<item>
<widget class="QPushButton" name="RenderButton">
<property name="text">
<string>Render</string>
</property>
</widget>
</item>
</layout>
2017-11-04 00:01:30 +01:00
</item>
</layout>
2017-09-22 19:08:02 +02:00
</item>
<item>
<widget class="QLabel" name="preview">
<property name="text">
<string/>
</property>
</widget>
</item>
2017-09-22 19:08:02 +02:00
</layout>
</widget>
2017-12-27 22:55:37 +01:00
<tabstops>
<tabstop>QualityComboBox</tabstop>
<tabstop>OutputEdit</tabstop>
<tabstop>OutputBrowseButton</tabstop>
</tabstops>
2017-09-22 19:08:02 +02:00
<resources/>
<connections/>
</ui>