Files
qt-creator/doc/examples/addressbook-sdk/part5/finddialog.ui

60 lines
1.3 KiB
Plaintext
Raw Normal View History

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">
<rect>
<x>0</x>
<y>0</y>
2009-06-10 15:49:02 +02:00
<width>486</width>
<height>65</height>
</rect>
</property>
2009-06-10 15:49:02 +02:00
<property name="windowTitle">
<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>
</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>
</ui>