diff --git a/src/plugins/analyzerbase/startremotedialog.ui b/src/plugins/analyzerbase/startremotedialog.ui index 006377a0604a0e86e521b20216865f79651e9db9..f5157f00ca3bb4c51540204640bd03805386b7eb 100644 --- a/src/plugins/analyzerbase/startremotedialog.ui +++ b/src/plugins/analyzerbase/startremotedialog.ui @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>446</width> - <height>296</height> + <height>329</height> </rect> </property> <property name="windowTitle"> @@ -49,26 +49,6 @@ <item row="1" column="1"> <widget class="QLineEdit" name="user"/> </item> - <item row="3" column="0"> - <widget class="QLabel" name="label_4"> - <property name="toolTip"> - <string>You need to pass either a password or an SSH key.</string> - </property> - <property name="text"> - <string>Password:</string> - </property> - <property name="buddy"> - <cstring>password</cstring> - </property> - </widget> - </item> - <item row="3" column="1"> - <widget class="QLineEdit" name="password"> - <property name="echoMode"> - <enum>QLineEdit::Password</enum> - </property> - </widget> - </item> <item row="2" column="0"> <widget class="QLabel" name="label_5"> <property name="text"> @@ -92,6 +72,26 @@ </property> </widget> </item> + <item row="3" column="0"> + <widget class="QLabel" name="label_4"> + <property name="toolTip"> + <string>You need to pass either a password or an SSH key.</string> + </property> + <property name="text"> + <string>Password:</string> + </property> + <property name="buddy"> + <cstring>password</cstring> + </property> + </widget> + </item> + <item row="3" column="1"> + <widget class="QLineEdit" name="password"> + <property name="echoMode"> + <enum>QLineEdit::Password</enum> + </property> + </widget> + </item> <item row="4" column="0"> <widget class="QLabel" name="label_8"> <property name="toolTip"> @@ -167,12 +167,6 @@ <container>1</container> </customwidget> </customwidgets> - <tabstops> - <tabstop>host</tabstop> - <tabstop>user</tabstop> - <tabstop>password</tabstop> - <tabstop>buttonBox</tabstop> - </tabstops> <resources/> <connections/> </ui>