diff options
author | Kevin Smith <git@kismith.co.uk> | 2012-12-04 09:25:40 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2012-12-04 09:25:40 (GMT) |
commit | fff7ba50011f25fc050329c5db9d0ff8fe11abfa (patch) | |
tree | 2391b0ba741cbfeac0625a9e4400e7a3e3e10918 | |
parent | 33c379ef63279833c49919fd619668b19b138f3b (diff) | |
download | swift-contrib-fff7ba50011f25fc050329c5db9d0ff8fe11abfa.zip swift-contrib-fff7ba50011f25fc050329c5db9d0ff8fe11abfa.tar.bz2 |
Warn that connection settings aren't saved immediately.
Change-Id: I6d725193bd04046c98cd6bcb86be8a7c45d4489d
Resolves: #1185
-rw-r--r-- | Swift/QtUI/QtConnectionSettings.ui | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/Swift/QtUI/QtConnectionSettings.ui b/Swift/QtUI/QtConnectionSettings.ui index ee5061f..7283184 100644 --- a/Swift/QtUI/QtConnectionSettings.ui +++ b/Swift/QtUI/QtConnectionSettings.ui @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>406</width> - <height>434</height> + <height>454</height> </rect> </property> <property name="windowTitle"> @@ -486,6 +486,16 @@ </widget> </item> <item> + <widget class="QLabel" name="label_3"> + <property name="text"> + <string>Connection options will be saved when next connecting to this account.</string> + </property> + <property name="wordWrap"> + <bool>true</bool> + </property> + </widget> + </item> + <item> <widget class="QDialogButtonBox" name="buttonBox"> <property name="orientation"> <enum>Qt::Horizontal</enum> |