Tizen 2.1 base
[platform/upstream/hplip.git] / ui / imagepropertiesdlg_base.ui
1 <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2 <class>ImagePropertiesDlg_base</class>
3 <widget class="QDialog">
4     <property name="name">
5         <cstring>ImagePropertiesDlg_base</cstring>
6     </property>
7     <property name="geometry">
8         <rect>
9             <x>0</x>
10             <y>0</y>
11             <width>431</width>
12             <height>388</height>
13         </rect>
14     </property>
15     <property name="caption">
16         <string>Properties for</string>
17     </property>
18     <grid>
19         <property name="name">
20             <cstring>unnamed</cstring>
21         </property>
22         <widget class="QLabel" row="3" column="0">
23             <property name="name">
24                 <cstring>textLabel6</cstring>
25             </property>
26             <property name="text">
27                 <string>MIME Type:</string>
28             </property>
29         </widget>
30         <widget class="QLabel" row="4" column="0">
31             <property name="name">
32                 <cstring>textLabel8</cstring>
33             </property>
34             <property name="text">
35                 <string>Size:</string>
36             </property>
37         </widget>
38         <widget class="QLabel" row="2" column="0">
39             <property name="name">
40                 <cstring>textLabel10</cstring>
41             </property>
42             <property name="text">
43                 <string>Location:</string>
44             </property>
45         </widget>
46         <widget class="QListView" row="5" column="0" rowspan="1" colspan="3">
47             <column>
48                 <property name="text">
49                     <string>EXIF Labels</string>
50                 </property>
51                 <property name="clickable">
52                     <bool>true</bool>
53                 </property>
54                 <property name="resizable">
55                     <bool>false</bool>
56                 </property>
57             </column>
58             <column>
59                 <property name="text">
60                     <string>Contents </string>
61                 </property>
62                 <property name="clickable">
63                     <bool>true</bool>
64                 </property>
65                 <property name="resizable">
66                     <bool>true</bool>
67                 </property>
68             </column>
69             <property name="name">
70                 <cstring>EXifDataListView</cstring>
71             </property>
72             <property name="sizePolicy">
73                 <sizepolicy>
74                     <hsizetype>7</hsizetype>
75                     <vsizetype>7</vsizetype>
76                     <horstretch>0</horstretch>
77                     <verstretch>0</verstretch>
78                 </sizepolicy>
79             </property>
80             <property name="minimumSize">
81                 <size>
82                     <width>400</width>
83                     <height>100</height>
84                 </size>
85             </property>
86             <property name="frameShadow">
87                 <enum>Sunken</enum>
88             </property>
89             <property name="resizeMode">
90                 <enum>AllColumns</enum>
91             </property>
92         </widget>
93         <widget class="QLabel" row="2" column="1" rowspan="1" colspan="2">
94             <property name="name">
95                 <cstring>LocationText</cstring>
96             </property>
97             <property name="text">
98                 <string>LOCATION</string>
99             </property>
100         </widget>
101         <widget class="QLabel" row="3" column="1" rowspan="1" colspan="2">
102             <property name="name">
103                 <cstring>MimeTypeText</cstring>
104             </property>
105             <property name="text">
106                 <string>MIME TYPE</string>
107             </property>
108         </widget>
109         <widget class="QLabel" row="4" column="1" rowspan="1" colspan="2">
110             <property name="name">
111                 <cstring>SizeText</cstring>
112             </property>
113             <property name="text">
114                 <string>SIZE</string>
115             </property>
116         </widget>
117         <widget class="QLabel" row="0" column="0" rowspan="1" colspan="3">
118             <property name="name">
119                 <cstring>FilenameText</cstring>
120             </property>
121             <property name="text">
122                 <string>FILENAME</string>
123             </property>
124         </widget>
125         <widget class="Line" row="1" column="0" rowspan="1" colspan="3">
126             <property name="name">
127                 <cstring>line1</cstring>
128             </property>
129             <property name="frameShape">
130                 <enum>HLine</enum>
131             </property>
132             <property name="frameShadow">
133                 <enum>Sunken</enum>
134             </property>
135             <property name="orientation">
136                 <enum>Horizontal</enum>
137             </property>
138         </widget>
139         <spacer row="6" column="0" rowspan="1" colspan="2">
140             <property name="name">
141                 <cstring>spacer3</cstring>
142             </property>
143             <property name="orientation">
144                 <enum>Horizontal</enum>
145             </property>
146             <property name="sizeType">
147                 <enum>Expanding</enum>
148             </property>
149             <property name="sizeHint">
150                 <size>
151                     <width>300</width>
152                     <height>20</height>
153                 </size>
154             </property>
155         </spacer>
156         <widget class="QPushButton" row="6" column="2">
157             <property name="name">
158                 <cstring>pushButton6</cstring>
159             </property>
160             <property name="text">
161                 <string>OK</string>
162             </property>
163         </widget>
164     </grid>
165 </widget>
166 <connections>
167     <connection>
168         <sender>pushButton6</sender>
169         <signal>clicked()</signal>
170         <receiver>ImagePropertiesDlg_base</receiver>
171         <slot>close()</slot>
172     </connection>
173 </connections>
174 <slots>
175     <slot>ViewEXIFButton_clicked()</slot>
176 </slots>
177 <layoutdefaults spacing="6" margin="11"/>
178 </UI>