diff options
author | Siteshwar Vashisht <siteshwar@gmail.com> | 2012-05-25 22:23:14 +0530 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-05-28 00:10:31 +0200 |
commit | 678a7679b4f02ee4dd50ac9816b9a54f0cbc1120 (patch) | |
tree | 912ce1f3590daafeab6d4e15744b4b49be828d06 /src | |
parent | Made UI changes to disable history and password sync for certain services, ad... (diff) | |
download | rekonq-678a7679b4f02ee4dd50ac9816b9a54f0cbc1120.tar.xz |
Made minor changes in UI of sync wizard.
Diffstat (limited to 'src')
-rw-r--r-- | src/sync/sync_host_type.ui | 4 | ||||
-rw-r--r-- | src/sync/sync_opera_settings.ui | 13 |
2 files changed, 15 insertions, 2 deletions
diff --git a/src/sync/sync_host_type.ui b/src/sync/sync_host_type.ui index 6bdef5fa..30656981 100644 --- a/src/sync/sync_host_type.ui +++ b/src/sync/sync_host_type.ui @@ -34,14 +34,14 @@ <item> <widget class="QRadioButton" name="googleRadioButton"> <property name="text"> - <string>Google Bookmarks</string> + <string>Google Sync</string> </property> </widget> </item> <item> <widget class="QRadioButton" name="operaRadioButton"> <property name="text"> - <string>Opera Bookmarks</string> + <string>Opera Sync</string> </property> </widget> </item> diff --git a/src/sync/sync_opera_settings.ui b/src/sync/sync_opera_settings.ui index 5144c552..86da1cb3 100644 --- a/src/sync/sync_opera_settings.ui +++ b/src/sync/sync_opera_settings.ui @@ -44,6 +44,19 @@ </widget> </item> <item> + <widget class="QLabel" name="infoLabel"> + <property name="styleSheet"> + <string notr="true">QLabel { color : red; }</string> + </property> + <property name="text"> + <string>Only bookmarks will be synchronized.</string> + </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> + </property> + </widget> + </item> + <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> |