1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>IPhotoAlbum</class>
4 <widget class="QWidget" name="IPhotoAlbum">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>400</width>
10    <height>150</height>
11   </rect>
12  </property>
13  <property name="sizePolicy">
14   <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
15    <horstretch>0</horstretch>
16    <verstretch>0</verstretch>
17   </sizepolicy>
18  </property>
19  <property name="windowTitle">
20   <string>Form</string>
21  </property>
22  <layout class="QHBoxLayout" name="horizontalLayout">
23   <property name="spacing">
24    <number>0</number>
25   </property>
26   <property name="leftMargin">
27    <number>0</number>
28   </property>
29   <property name="topMargin">
30    <number>0</number>
31   </property>
32   <property name="rightMargin">
33    <number>0</number>
34   </property>
35   <property name="bottomMargin">
36    <number>0</number>
37   </property>
38   <item>
39    <widget class="QToolButton" name="toolLeft">
40     <property name="enabled">
41      <bool>false</bool>
42     </property>
43     <property name="sizePolicy">
44      <sizepolicy hsizetype="Fixed" vsizetype="Expanding">
45       <horstretch>0</horstretch>
46       <verstretch>0</verstretch>
47      </sizepolicy>
48     </property>
49     <property name="text">
50      <string>...</string>
51     </property>
52     <property name="icon">
53      <iconset resource="../resources.qrc">
54       <normaloff>:/icons/32x32/Left.png</normaloff>:/icons/32x32/Left.png</iconset>
55     </property>
56    </widget>
57   </item>
58   <item>
59    <widget class="QLabel" name="label">
60     <property name="text">
61      <string/>
62     </property>
63    </widget>
64   </item>
65   <item>
66    <widget class="QToolButton" name="toolRight">
67     <property name="enabled">
68      <bool>false</bool>
69     </property>
70     <property name="sizePolicy">
71      <sizepolicy hsizetype="Fixed" vsizetype="Expanding">
72       <horstretch>0</horstretch>
73       <verstretch>0</verstretch>
74      </sizepolicy>
75     </property>
76     <property name="text">
77      <string>...</string>
78     </property>
79     <property name="icon">
80      <iconset resource="../resources.qrc">
81       <normaloff>:/icons/32x32/Right.png</normaloff>:/icons/32x32/Right.png</iconset>
82     </property>
83    </widget>
84   </item>
85  </layout>
86 </widget>
87 <resources>
88  <include location="../resources.qrc"/>
89 </resources>
90 <connections/>
91</ui>
92