From 95ca5d5e396bfaad076324d225b5a15cfc9fcb29 Mon Sep 17 00:00:00 2001 From: Lars Bisballe Jensen Date: Thu, 3 Nov 2011 15:21:31 +0100 Subject: changed aboutbox text --- client/aboutbox.cc | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'client/aboutbox.cc') diff --git a/client/aboutbox.cc b/client/aboutbox.cc index 47cc9e3..e90efa1 100644 --- a/client/aboutbox.cc +++ b/client/aboutbox.cc @@ -67,9 +67,15 @@ AboutBox::AboutBox(QWidget *parent, Qt::WindowFlags f): QDialog(parent, f) QHBoxLayout *topLayout = new QHBoxLayout(); QLabel *logo = new QLabel(); logo->setPixmap(QPixmap(":icons/icon.png")); - QLabel *title = new QLabel(tr("

Pracro Client

" - "

v."VERSION"

" - "Developed at Aarhus University Hospital")); + QLabel *title = new QLabel; + title->setWordWrap(true); + title->setText(tr("

Pracro Client

" + "

v."VERSION"

" + "Copyright (C) 2007-2011 Aasimon.org
" + "This is free software. You may redistribute copies of it " + "under the terms of the GNU General Public License " + "(http://www.gnu.org/licenses/gpl.html). There is NO " + "WARRANTY, to the extent permitted by law.")); topLayout->addWidget(logo); topLayout->addWidget(title); -- cgit v1.2.3