Bump version + updated changelog.
[simple-x264-launcher.git] / gui / win_help.ui
blob20ad2d9deb6ce8e5b8189575df1a6ee51ba32168
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>HelpDialog</class>
4 <widget class="QDialog" name="HelpDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>800</width>
10 <height>384</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Help Screen</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <property name="modal">
20 <bool>true</bool>
21 </property>
22 <layout class="QVBoxLayout" name="verticalLayout">
23 <item>
24 <layout class="QHBoxLayout" name="horizontalLayout_2">
25 <property name="spacing">
26 <number>12</number>
27 </property>
28 <item>
29 <layout class="QVBoxLayout" name="verticalLayout_2">
30 <item>
31 <widget class="QLabel" name="logo_x264">
32 <property name="minimumSize">
33 <size>
34 <width>48</width>
35 <height>48</height>
36 </size>
37 </property>
38 <property name="maximumSize">
39 <size>
40 <width>48</width>
41 <height>48</height>
42 </size>
43 </property>
44 <property name="text">
45 <string/>
46 </property>
47 <property name="pixmap">
48 <pixmap resource="../res/resources.qrc">:/images/help.png</pixmap>
49 </property>
50 <property name="scaledContents">
51 <bool>true</bool>
52 </property>
53 <property name="alignment">
54 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
55 </property>
56 </widget>
57 </item>
58 <item>
59 <widget class="QLabel" name="logo_avisynth">
60 <property name="minimumSize">
61 <size>
62 <width>48</width>
63 <height>67</height>
64 </size>
65 </property>
66 <property name="maximumSize">
67 <size>
68 <width>48</width>
69 <height>67</height>
70 </size>
71 </property>
72 <property name="text">
73 <string/>
74 </property>
75 <property name="pixmap">
76 <pixmap resource="../res/resources.qrc">:/images/avisynth.png</pixmap>
77 </property>
78 <property name="scaledContents">
79 <bool>true</bool>
80 </property>
81 <property name="alignment">
82 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
83 </property>
84 </widget>
85 </item>
86 <item>
87 <spacer name="verticalSpacer">
88 <property name="orientation">
89 <enum>Qt::Vertical</enum>
90 </property>
91 <property name="sizeHint" stdset="0">
92 <size>
93 <width>20</width>
94 <height>40</height>
95 </size>
96 </property>
97 </spacer>
98 </item>
99 </layout>
100 </item>
101 <item>
102 <widget class="QPlainTextEdit" name="plainTextEdit">
103 <property name="font">
104 <font>
105 <family>Lucida Console</family>
106 <pointsize>9</pointsize>
107 </font>
108 </property>
109 <property name="horizontalScrollBarPolicy">
110 <enum>Qt::ScrollBarAlwaysOff</enum>
111 </property>
112 <property name="lineWrapMode">
113 <enum>QPlainTextEdit::WidgetWidth</enum>
114 </property>
115 <property name="readOnly">
116 <bool>true</bool>
117 </property>
118 </widget>
119 </item>
120 </layout>
121 </item>
122 <item>
123 <widget class="QFrame" name="frame">
124 <property name="frameShape">
125 <enum>QFrame::HLine</enum>
126 </property>
127 <property name="frameShadow">
128 <enum>QFrame::Sunken</enum>
129 </property>
130 </widget>
131 </item>
132 <item>
133 <layout class="QHBoxLayout" name="horizontalLayout">
134 <item>
135 <spacer name="horizontalSpacer">
136 <property name="orientation">
137 <enum>Qt::Horizontal</enum>
138 </property>
139 <property name="sizeHint" stdset="0">
140 <size>
141 <width>40</width>
142 <height>20</height>
143 </size>
144 </property>
145 </spacer>
146 </item>
147 <item>
148 <widget class="QPushButton" name="buttonClose">
149 <property name="minimumSize">
150 <size>
151 <width>128</width>
152 <height>0</height>
153 </size>
154 </property>
155 <property name="text">
156 <string>Discard</string>
157 </property>
158 <property name="flat">
159 <bool>false</bool>
160 </property>
161 </widget>
162 </item>
163 </layout>
164 </item>
165 </layout>
166 </widget>
167 <resources>
168 <include location="../res/resources.qrc"/>
169 </resources>
170 <connections>
171 <connection>
172 <sender>buttonClose</sender>
173 <signal>clicked()</signal>
174 <receiver>HelpDialog</receiver>
175 <slot>close()</slot>
176 <hints>
177 <hint type="sourcelabel">
178 <x>645</x>
179 <y>362</y>
180 </hint>
181 <hint type="destinationlabel">
182 <x>359</x>
183 <y>191</y>
184 </hint>
185 </hints>
186 </connection>
187 </connections>
188 </ui>