equal
deleted
inserted
replaced
1 /**************************************************************************** |
1 /**************************************************************************** |
2 ** |
2 ** |
3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). |
3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). |
4 ** All rights reserved. |
4 ** All rights reserved. |
5 ** Contact: Nokia Corporation (qt-info@nokia.com) |
5 ** Contact: Nokia Corporation (qt-info@nokia.com) |
6 ** |
6 ** |
7 ** This file is part of the Qt Assistant of the Qt Toolkit. |
7 ** This file is part of the Qt Assistant of the Qt Toolkit. |
8 ** |
8 ** |
323 QMessageBox box(this); |
323 QMessageBox box(this); |
324 |
324 |
325 box.setText(QString::fromLatin1("<center><img src=\":/trolltech/assistant/images/assistant-128.png\">" |
325 box.setText(QString::fromLatin1("<center><img src=\":/trolltech/assistant/images/assistant-128.png\">" |
326 "<h3>%1</h3>" |
326 "<h3>%1</h3>" |
327 "<p>Version %2</p></center>" |
327 "<p>Version %2</p></center>" |
328 "<p>Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).</p>") |
328 "<p>Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).</p>") |
329 .arg(tr("Qt Assistant")).arg(QLatin1String(QT_VERSION_STR))); |
329 .arg(tr("Qt Assistant")).arg(QLatin1String(QT_VERSION_STR))); |
330 box.setWindowTitle(tr("Qt Assistant")); |
330 box.setWindowTitle(tr("Qt Assistant")); |
331 box.setIcon(QMessageBox::NoIcon); |
331 box.setIcon(QMessageBox::NoIcon); |
332 box.exec(); |
332 box.exec(); |
333 } |
333 } |