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-fff7ba50011f25fc050329c5db9d0ff8fe11abfa.zip swift-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 @@ -1,22 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>QtConnectionSettings</class> <widget class="QDialog" name="QtConnectionSettings"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>406</width> - <height>434</height> + <height>454</height> </rect> </property> <property name="windowTitle"> <string>Connection Options</string> </property> <layout class="QVBoxLayout" name="verticalLayout_3"> <item> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <widget class="QLabel" name="label"> <property name="text"> <string>Connection Method:</string> @@ -477,24 +477,34 @@ <size> <width>20</width> <height>80</height> </size> </property> </spacer> </item> </layout> </widget> </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> </property> <property name="standardButtons"> <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> </property> </widget> </item> </layout> </widget> <resources/> |
Swift