Tizen 2.1 base
[platform/upstream/hplip.git] / ui4 / firmwaredialog_base.ui
1 <ui version="4.0" >
2  <class>Dialog</class>
3  <widget class="QDialog" name="Dialog" >
4   <property name="windowModality" >
5    <enum>Qt::ApplicationModal</enum>
6   </property>
7   <property name="geometry" >
8    <rect>
9     <x>0</x>
10     <y>0</y>
11     <width>700</width>
12     <height>500</height>
13    </rect>
14   </property>
15   <property name="windowTitle" >
16    <string>HP Device Manager - Download Firmware</string>
17   </property>
18   <layout class="QGridLayout" >
19    <item row="0" column="0" >
20     <widget class="QLabel" name="label" >
21      <property name="font" >
22       <font>
23        <pointsize>16</pointsize>
24       </font>
25      </property>
26      <property name="text" >
27       <string>Download Firmware</string>
28      </property>
29     </widget>
30    </item>
31    <item row="1" column="0" colspan="3" >
32     <widget class="Line" name="line" >
33      <property name="orientation" >
34       <enum>Qt::Horizontal</enum>
35      </property>
36     </widget>
37    </item>
38    <item row="2" column="0" colspan="3" >
39     <widget class="DeviceUriComboBox" name="DeviceComboBox" />
40    </item>
41    <item row="3" column="0" colspan="3" >
42     <widget class="QFrame" name="frame" >
43      <property name="frameShape" >
44       <enum>QFrame::StyledPanel</enum>
45      </property>
46      <property name="frameShadow" >
47       <enum>QFrame::Raised</enum>
48      </property>
49      <layout class="QGridLayout" >
50       <item row="0" column="0" >
51        <widget class="QLabel" name="label_2" >
52         <property name="text" >
53          <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
54 p, li { white-space: pre-wrap; }
55 &lt;/style>&lt;/head>&lt;body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;">
56 &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Click&lt;span style=" font-style:italic;"> Download Firmware&lt;/span> to begin download process.&lt;/p>&lt;/body>&lt;/html></string>
57         </property>
58        </widget>
59       </item>
60      </layout>
61     </widget>
62    </item>
63    <item row="4" column="1" >
64     <spacer>
65      <property name="orientation" >
66       <enum>Qt::Vertical</enum>
67      </property>
68      <property name="sizeHint" >
69       <size>
70        <width>20</width>
71        <height>171</height>
72       </size>
73      </property>
74     </spacer>
75    </item>
76    <item row="5" column="0" >
77     <spacer>
78      <property name="orientation" >
79       <enum>Qt::Horizontal</enum>
80      </property>
81      <property name="sizeHint" >
82       <size>
83        <width>301</width>
84        <height>20</height>
85       </size>
86      </property>
87     </spacer>
88    </item>
89    <item row="5" column="1" >
90     <widget class="QPushButton" name="DownloadFirmwareButton" >
91      <property name="text" >
92       <string>Download Firmware</string>
93      </property>
94     </widget>
95    </item>
96    <item row="5" column="2" >
97     <widget class="QPushButton" name="CancelButton" >
98      <property name="text" >
99       <string>Cancel</string>
100      </property>
101     </widget>
102    </item>
103   </layout>
104  </widget>
105  <customwidgets>
106   <customwidget>
107    <class>DeviceUriComboBox</class>
108    <extends>QComboBox</extends>
109    <header>deviceuricombobox.h</header>
110   </customwidget>
111  </customwidgets>
112  <resources/>
113  <connections/>
114 </ui>