2009-06-10 15:49:02 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<ui version="4.0">
|
2009-06-10 11:25:51 +02:00
|
|
|
<class>FindDialog</class>
|
2009-06-10 15:49:02 +02:00
|
|
|
<widget class="QDialog" name="FindDialog">
|
|
|
|
|
<property name="geometry">
|
2009-06-08 17:35:08 +02:00
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
2009-06-10 15:49:02 +02:00
|
|
|
<width>486</width>
|
|
|
|
|
<height>65</height>
|
2009-06-08 17:35:08 +02:00
|
|
|
</rect>
|
|
|
|
|
</property>
|
2009-06-10 15:49:02 +02:00
|
|
|
<property name="windowTitle">
|
2009-06-08 17:35:08 +02:00
|
|
|
<string>Dialog</string>
|
|
|
|
|
</property>
|
2009-06-10 15:49:02 +02:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
|
<item>
|
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Enter the name of a contact:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLineEdit" name="lineEdit"/>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="findButton">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Find</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
2009-06-08 17:35:08 +02:00
|
|
|
</widget>
|
|
|
|
|
<resources/>
|
2009-06-10 15:49:02 +02:00
|
|
|
<connections>
|
|
|
|
|
<connection>
|
|
|
|
|
<sender>findButton</sender>
|
|
|
|
|
<signal>clicked()</signal>
|
|
|
|
|
<receiver>FindDialog</receiver>
|
|
|
|
|
<slot>accept()</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
|
<x>415</x>
|
|
|
|
|
<y>42</y>
|
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>385</x>
|
|
|
|
|
<y>50</y>
|
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
</connections>
|
2009-06-08 17:35:08 +02:00
|
|
|
</ui>
|