From 0f0a9023c737e77d101ef5d3fb1ad592a8a98973 Mon Sep 17 00:00:00 2001 From: ubbo Date: Sun, 30 Jan 2011 22:27:34 +0000 Subject: changed text in about dialog to promote mailing list and contact page git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@464 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- gpgwin.cpp | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/gpgwin.cpp b/gpgwin.cpp index 484aeee..b8887b2 100644 --- a/gpgwin.cpp +++ b/gpgwin.cpp @@ -466,17 +466,11 @@ void GpgWin::about() "Bene, Heimer, Juergen, Nils, Ubbo

" "Translation:
" "Alessandro (pt_br), Kirill (ru), Viriato (es), Serse (it)

" - "If you have any questions and/or suggestions,
" - "contact us at gpg4usb at cpunk.de or feel
" - "free to meet us in our xmpp-channel:
" - "gpg4usb at conference.jabber.ccc.de")); - - /*QMessageBox::about(this, *title, *text); - QMessageBox aboutBox(this); - aboutBox.setText(*text); - aboutBox.setIconPixmap(*pixmap); - aboutBox.setWindowTitle(*title); - aboutBox.exec();*/ + "If you have any questions or suggestions have a look
" + "at our " + "contact page or send a mail to our
mailing list at" + " gpg4usb@gzehn.de.")); + QDialog *dialog = new QDialog(this); dialog->setWindowTitle(*title); @@ -489,6 +483,7 @@ void GpgWin::about() layout->addWidget(pixmapLabel, 0, 0, 1, -1, Qt::AlignCenter); QLabel *aboutLabel = new QLabel(); aboutLabel->setText(*text); + aboutLabel->setOpenExternalLinks(true); layout->addWidget(aboutLabel, 1, 0, 1, -1); layout->addItem(new QSpacerItem(20, 10, QSizePolicy::Minimum, QSizePolicy::Fixed), 2, 1, 1, 1); -- cgit v1.2.3