[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-i18n-doc
Subject:    Re: Tooltips in KDE 4.2
From:       David Faure <faure () kde ! org>
Date:       2008-09-23 23:48:36
Message-ID: 200809240148.37609.faure () kde ! org
[Download RAW message or body]

On Wednesday 24 September 2008, Albert Astals Cid wrote:
> When i said simplyfying tooltips is ok, i meant "simplyfying tooltips", your 
> commit removed <qt> from things that were not tooltips.

I wish people made more testcases :-)
Even in tooltips, <qt> or <html> can be necessary...

#include <QtGui>

int main(int argc, char** argv)
{
    QApplication app(argc, argv);
    QLabel* label = new QLabel(0);
    label->setText("label");
    label->show();
    label->setToolTip("This is another test for richtext\nThis should be <b>bold</b>");
    return app.exec();
}

-- 
David Faure, faure@kde.org, sponsored by Trolltech to work on KDE,
Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org).
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic