akregator
trayicon.cpp
Go to the documentation of this file.
73 this->setToolTip( m_defaultIcon.name(), i18n("Akregator"), unread == 0 ? i18n("There are no unread articles") : i18np( "1 unread article", "%1 unread articles", unread ) );
void setOpacity(qreal opacity)
Definition: trayicon.h:37
bool end()
void fill(const QColor &color)
qreal pointSizeF() const
QRect tightBoundingRect(const QString &text) const
int height() const
void moveTo(int x, int y)
void setBold(bool enable)
void setFont(const QFont &font)
QString number(int n, int base)
void setPen(const QColor &color)
static void setInstance(TrayIcon *trayIcon)
Definition: trayicon.cpp:50
void drawRoundedRect(const QRectF &rect, qreal xRadius, qreal yRadius, Qt::SizeMode mode)
void drawPixmap(const QRectF &target, const QPixmap &pixmap, const QRectF &source)
void setBrush(const QBrush &brush)
void drawText(const QPointF &position, const QString &text)
WId winId() const
int width(const QString &text, int len) const
void setPointSizeF(qreal pointSize)
int width() const
void setHeight(int height)
void adjust(int dx1, int dy1, int dx2, int dy2)
QRect rect() const
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:34:00 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:34:00 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.