Added new x265 tuning options (PSNR and Grain).
[simple-x264-launcher.git] / gui / win_editor.ui
blob533f6a72d3629aaadca0eda1efab9b5985eb9664
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>EditorDialog</class>
4 <widget class="QDialog" name="EditorDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>690</width>
10 <height>147</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Editor</string>
15 </property>
16 <property name="modal">
17 <bool>true</bool>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout_2">
20 <item>
21 <widget class="QPlainTextEdit" name="plainTextEdit">
22 <property name="font">
23 <font>
24 <family>Lucida Console</family>
25 </font>
26 </property>
27 <property name="horizontalScrollBarPolicy">
28 <enum>Qt::ScrollBarAlwaysOff</enum>
29 </property>
30 </widget>
31 </item>
32 <item>
33 <layout class="QHBoxLayout" name="horizontalLayout">
34 <item>
35 <spacer name="horizontalSpacer">
36 <property name="orientation">
37 <enum>Qt::Horizontal</enum>
38 </property>
39 <property name="sizeHint" stdset="0">
40 <size>
41 <width>40</width>
42 <height>20</height>
43 </size>
44 </property>
45 </spacer>
46 </item>
47 <item>
48 <widget class="QPushButton" name="acceptButton">
49 <property name="minimumSize">
50 <size>
51 <width>96</width>
52 <height>0</height>
53 </size>
54 </property>
55 <property name="text">
56 <string>OK</string>
57 </property>
58 </widget>
59 </item>
60 <item>
61 <widget class="QPushButton" name="cancelButton">
62 <property name="minimumSize">
63 <size>
64 <width>96</width>
65 <height>0</height>
66 </size>
67 </property>
68 <property name="text">
69 <string>Cancel</string>
70 </property>
71 </widget>
72 </item>
73 </layout>
74 </item>
75 </layout>
76 </widget>
77 <tabstops>
78 <tabstop>plainTextEdit</tabstop>
79 <tabstop>acceptButton</tabstop>
80 <tabstop>cancelButton</tabstop>
81 </tabstops>
82 <resources/>
83 <connections>
84 <connection>
85 <sender>acceptButton</sender>
86 <signal>clicked()</signal>
87 <receiver>EditorDialog</receiver>
88 <slot>accept()</slot>
89 <hints>
90 <hint type="sourcelabel">
91 <x>455</x>
92 <y>304</y>
93 </hint>
94 <hint type="destinationlabel">
95 <x>307</x>
96 <y>162</y>
97 </hint>
98 </hints>
99 </connection>
100 <connection>
101 <sender>cancelButton</sender>
102 <signal>clicked()</signal>
103 <receiver>EditorDialog</receiver>
104 <slot>reject()</slot>
105 <hints>
106 <hint type="sourcelabel">
107 <x>557</x>
108 <y>304</y>
109 </hint>
110 <hint type="destinationlabel">
111 <x>307</x>
112 <y>162</y>
113 </hint>
114 </hints>
115 </connection>
116 </connections>
117 </ui>