Home
last modified time | relevance | path

Searched refs:NotificationsLabelWidget (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/yacreader/yacreader-9.8.2/YACReader/
H A Dnotifications_label_widget.cpp5 NotificationsLabelWidget::NotificationsLabelWidget(QWidget *parent) in NotificationsLabelWidget() function in NotificationsLabelWidget
43 void NotificationsLabelWidget::paintEvent(QPaintEvent *) in paintEvent()
54 void NotificationsLabelWidget::flash() in flash()
63 void NotificationsLabelWidget::setText(const QString &text) in setText()
68 void NotificationsLabelWidget::updatePosition() in updatePosition()
H A Dnotifications_label_widget.h10 class NotificationsLabelWidget : public QWidget
22 NotificationsLabelWidget(QWidget *parent);
H A Dviewer.h33 class NotificationsLabelWidget; variable
150 NotificationsLabelWidget *notificationsLabel;
H A Dviewer.cpp125 notificationsLabel = new NotificationsLabelWidget(this); in Viewer()