From 50d11414a547cfc2bb29a1c297ff27dffe4110b0 Mon Sep 17 00:00:00 2001 From: Willem Liu Date: Sat, 30 Apr 2011 03:03:40 +0200 Subject: [PATCH] Open external links enabled for tip label in Sync settings window --- settingsform.cpp | 1 + settingsform.ui | 151 +++++++++++++++++++++++++++++++----------------------- 2 files changed, 89 insertions(+), 63 deletions(-) diff --git a/settingsform.cpp b/settingsform.cpp index 5fdce8a..6923c52 100755 --- a/settingsform.cpp +++ b/settingsform.cpp @@ -6,6 +6,7 @@ SettingsForm::SettingsForm(QWidget *parent) : ui(new Ui::SettingsForm) { ui->setupUi(this); + ui->syncTipLabel->setOpenExternalLinks(true); ui->syncUsernameLineEdit->setInputMethodHints(Qt::ImhNoAutoUppercase); ui->syncPasswordLineEdit->setInputMethodHints(Qt::ImhNoAutoUppercase); ui->syncUrlLineEdit->setInputMethodHints(Qt::ImhNoAutoUppercase); diff --git a/settingsform.ui b/settingsform.ui index 4746f6e..ff5064e 100755 --- a/settingsform.ui +++ b/settingsform.ui @@ -22,70 +22,95 @@ - - - Sync settings: + + + true - - - - - Username: - - - - - - - - - - Password: - - - - - - - QLineEdit::Password - - - - - - - Sync url: - - - - - - - http://www.willemliu.nl/qt/maemo/easylist/getList.php - - - - - - - Restore Sync url - - - - - - - Tip: Setup your sync account on <a href="http://www.willemliu.nl/qt/maemo/easylist/">http://www.willemliu.nl/qt/maemo/easylist/</a> - - - Qt::RichText - - - true - - - - + + + + 0 + 0 + 394 + 263 + + + + + 0 + + + 0 + + + + + Sync settings: + + + + + + Username: + + + + + + + + + + Password: + + + + + + + QLineEdit::Password + + + + + + + Sync url: + + + + + + + http://www.willemliu.nl/qt/maemo/easylist/getList.php + + + + + + + Restore Sync url + + + + + + + Tip: Setup your sync account on <a href="http://www.willemliu.nl/qt/maemo/easylist/">http://www.willemliu.nl/qt/maemo/easylist/</a> + + + Qt::RichText + + + true + + + + + + + + -- 1.7.9.5