analyzer: fix tab order in 'start remote' dialog

Task-number: QTCREATORBUG-5765
Change-Id: I24f4a0bab178f32da12dc6842945cff2f7ffa993
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2011-11-18 19:32:29 +01:00
committed by hjk
parent 20f485df59
commit e64c33e0f7

View File

@@ -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>