diff options
| author | Remko Tronçon <git@el-tramo.be> | 2010-12-16 19:23:11 (GMT) | 
|---|---|---|
| committer | Remko Tronçon <git@el-tramo.be> | 2010-12-16 19:23:11 (GMT) | 
| commit | db2abc1b24f05062477abd39802435e1d6025d63 (patch) | |
| tree | d46567774f2667356954432394639cfda04530e0 | |
| parent | a04c157e156061a08bb6dec573eb05f1b6e15b9e (diff) | |
| download | swift-db2abc1b24f05062477abd39802435e1d6025d63.zip swift-db2abc1b24f05062477abd39802435e1d6025d63.tar.bz2 | |
Revert "Pretty up Add Contact dialog."
| -rw-r--r-- | Swift/QtUI/QtAddContactDialog.ui | 73 | 
1 files changed, 16 insertions, 57 deletions
| diff --git a/Swift/QtUI/QtAddContactDialog.ui b/Swift/QtUI/QtAddContactDialog.ui index 5017cb4..861b1be 100644 --- a/Swift/QtUI/QtAddContactDialog.ui +++ b/Swift/QtUI/QtAddContactDialog.ui @@ -6,94 +6,53 @@     <rect>      <x>0</x>      <y>0</y> -    <width>288</width> -    <height>166</height> +    <width>232</width> +    <height>137</height>     </rect>    </property>    <property name="windowTitle">     <string>Add contact</string>    </property> -  <layout class="QGridLayout" name="gridLayout"> -   <item row="0" column="0"> -    <layout class="QHBoxLayout" name="horizontalLayout_2"> +  <layout class="QVBoxLayout" name="verticalLayout"> +   <item> +    <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_"/>       </item>      </layout>     </item> -   <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> +    <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_"> -       <property name="placeholderText"> -        <string>alice@wonderland.lit</string> -       </property> -      </widget> +      <widget class="QLineEdit" name="name_"/>       </item>      </layout>     </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"> +   <item>      <widget class="QLabel" name="errorLabel_">       <property name="text"> -      <string>Error</string> +      <string/>       </property>       <property name="textFormat">        <enum>Qt::RichText</enum>       </property> -     <property name="alignment"> -      <set>Qt::AlignCenter</set> -     </property>      </widget>     </item> -   <item row="4" column="0" colspan="2"> +   <item>      <widget class="QDialogButtonBox" name="buttons_">       <property name="orientation">        <enum>Qt::Horizontal</enum> | 
 Swift
 Swift