OSDN Git Service

Added option to shutdown the computer when all jobs are completed.
[x264-launcher/x264-launcher.git] / gui / win_help.ui
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       <widget class="QLabel" name="label">
30        <property name="text">
31         <string/>
32        </property>
33        <property name="pixmap">
34         <pixmap resource="../res/resources.qrc">:/images/x264.png</pixmap>
35        </property>
36        <property name="scaledContents">
37         <bool>false</bool>
38        </property>
39        <property name="alignment">
40         <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
41        </property>
42       </widget>
43      </item>
44      <item>
45       <widget class="QPlainTextEdit" name="plainTextEdit">
46        <property name="font">
47         <font>
48          <family>Lucida Console</family>
49          <pointsize>9</pointsize>
50         </font>
51        </property>
52        <property name="horizontalScrollBarPolicy">
53         <enum>Qt::ScrollBarAlwaysOff</enum>
54        </property>
55        <property name="lineWrapMode">
56         <enum>QPlainTextEdit::WidgetWidth</enum>
57        </property>
58        <property name="readOnly">
59         <bool>true</bool>
60        </property>
61       </widget>
62      </item>
63     </layout>
64    </item>
65    <item>
66     <widget class="QFrame" name="frame">
67      <property name="frameShape">
68       <enum>QFrame::HLine</enum>
69      </property>
70      <property name="frameShadow">
71       <enum>QFrame::Sunken</enum>
72      </property>
73     </widget>
74    </item>
75    <item>
76     <layout class="QHBoxLayout" name="horizontalLayout">
77      <item>
78       <spacer name="horizontalSpacer">
79        <property name="orientation">
80         <enum>Qt::Horizontal</enum>
81        </property>
82        <property name="sizeHint" stdset="0">
83         <size>
84          <width>40</width>
85          <height>20</height>
86         </size>
87        </property>
88       </spacer>
89      </item>
90      <item>
91       <widget class="QPushButton" name="buttonClose">
92        <property name="minimumSize">
93         <size>
94          <width>128</width>
95          <height>0</height>
96         </size>
97        </property>
98        <property name="text">
99         <string>Discard</string>
100        </property>
101        <property name="flat">
102         <bool>false</bool>
103        </property>
104       </widget>
105      </item>
106     </layout>
107    </item>
108   </layout>
109  </widget>
110  <resources>
111   <include location="../res/resources.qrc"/>
112  </resources>
113  <connections>
114   <connection>
115    <sender>buttonClose</sender>
116    <signal>clicked()</signal>
117    <receiver>HelpDialog</receiver>
118    <slot>close()</slot>
119    <hints>
120     <hint type="sourcelabel">
121      <x>645</x>
122      <y>362</y>
123     </hint>
124     <hint type="destinationlabel">
125      <x>359</x>
126      <y>191</y>
127     </hint>
128    </hints>
129   </connection>
130  </connections>
131 </ui>