Tizen 2.1 base
[platform/upstream/hplip.git] / ui4 / mimetypesdialog_base.ui
1 <ui version="4.0" >
2  <class>MimeTypesDialog_base</class>
3  <widget class="QDialog" name="MimeTypesDialog_base" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>500</width>
9     <height>540</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>HP Device Manager - MIME Types</string>
14   </property>
15   <layout class="QGridLayout" >
16    <item row="0" column="0" colspan="2" >
17     <widget class="QLabel" name="textLabel3_2" >
18      <property name="sizePolicy" >
19       <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
20        <horstretch>0</horstretch>
21        <verstretch>0</verstretch>
22       </sizepolicy>
23      </property>
24      <property name="text" >
25       <string>&lt;b>File/document types that can be added to the file list.&lt;/b></string>
26      </property>
27      <property name="wordWrap" >
28       <bool>false</bool>
29      </property>
30     </widget>
31    </item>
32    <item row="1" column="0" colspan="2" >
33     <widget class="Line" name="line1_2" >
34      <property name="frameShape" >
35       <enum>QFrame::HLine</enum>
36      </property>
37      <property name="frameShadow" >
38       <enum>QFrame::Sunken</enum>
39      </property>
40     </widget>
41    </item>
42    <item row="2" column="0" colspan="2" >
43     <widget class="QTableWidget" name="TypesTableWidget" >
44      <property name="alternatingRowColors" >
45       <bool>true</bool>
46      </property>
47      <property name="selectionMode" >
48       <enum>QAbstractItemView::NoSelection</enum>
49      </property>
50      <column>
51       <property name="text" >
52        <string>MIME Type</string>
53       </property>
54      </column>
55      <column>
56       <property name="text" >
57        <string>Description</string>
58       </property>
59      </column>
60      <column>
61       <property name="text" >
62        <string>Usual File Extension(s)</string>
63       </property>
64      </column>
65     </widget>
66    </item>
67    <item row="3" column="0" colspan="2" >
68     <widget class="QLabel" name="textLabel1" >
69      <property name="text" >
70       <string>&lt;i>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></string>
71      </property>
72      <property name="wordWrap" >
73       <bool>true</bool>
74      </property>
75     </widget>
76    </item>
77    <item row="4" column="0" >
78     <spacer>
79      <property name="orientation" >
80       <enum>Qt::Horizontal</enum>
81      </property>
82      <property name="sizeType" >
83       <enum>QSizePolicy::Expanding</enum>
84      </property>
85      <property name="sizeHint" >
86       <size>
87        <width>301</width>
88        <height>20</height>
89       </size>
90      </property>
91     </spacer>
92    </item>
93    <item row="4" column="1" >
94     <widget class="QPushButton" name="pushButton10" >
95      <property name="text" >
96       <string>OK</string>
97      </property>
98     </widget>
99    </item>
100   </layout>
101  </widget>
102  <layoutdefault spacing="6" margin="11" />
103  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
104  <resources/>
105  <connections>
106   <connection>
107    <sender>pushButton10</sender>
108    <signal>clicked()</signal>
109    <receiver>MimeTypesDialog_base</receiver>
110    <slot>accept()</slot>
111    <hints>
112     <hint type="sourcelabel" >
113      <x>20</x>
114      <y>20</y>
115     </hint>
116     <hint type="destinationlabel" >
117      <x>20</x>
118      <y>20</y>
119     </hint>
120    </hints>
121   </connection>
122  </connections>
123 </ui>