<!DOCTYPE UI><UI version="3.0" stdsetdef="1"> <class>AddressDetails</class> <widget class="QDialog"> <property name="name"> <cstring>AddressDetails</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>216</width> <height>252</height> </rect> </property> <property name="caption"> <string>Enter Address</string> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>11</number> </property> <property name="spacing"> <number>6</number> </property> <widget class="QLayoutWidget"> <property name="name"> <cstring>Layout2</cstring> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>0</number> </property> <property name="spacing"> <number>6</number> </property> <widget class="QLabel" row="3" column="0"> <property name="name"> <cstring>TextLabel8</cstring> </property> <property name="text"> <string>Street</string> </property> </widget> <widget class="QLineEdit" row="3" column="1"> <property name="name"> <cstring>editStreet</cstring> </property> </widget> <widget class="QLineEdit" row="2" column="1"> <property name="name"> <cstring>editPhoneNumber</cstring> </property> </widget> <widget class="QLabel" row="4" column="0"> <property name="name"> <cstring>TextLabel7</cstring> </property> <property name="text"> <string>City</string> </property> </widget> <widget class="QLabel" row="0" column="0"> <property name="name"> <cstring>TextLabel1</cstring> </property> <property name="text"> <string>Last Name</string> </property> </widget> <widget class="QLabel" row="2" column="0"> <property name="name"> <cstring>TextLabel6</cstring> </property> <property name="text"> <string>Phone Number</string> </property> </widget> <widget class="QLineEdit" row="5" column="1"> <property name="name"> <cstring>editCountry</cstring> </property> </widget> <widget class="QLabel" row="6" column="0"> <property name="name"> <cstring>TextLabel10</cstring> </property> <property name="text"> <string>Zip Code</string> </property> </widget> <widget class="QLineEdit" row="0" column="1"> <property name="name"> <cstring>editLastName</cstring> </property> </widget> <widget class="QLineEdit" row="6" column="1"> <property name="name"> <cstring>editZipCode</cstring> </property> </widget> <widget class="QLabel" row="1" column="0"> <property name="name"> <cstring>TextLabel4</cstring> </property> <property name="text"> <string>First Name</string> </property> </widget> <widget class="QLineEdit" row="4" column="1"> <property name="name"> <cstring>editCity</cstring> </property> </widget> <widget class="QLabel" row="5" column="0"> <property name="name"> <cstring>TextLabel9</cstring> </property> <property name="text"> <string>Country</string> </property> </widget> <widget class="QLineEdit" row="1" column="1"> <property name="name"> <cstring>editFirstName</cstring> </property> </widget> </grid> </widget> <spacer> <property name="name" stdset="0"> <cstring>Spacer2</cstring> </property> <property name="orientation"> <enum>Vertical</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>20</width> <height>20</height> </size> </property> </spacer> <widget class="QLayoutWidget"> <property name="name"> <cstring>Layout1</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>0</number> </property> <property name="spacing"> <number>6</number> </property> <spacer> <property name="name" stdset="0"> <cstring>Spacer1</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>20</width> <height>20</height> </size> </property> </spacer> <widget class="QPushButton"> <property name="name"> <cstring>PushButton2</cstring> </property> <property name="text"> <string>OK</string> </property> <property name="default"> <bool>true</bool> </property> </widget> <widget class="QPushButton"> <property name="name"> <cstring>PushButton3</cstring> </property> <property name="text"> <string>Cancel</string> </property> </widget> </hbox> </widget> </vbox> </widget> <connections> <connection> <sender>PushButton2</sender> <signal>clicked()</signal> <receiver>AddressDetails</receiver> <slot>okClicked()</slot> </connection> <connection> <sender>PushButton3</sender> <signal>clicked()</signal> <receiver>AddressDetails</receiver> <slot>reject()</slot> </connection> </connections> <tabstops> <tabstop>editLastName</tabstop> <tabstop>editFirstName</tabstop> <tabstop>editPhoneNumber</tabstop> <tabstop>editStreet</tabstop> <tabstop>editCity</tabstop> <tabstop>editCountry</tabstop> <tabstop>editZipCode</tabstop> <tabstop>PushButton2</tabstop> <tabstop>PushButton3</tabstop> </tabstops> <includes> <include location="local" impldecl="in implementation">addressdetails.ui.h</include> </includes> <signals> <signal>newAddress( const QString &, const QString &, const QString &, const QString &, const QString &, const QString &, const QString & );</signal> </signals> <slots> <slot>init()</slot> <slot>okClicked()</slot> </slots> <pixmapinproject/> <layoutdefaults spacing="6" margin="11"/> </UI>