Tizen 2.1 base
[platform/upstream/hplip.git] / ui / allowabletypesdlg_base.ui
1 <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2 <class>AllowableTypesDlg_base</class>
3 <widget class="QDialog">
4     <property name="name">
5         <cstring>AllowableTypesDlg_base</cstring>
6     </property>
7     <property name="geometry">
8         <rect>
9             <x>0</x>
10             <y>0</y>
11             <width>495</width>
12             <height>576</height>
13         </rect>
14     </property>
15     <property name="caption">
16         <string>HP Device Manager - Allowable Types</string>
17     </property>
18     <grid>
19         <property name="name">
20             <cstring>unnamed</cstring>
21         </property>
22         <widget class="Line" row="1" column="0" rowspan="1" colspan="2">
23             <property name="name">
24                 <cstring>line1_2</cstring>
25             </property>
26             <property name="frameShape">
27                 <enum>HLine</enum>
28             </property>
29             <property name="frameShadow">
30                 <enum>Sunken</enum>
31             </property>
32             <property name="orientation">
33                 <enum>Horizontal</enum>
34             </property>
35         </widget>
36         <widget class="QLabel" row="0" column="0" rowspan="1" colspan="2">
37             <property name="name">
38                 <cstring>textLabel3_2</cstring>
39             </property>
40             <property name="sizePolicy">
41                 <sizepolicy>
42                     <hsizetype>5</hsizetype>
43                     <vsizetype>5</vsizetype>
44                     <horstretch>0</horstretch>
45                     <verstretch>0</verstretch>
46                 </sizepolicy>
47             </property>
48             <property name="text">
49                 <string>&lt;b&gt;File/document types that can be added to the file list.&lt;/b&gt;</string>
50             </property>
51         </widget>
52         <widget class="QPushButton" row="4" column="1">
53             <property name="name">
54                 <cstring>pushButton10</cstring>
55             </property>
56             <property name="text">
57                 <string>OK</string>
58             </property>
59         </widget>
60         <spacer row="4" column="0">
61             <property name="name">
62                 <cstring>spacer7</cstring>
63             </property>
64             <property name="orientation">
65                 <enum>Horizontal</enum>
66             </property>
67             <property name="sizeType">
68                 <enum>Expanding</enum>
69             </property>
70             <property name="sizeHint">
71                 <size>
72                     <width>301</width>
73                     <height>20</height>
74                 </size>
75             </property>
76         </spacer>
77         <widget class="QListView" row="2" column="0" rowspan="1" colspan="2">
78             <column>
79                 <property name="text">
80                     <string>MIME Type</string>
81                 </property>
82                 <property name="clickable">
83                     <bool>true</bool>
84                 </property>
85                 <property name="resizable">
86                     <bool>true</bool>
87                 </property>
88             </column>
89             <column>
90                 <property name="text">
91                     <string>Description</string>
92                 </property>
93                 <property name="clickable">
94                     <bool>true</bool>
95                 </property>
96                 <property name="resizable">
97                     <bool>true</bool>
98                 </property>
99             </column>
100             <column>
101                 <property name="text">
102                     <string>Usual File Extension(s)</string>
103                 </property>
104                 <property name="clickable">
105                     <bool>true</bool>
106                 </property>
107                 <property name="resizable">
108                     <bool>true</bool>
109                 </property>
110             </column>
111             <property name="name">
112                 <cstring>allowableTypesListView</cstring>
113             </property>
114             <property name="selectionMode">
115                 <enum>NoSelection</enum>
116             </property>
117             <property name="allColumnsShowFocus">
118                 <bool>true</bool>
119             </property>
120         </widget>
121         <widget class="QLabel" row="3" column="0" rowspan="1" colspan="2">
122             <property name="name">
123                 <cstring>textLabel1</cstring>
124             </property>
125             <property name="text">
126                 <string>&lt;i&gt;Note: To print or fax file/document types that do not appear on this list, print the document from the application that created it through the appropriate CUPS printer.&lt;/i&gt;</string>
127             </property>
128         </widget>
129     </grid>
130 </widget>
131 <connections>
132     <connection>
133         <sender>pushButton10</sender>
134         <signal>clicked()</signal>
135         <receiver>AllowableTypesDlg_base</receiver>
136         <slot>accept()</slot>
137     </connection>
138 </connections>
139 <layoutdefaults spacing="6" margin="11"/>
140 </UI>