KNewStuff
Go to the documentation of this file.
24 #include <QtGui/QLayout>
25 #include <QtGui/QApplication>
27 #include <QtGui/QCursor>
32 setCaption(
i18n(
"User comments"));
33 setButtons(KDialog::Close);
38 connect(m_log, SIGNAL(anchorClicked(
QUrl)),
42 void KDXSComments::slotUrl(
const QUrl& url)
45 qDebug(
"SHOW %s!", qPrintable(url.toString()));
56 QString email =
"spillner@kde.org";
58 t +=
"<a href='" + email +
"'>" + Qt::escape(username) +
"</a>"
59 +
"<table class='itemBox'>"
61 +
"<td class='contentsColumn'>"
62 +
"<table class='contentsHeader' cellspacing='2' cellpadding='0'><tr>"
65 +
"<div class='contentsBody'>"
68 +
"<div class='contentsFooter'>"
69 +
"<em>" + Qt::escape(username) +
"</em>"
91 #include "kdxscomments.moc"
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jun 1 2013 22:04:47 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.