diff options
| author | Tannin <sherb@gmx.net> | 2016-06-05 14:23:27 +0200 |
|---|---|---|
| committer | Tannin <sherb@gmx.net> | 2016-06-05 14:23:27 +0200 |
| commit | 8d04c77c29392ae2dce8efe517c50b40b5fd1895 (patch) | |
| tree | d7b4789c6a27bbf858cb52b4fdc9fa4dd5ea91ef /src/credentialsdialog.ui | |
| parent | b935ce386251272f80e3fc297d0bb53f9cea6af0 (diff) | |
updated version number and translation file
Diffstat (limited to 'src/credentialsdialog.ui')
| -rw-r--r-- | src/credentialsdialog.ui | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/src/credentialsdialog.ui b/src/credentialsdialog.ui index 3dd9a62a..918441d8 100644 --- a/src/credentialsdialog.ui +++ b/src/credentialsdialog.ui @@ -6,7 +6,7 @@ <rect>
<x>0</x>
<y>0</y>
- <width>282</width>
+ <width>294</width>
<height>156</height>
</rect>
</property>
@@ -25,29 +25,25 @@ </widget>
</item>
<item>
- <layout class="QHBoxLayout" name="horizontalLayout">
- <item>
+ <layout class="QFormLayout" name="formLayout">
+ <item row="0" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>Username</string>
</property>
</widget>
</item>
- <item>
+ <item row="0" column="1">
<widget class="QLineEdit" name="usernameEdit"/>
</item>
- </layout>
- </item>
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout_2">
- <item>
+ <item row="1" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>Password</string>
</property>
</widget>
</item>
- <item>
+ <item row="1" column="1">
<widget class="QLineEdit" name="passwordEdit">
<property name="echoMode">
<enum>QLineEdit::Password</enum>
|
