From: Willem Liu Date: Sat, 30 Apr 2011 01:03:40 +0000 (+0200) Subject: Open external links enabled for tip label in Sync settings window X-Git-Tag: easylist-0.3.25~2 X-Git-Url: http://vcs.maemo.org/git/?a=commitdiff_plain;h=50d11414a547cfc2bb29a1c297ff27dffe4110b0;p=easylist Open external links enabled for tip label in Sync settings window --- 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 + + + + + + + +