OSDN Git Service

gitattirubes test 2
[handbrake-jp/handbrake-jp.git] / qt4 / scanwidget.ui
1 <ui version="4.0" >
2  <class>ScanWidget</class>
3  <widget class="QWidget" name="ScanWidget" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>320</width>
9     <height>300</height>
10    </rect>
11   </property>
12   <property name="sizePolicy" >
13    <sizepolicy>
14     <hsizetype>4</hsizetype>
15     <vsizetype>4</vsizetype>
16     <horstretch>0</horstretch>
17     <verstretch>0</verstretch>
18    </sizepolicy>
19   </property>
20   <property name="minimumSize" >
21    <size>
22     <width>320</width>
23     <height>300</height>
24    </size>
25   </property>
26   <property name="windowTitle" >
27    <string>Form</string>
28   </property>
29   <layout class="QVBoxLayout" >
30    <property name="margin" >
31     <number>9</number>
32    </property>
33    <property name="spacing" >
34     <number>6</number>
35    </property>
36    <item>
37     <widget class="QLabel" name="mainLabel" >
38      <property name="text" >
39       <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
40 p, li { white-space: pre-wrap; }
41 &lt;/style>&lt;/head>&lt;body style=" font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">
42 &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-size:14pt; font-weight:600;">Select DVD source&lt;/span>&lt;/p>&lt;/body>&lt;/html></string>
43      </property>
44     </widget>
45    </item>
46    <item>
47     <widget class="Line" name="line" >
48      <property name="orientation" >
49       <enum>Qt::Horizontal</enum>
50      </property>
51     </widget>
52    </item>
53    <item>
54     <layout class="QGridLayout" >
55      <property name="margin" >
56       <number>6</number>
57      </property>
58      <property name="spacing" >
59       <number>6</number>
60      </property>
61      <item row="0" column="0" >
62       <widget class="QRadioButton" name="deviceRadioButton" >
63        <property name="text" >
64         <string>DVD device</string>
65        </property>
66       </widget>
67      </item>
68      <item row="1" column="1" >
69       <widget class="QLineEdit" name="folderLineEdit" />
70      </item>
71      <item row="1" column="0" >
72       <widget class="QRadioButton" name="folderRadioButton" >
73        <property name="text" >
74         <string>DVD folder / image</string>
75        </property>
76       </widget>
77      </item>
78      <item row="1" column="2" >
79       <widget class="QPushButton" name="folderPushButton" >
80        <property name="sizePolicy" >
81         <sizepolicy>
82          <hsizetype>4</hsizetype>
83          <vsizetype>4</vsizetype>
84          <horstretch>0</horstretch>
85          <verstretch>0</verstretch>
86         </sizepolicy>
87        </property>
88        <property name="font" >
89         <font>
90          <pointsize>8</pointsize>
91         </font>
92        </property>
93        <property name="text" >
94         <string>Browse...</string>
95        </property>
96       </widget>
97      </item>
98      <item row="0" column="1" colspan="2" >
99       <widget class="QComboBox" name="deviceComboBox" />
100      </item>
101     </layout>
102    </item>
103    <item>
104     <spacer>
105      <property name="orientation" >
106       <enum>Qt::Vertical</enum>
107      </property>
108      <property name="sizeHint" >
109       <size>
110        <width>20</width>
111        <height>40</height>
112       </size>
113      </property>
114     </spacer>
115    </item>
116    <item>
117     <widget class="QProgressBar" name="progress" >
118      <property name="value" >
119       <number>24</number>
120      </property>
121      <property name="orientation" >
122       <enum>Qt::Horizontal</enum>
123      </property>
124     </widget>
125    </item>
126    <item>
127     <layout class="QHBoxLayout" >
128      <property name="margin" >
129       <number>0</number>
130      </property>
131      <property name="spacing" >
132       <number>6</number>
133      </property>
134      <item>
135       <spacer>
136        <property name="orientation" >
137         <enum>Qt::Horizontal</enum>
138        </property>
139        <property name="sizeHint" >
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="scanButton" >
149        <property name="sizePolicy" >
150         <sizepolicy>
151          <hsizetype>4</hsizetype>
152          <vsizetype>4</vsizetype>
153          <horstretch>0</horstretch>
154          <verstretch>0</verstretch>
155         </sizepolicy>
156        </property>
157        <property name="text" >
158         <string>Scan</string>
159        </property>
160       </widget>
161      </item>
162     </layout>
163    </item>
164   </layout>
165  </widget>
166  <resources/>
167  <connections/>
168 </ui>