1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0" stdsetdef="1">
3  <author></author>
4  <comment></comment>
5  <exportmacro></exportmacro>
6  <class>FindForm</class>
7  <widget class="QDialog" name="FindForm">
8    <property name="geometry">
9      <rect>
10        <x>0</x>
11        <y>0</y>
12        <width>353</width>
13        <height>124</height>
14      </rect>
15    </property>
16    <property name="windowTitle">
17      <string>Color Tool -- Find</string>
18    </property>
19    <layout class="QVBoxLayout">
20      <item>
21        <layout class="QHBoxLayout">
22          <item>
23            <widget class="QLabel" name="TextLabel1">
24              <property name="text">
25                <string>&amp;Look for</string>
26              </property>
27              <property name="buddy" stdset="0">
28                <cstring>findLineEdit</cstring>
29              </property>
30              <property name="wordWrap">
31                <bool>false</bool>
32              </property>
33            </widget>
34          </item>
35          <item>
36            <widget class="QLineEdit" name="findLineEdit"/>
37          </item>
38        </layout>
39      </item>
40      <item>
41        <layout class="QHBoxLayout">
42          <item>
43            <spacer name="Spacer1">
44              <property name="sizeHint">
45                <size>
46                  <width>0</width>
47                  <height>16</height>
48                </size>
49              </property>
50              <property name="sizeType">
51                <enum>QSizePolicy::Expanding</enum>
52              </property>
53              <property name="orientation">
54                <enum>Qt::Horizontal</enum>
55              </property>
56            </spacer>
57          </item>
58          <item>
59            <widget class="QPushButton" name="findPushButton">
60              <property name="text">
61                <string>&amp;Find</string>
62              </property>
63              <property name="default">
64                <bool>true</bool>
65              </property>
66            </widget>
67          </item>
68          <item>
69            <widget class="QPushButton" name="closePushButton">
70              <property name="text">
71                <string>Close</string>
72              </property>
73            </widget>
74          </item>
75        </layout>
76      </item>
77    </layout>
78  </widget>
79  <layoutdefault spacing="6" margin="11"/>
80  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
81  <connections>
82    <connection>
83      <sender>closePushButton</sender>
84      <signal>clicked()</signal>
85      <receiver>FindForm</receiver>
86      <slot>accept()</slot>
87    </connection>
88    <connection>
89      <sender>findPushButton</sender>
90      <signal>clicked()</signal>
91      <receiver>FindForm</receiver>
92      <slot>find()</slot>
93    </connection>
94  </connections>
95</ui>
96