Home
last modified time | relevance | path

Searched refs:NotificationWidget (Results 1 – 25 of 115) sorted by relevance

12345

/dports/net-im/ruqola/ruqola-1.6.1/src/widgets/tests/
H A Dnotificationwidget.cpp12 NotificationWidget::NotificationWidget(QWidget *parent) in NotificationWidget() function in NotificationWidget
22 … connect(sendNotification, &QPushButton::clicked, this, &NotificationWidget::slotSendNotification); in NotificationWidget()
25 NotificationWidget::~NotificationWidget() = default;
27 void NotificationWidget::slotSendNotification() in slotSendNotification()
H A Dnotificationwidget.h11 class NotificationWidget : public QWidget
15 explicit NotificationWidget(QWidget *parent = nullptr);
16 ~NotificationWidget() override;
H A Dtestnotification_gui.cpp17 auto w = new NotificationWidget(); in main()
/dports/devel/py-orange-canvas-core/orange-canvas-core-0.1.20/orangecanvas/utils/tests/
H A Dtest_overlay.py10 from orangecanvas.utils.overlay import NotificationWidget, NotificationOverlay, Notification, \
35 stdb = NotificationWidget.Ok | NotificationWidget.Close
36 notifw = NotificationWidget(self.overlay,
44 button_ok = notifw.button(NotificationWidget.Ok)
45 button_close = notifw.button(NotificationWidget.Close)
49 button = notifw.button(NotificationWidget.Ok)
52 NotificationWidget.AcceptRole)
69 b = notifw._msgWidget.button(NotificationWidget.Ok)
94 button = w2.button(NotificationWidget.Ok)
/dports/deskutils/flameshot/flameshot-0.10.2/src/widgets/
H A Dnotificationwidget.cpp12 NotificationWidget::NotificationWidget(QWidget* parent) in NotificationWidget() function in NotificationWidget
18 connect(m_timer, &QTimer::timeout, this, &NotificationWidget::animatedHide); in NotificationWidget()
43 void NotificationWidget::showMessage(const QString& msg) in showMessage()
50 void NotificationWidget::animatedShow() in animatedShow()
58 void NotificationWidget::animatedHide() in animatedHide()
H A Dnotificationwidget.h14 class NotificationWidget : public QWidget
18 explicit NotificationWidget(QWidget* parent = nullptr);
H A Dhistorywidget.h11 class NotificationWidget; variable
36 NotificationWidget* m_notification;
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/gui/
H A Dnotificationwidget.cpp29 NotificationWidget::NotificationWidget(QWidget *parent) in NotificationWidget() function in OCC::NotificationWidget
37 void NotificationWidget::setActivity(const Activity &activity) in setActivity()
89 Activity NotificationWidget::activity() const in activity()
94 void NotificationWidget::slotButtonClicked(QPushButton *buttonWidget, const ActivityLink &triggered… in slotButtonClicked()
105 void NotificationWidget::slotNotificationRequestFinished(int statusCode) in slotNotificationRequestFinished()
132 void NotificationWidget::changeEvent(QEvent *e) in changeEvent()
H A Dnotificationconfirmjob.h28 class NotificationWidget; variable
62 void setWidget(NotificationWidget *widget);
69 NotificationWidget *widget();
86 NotificationWidget *_widget;
H A Dactivitywidget.h41 class NotificationWidget; variable
93 void endNotificationRequest(NotificationWidget *widget, int replyCode);
94 void scheduleWidgetToRemove(NotificationWidget *widget, int milliseconds = 100);
104 QMap<Activity::Identifier, NotificationWidget *> _widgetForNotifId;
109 QHash<NotificationWidget *, QDateTime> _widgetsToRemove;
H A Dactivitywidget.cpp268 NotificationWidget *widget = nullptr; in slotBuildNotificationDisplay()
273 widget = new NotificationWidget(this); in slotBuildNotificationDisplay()
274 connect(widget, &NotificationWidget::sendNotificationRequest, in slotBuildNotificationDisplay()
276 connect(widget, &NotificationWidget::requestCleanupAndBlacklist, in slotBuildNotificationDisplay()
320 NotificationWidget *widget = _widgetForNotifId[id]; in slotBuildNotificationDisplay()
343 NotificationWidget *widgetToGo = _widgetForNotifId[strayCatId]; in slotBuildNotificationDisplay()
381 NotificationWidget *theSender = qobject_cast<NotificationWidget *>(sender()); in slotSendNotificationRequest()
410 void ActivityWidget::endNotificationRequest(NotificationWidget *widget, int replyCode) in endNotificationRequest()
457 NotificationWidget *widget = _widgetForNotifId[blacklistActivity.ident()]; in slotRequestCleanupAndBlacklist()
461 void ActivityWidget::scheduleWidgetToRemove(NotificationWidget *widget, int milliseconds) in scheduleWidgetToRemove()
[all …]
H A Dnotificationwidget.h28 class NotificationWidget : public QWidget
32 explicit NotificationWidget(QWidget *parent = nullptr);
H A Dnotificationconfirmjob.cpp38 void NotificationConfirmJob::setWidget(NotificationWidget *widget) in setWidget()
43 NotificationWidget *NotificationConfirmJob::widget() in widget()
/dports/net/quiterss/quiterss-0.19.4_1/src/notifications/
H A Dnotificationswidget.cpp25 NotificationWidget::NotificationWidget(QList<int> idFeedList, in NotificationWidget() function in NotificationWidget
395 NotificationWidget::~NotificationWidget() in ~NotificationWidget()
400 void NotificationWidget::showEvent(QShowEvent*) in showEvent()
435 void NotificationWidget::enterEvent(QEvent*) in enterEvent()
440 void NotificationWidget::leaveEvent(QEvent*) in leaveEvent()
446 void NotificationWidget::addPage(bool next) in addPage()
458 void NotificationWidget::nextPage() in nextPage()
470 void NotificationWidget::previousPage() in previousPage()
492 void NotificationWidget::slotDeleteNews(int feedId, int newsId) in slotDeleteNews()
502 void NotificationWidget::slotOpenNew(int feedId, int newsId) in slotOpenNew()
[all …]
H A Dnotificationswidget.h30 class NotificationWidget : public QWidget
34 NotificationWidget(QList<int> idFeedList,
40 ~NotificationWidget();
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Gui/src/
H A DNotificationWidget.cpp105 NotificationWidget::NotificationWidget(QWidget *w) in NotificationWidget() function in U2::NotificationWidget
139 void NotificationWidget::setFixed(bool val) { in setFixed()
143 bool NotificationWidget::event(QEvent *event) { in event()
153 void NotificationWidget::addNotification(QWidget *w) { in addNotification()
166 bool NotificationWidget::removeNotification(QWidget *w) { in removeNotification()
H A DNotificationWidget.h67 class NotificationWidget : public QFrame {
71 NotificationWidget(QWidget *w);
H A DNotification.h135 NotificationWidget *notificationWidget;
/dports/deskutils/flameshot/flameshot-0.10.2/src/tools/imgur/
H A Dimguruploader.h17 class NotificationWidget; variable
50 NotificationWidget* m_notification;
/dports/devel/eric6/eric6-21.11/eric/eric6/Preferences/ConfigurationPages/
H A DNotificationsPage.py19 from UI.NotificationWidget import NotificationFrame, NotificationTypes
99 from UI.NotificationWidget import NotificationWidget
100 self.__notification = NotificationWidget(
/dports/x11/cinnamon-screensaver/cinnamon-screensaver-4.8.1/src/widgets/
H A DnotificationWidget.py9 class NotificationWidget(Gtk.Frame): class
19 super(NotificationWidget, self).__init__()
/dports/x11/cinnamon-screensaver/cinnamon-screensaver-4.8.1/src/
H A DinfoPanel.py8 from widgets.notificationWidget import NotificationWidget
39 self.notification_widget = NotificationWidget()
/dports/devel/py-orange-canvas-core/orange-canvas-core-0.1.20/orangecanvas/utils/
H A Doverlay.py486 NotificationWidget.AcceptRole: 0,
487 NotificationWidget.RejectRole: 1,
617 class NotificationWidget(QWidget): class
713 buttons |= NotificationWidget.Ok
716 buttons |= NotificationWidget.Close
719 notifWidget = NotificationWidget(parent, **kwargs)
770 return NotificationWidget.DismissRole
801 notifWidget = NotificationWidget.fromNotification(notif, parent=self)
/dports/devel/py-orange-canvas-core/orange-canvas-core-0.1.20/orangecanvas/styles/
H A Dorange.qss429 NotificationWidget {
436 NotificationWidget QLabel#text-label {
439 NotificationWidget QLabel#title-label {
/dports/devel/eric6/eric6-21.11/eric/eric6/WebBrowser/GreaseMonkey/
H A DGreaseMonkeyAddScriptDialog.py19 from UI.NotificationWidget import NotificationTypes

12345