[Digikam-devel] [Bug 283572] Unreadable text on tooltips in KDE 4.7

Marcel Wiesweg marcel.wiesweg at gmx.de
Sat Oct 8 18:45:45 BST 2011


https://bugs.kde.org/show_bug.cgi?id=283572





--- Comment #9 from Marcel Wiesweg <marcel wiesweg gmx de>  2011-10-08 17:45:44 ---
Please note there is no real custom drawing involved:

    {
        QStylePainter p(this);
        QStyleOptionFrame opt;
        opt.init(this);
        p.drawPrimitive(QStyle::PE_PanelTipLabel, opt);
    }

    QLabel::paintEvent(e);

code is mostly copied from Qt (we render some details ourselves, and the
relevant Qt code is not public)

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Digikam-devel mailing list