|
@@ -70,11 +70,6 @@ public:
|
|
|
|
|
|
|
|
QWidget *getPopupWidget() const;
|
|
QWidget *getPopupWidget() const;
|
|
|
|
|
|
|
|
- // Show the popup widget.
|
|
|
|
|
- void showPopupWidget();
|
|
|
|
|
-
|
|
|
|
|
- void hidePopupWidget();
|
|
|
|
|
-
|
|
|
|
|
// Set the bubble to display a number @p_num.
|
|
// Set the bubble to display a number @p_num.
|
|
|
// @p_num: -1 to hide the bubble.
|
|
// @p_num: -1 to hide the bubble.
|
|
|
void setBubbleNumber(int p_num);
|
|
void setBubbleNumber(int p_num);
|
|
@@ -82,6 +77,12 @@ public:
|
|
|
// Set the foreground and background of the bubble.
|
|
// Set the foreground and background of the bubble.
|
|
|
void setBubbleColor(const QColor &p_fg, const QColor &p_bg);
|
|
void setBubbleColor(const QColor &p_fg, const QColor &p_bg);
|
|
|
|
|
|
|
|
|
|
+public slots:
|
|
|
|
|
+ // Show the popup widget.
|
|
|
|
|
+ void showPopupWidget();
|
|
|
|
|
+
|
|
|
|
|
+ void hidePopupWidget();
|
|
|
|
|
+
|
|
|
signals:
|
|
signals:
|
|
|
// Emit when popup widget is about to show.
|
|
// Emit when popup widget is about to show.
|
|
|
void popupWidgetAboutToShow(QWidget *p_widget);
|
|
void popupWidgetAboutToShow(QWidget *p_widget);
|