<ui version="4.0" >
|
<author></author>
|
<comment></comment>
|
<exportmacro></exportmacro>
|
<class>AddDialogClass</class>
|
<widget class="QDialog" name="AddDialogClass" >
|
<property name="geometry" >
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>321</width>
|
<height>113</height>
|
</rect>
|
</property>
|
<property name="windowTitle" >
|
<string>AddDialog</string>
|
</property>
|
<layout class="QVBoxLayout" >
|
<property name="margin" >
|
<number>8</number>
|
</property>
|
<property name="spacing" >
|
<number>6</number>
|
</property>
|
<item>
|
<layout class="QGridLayout" >
|
<property name="margin" >
|
<number>0</number>
|
</property>
|
<property name="spacing" >
|
<number>6</number>
|
</property>
|
<item row="1" column="1" >
|
<widget class="QLineEdit" name="emailEdit" />
|
</item>
|
<item row="1" column="0" >
|
<widget class="QLabel" name="emailText" >
|
<property name="text" >
|
<string>Email:</string>
|
</property>
|
</widget>
|
</item>
|
<item row="0" column="1" >
|
<widget class="QLineEdit" name="nameEdit" />
|
</item>
|
<item row="0" column="0" >
|
<widget class="QLabel" name="nameText" >
|
<property name="text" >
|
<string>Name:</string>
|
</property>
|
</widget>
|
</item>
|
</layout>
|
</item>
|
<item>
|
<spacer>
|
<property name="orientation" >
|
<enum>Qt::Vertical</enum>
|
</property>
|
<property name="sizeHint" >
|
<size>
|
<width>20</width>
|
<height>40</height>
|
</size>
|
</property>
|
</spacer>
|
</item>
|
<item>
|
<layout class="QHBoxLayout" >
|
<property name="margin" >
|
<number>0</number>
|
</property>
|
<property name="spacing" >
|
<number>6</number>
|
</property>
|
<item>
|
<spacer>
|
<property name="orientation" >
|
<enum>Qt::Horizontal</enum>
|
</property>
|
<property name="sizeHint" >
|
<size>
|
<width>40</width>
|
<height>20</height>
|
</size>
|
</property>
|
</spacer>
|
</item>
|
<item>
|
<widget class="QPushButton" name="okButton" >
|
<property name="text" >
|
<string>OK</string>
|
</property>
|
</widget>
|
</item>
|
</layout>
|
</item>
|
</layout>
|
</widget>
|
<layoutdefault spacing="6" margin="11" />
|
<pixmapfunction></pixmapfunction>
|
<tabstops>
|
<tabstop>nameEdit</tabstop>
|
<tabstop>emailEdit</tabstop>
|
<tabstop>okButton</tabstop>
|
</tabstops>
|
<resources/>
|
<connections>
|
<connection>
|
<sender>okButton</sender>
|
<signal>clicked()</signal>
|
<receiver>AddDialogClass</receiver>
|
<slot>accept()</slot>
|
<hints>
|
<hint type="sourcelabel" >
|
<x>290</x>
|
<y>92</y>
|
</hint>
|
<hint type="destinationlabel" >
|
<x>201</x>
|
<y>59</y>
|
</hint>
|
</hints>
|
</connection>
|
</connections>
|
</ui>
|