2009-04-20 16:42:58 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<ui version="4.0">
|
2009-06-04 13:53:32 +02:00
|
|
|
<class>AddressBook</class>
|
|
|
|
|
<widget class="QWidget" name="AddressBook">
|
2009-04-20 16:42:58 +02:00
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
2009-05-29 18:32:36 +02:00
|
|
|
<width>463</width>
|
|
|
|
|
<height>245</height>
|
2009-04-20 16:42:58 +02:00
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="windowTitle">
|
|
|
|
|
<string>AddressBook</string>
|
|
|
|
|
</property>
|
2009-06-02 17:42:27 +02:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
|
<item>
|
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
|
<item row="0" column="0">
|
2009-06-03 10:50:04 +02:00
|
|
|
<widget class="QLabel" name="nameLabel">
|
2009-06-02 17:42:27 +02:00
|
|
|
<property name="text">
|
|
|
|
|
<string>Name:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="1">
|
2009-06-03 10:50:04 +02:00
|
|
|
<widget class="QLineEdit" name="nameLine"/>
|
2009-06-02 17:42:27 +02:00
|
|
|
</item>
|
|
|
|
|
<item row="1" column="0">
|
2009-06-03 10:50:04 +02:00
|
|
|
<widget class="QLabel" name="addressLabel">
|
2009-06-02 17:42:27 +02:00
|
|
|
<property name="text">
|
|
|
|
|
<string>Address:</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="1">
|
2009-06-03 10:50:04 +02:00
|
|
|
<widget class="QTextEdit" name="addressText"/>
|
2009-06-02 17:42:27 +02:00
|
|
|
</item>
|
|
|
|
|
<item row="1" column="2">
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="addButton">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Add</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="submitButton">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Submit</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="cancelButton">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Cancel</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>20</width>
|
|
|
|
|
<height>40</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
2009-04-20 16:42:58 +02:00
|
|
|
</widget>
|
|
|
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
|
|
|
<resources/>
|
|
|
|
|
<connections/>
|
|
|
|
|
</ui>
|