2 <class>ExportSettings</class>
3 <widget class="QWidget" name="ExportSettings" >
4 <property name="geometry" >
12 <property name="windowTitle" >
15 <layout class="QVBoxLayout" >
17 <layout class="QHBoxLayout" >
19 <widget class="QLabel" name="label_2" >
20 <property name="text" >
21 <string>Filename</string>
26 <widget class="QLineEdit" name="fileName" />
29 <widget class="DGui::ImageButton" name="browse" />
34 <layout class="QHBoxLayout" >
36 <widget class="QGroupBox" name="groupBox" >
37 <property name="title" >
40 <layout class="QVBoxLayout" >
42 <widget class="DGui::XYSpinBox" name="size" >
43 <property name="maximum" >
44 <double>2180.000000000000000</double>
46 <property name="minimum" >
47 <double>128.000000000000000</double>
49 <property name="modifyTogether" >
53 <double>640.000000000000000</double>
56 <double>480.000000000000000</double>
58 <property name="xLabel" >
59 <string>width</string>
61 <property name="yLabel" >
62 <string>height</string>
67 <layout class="QHBoxLayout" >
69 <widget class="QLabel" name="label" >
70 <property name="text" >
76 <widget class="QSpinBox" name="fps" >
77 <property name="minimum" >
80 <property name="maximum" >
83 <property name="value" >
92 <property name="orientation" >
93 <enum>Qt::Vertical</enum>
95 <property name="sizeHint" >
107 <layout class="QVBoxLayout" >
109 <widget class="YAMF::Render::Area" name="animation" />
112 <widget class="QPushButton" name="preview" >
113 <property name="text" >
114 <string>Preview</string>
126 <class>DGui::ImageButton</class>
127 <extends>QPushButton</extends>
128 <header>dgui/imagebutton.h</header>
131 <class>DGui::XYSpinBox</class>
132 <extends>QGroupBox</extends>
133 <header>dgui/xyspinbox.h</header>
134 <container>1</container>
137 <class>YAMF::Render::Area</class>
138 <extends>QGraphicsView</extends>
139 <header>yamf/render/area.h</header>