diff options
-rw-r--r-- | Swift/QtUI/QtAddContactDialog.ui | 73 |
1 files changed, 57 insertions, 16 deletions
diff --git a/Swift/QtUI/QtAddContactDialog.ui b/Swift/QtUI/QtAddContactDialog.ui index 861b1be..5017cb4 100644 --- a/Swift/QtUI/QtAddContactDialog.ui +++ b/Swift/QtUI/QtAddContactDialog.ui @@ -6,53 +6,94 @@ <rect> <x>0</x> <y>0</y> - <width>232</width> - <height>137</height> + <width>288</width> + <height>166</height> </rect> </property> <property name="windowTitle"> <string>Add contact</string> </property> - <layout class="QVBoxLayout" name="verticalLayout"> - <item> - <layout class="QHBoxLayout" name="horizontalLayout"> + <layout class="QGridLayout" name="gridLayout"> + <item row="0" column="0"> + <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> - <widget class="QLabel" name="label"> + <widget class="QLabel" name="label_2"> <property name="text"> - <string>User's ID:</string> + <string>Name:</string> </property> </widget> </item> <item> - <widget class="QLineEdit" name="contactJID_"/> + <widget class="QLineEdit" name="name_"/> </item> </layout> </item> - <item> - <layout class="QHBoxLayout" name="horizontalLayout_2"> + <item row="0" column="1"> + <widget class="QLabel" name="label_4"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="font"> + <font> + <pointsize>7</pointsize> + </font> + </property> + <property name="text"> + <string>(Optional)</string> + </property> + <property name="alignment"> + <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> + </property> + </widget> + </item> + <item row="1" column="0"> + <layout class="QHBoxLayout" name="horizontalLayout"> <item> - <widget class="QLabel" name="label_2"> + <widget class="QLabel" name="label"> <property name="text"> - <string>Name:</string> + <string>User's ID:</string> </property> </widget> </item> <item> - <widget class="QLineEdit" name="name_"/> + <widget class="QLineEdit" name="contactJID_"> + <property name="placeholderText"> + <string>alice@wonderland.lit</string> + </property> + </widget> </item> </layout> </item> - <item> + <item row="2" column="0"> + <spacer name="verticalSpacer"> + <property name="orientation"> + <enum>Qt::Vertical</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>20</width> + <height>41</height> + </size> + </property> + </spacer> + </item> + <item row="3" column="0" colspan="2"> <widget class="QLabel" name="errorLabel_"> <property name="text"> - <string/> + <string>Error</string> </property> <property name="textFormat"> <enum>Qt::RichText</enum> </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> + </property> </widget> </item> - <item> + <item row="4" column="0" colspan="2"> <widget class="QDialogButtonBox" name="buttons_"> <property name="orientation"> <enum>Qt::Horizontal</enum> |