diff options
Diffstat (limited to 'Swift/QtUI/UserSearch/QtUserSearchFirstPage.ui')
-rw-r--r-- | Swift/QtUI/UserSearch/QtUserSearchFirstPage.ui | 35 |
1 files changed, 29 insertions, 6 deletions
diff --git a/Swift/QtUI/UserSearch/QtUserSearchFirstPage.ui b/Swift/QtUI/UserSearch/QtUserSearchFirstPage.ui index 46a1277..24d401e 100644 --- a/Swift/QtUI/UserSearch/QtUserSearchFirstPage.ui +++ b/Swift/QtUI/UserSearch/QtUserSearchFirstPage.ui @@ -12,5 +12,5 @@ </property> <property name="windowTitle"> - <string></string> + <string/> </property> <property name="title"> @@ -24,5 +24,5 @@ <widget class="QLabel" name="howLabel_"> <property name="text"> - <string></string> + <string/> </property> </widget> @@ -35,19 +35,39 @@ <string>I know their address:</string> </property> + <property name="autoExclusive"> + <bool>true</bool> + </property> </widget> </item> - <item> - <widget class="QLineEdit" name="jid_"/> - </item> </layout> </item> <item> + <layout class="QHBoxLayout" name="horizontalLayout_3"> + <item> <widget class="QRadioButton" name="byLocalSearch_"> <property name="text"> <string>I'd like to search my server</string> </property> + <property name="autoExclusive"> + <bool>true</bool> + </property> </widget> </item> <item> + <spacer name="horizontalSpacer"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + </layout> + </item> + <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> @@ -56,4 +76,7 @@ <string>I'd like to search another server:</string> </property> + <property name="autoExclusive"> + <bool>true</bool> + </property> </widget> </item> @@ -89,5 +112,5 @@ <widget class="QLabel" name="errorLabel_"> <property name="text"> - <string></string> + <string/> </property> <property name="alignment"> |