From 3c2d443b512b34b1e6bbd489bd799c1fe2dbce9b Mon Sep 17 00:00:00 2001 From: Giulio Camuffo Date: Wed, 16 Jun 2010 20:58:18 +0000 Subject: [PATCH] ++apidox svn path=/trunk/KDE/kdelibs/; revision=1138813 --- popupapplet.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/popupapplet.h b/popupapplet.h index 1c360493e..7478f3c51 100644 --- a/popupapplet.h +++ b/popupapplet.h @@ -89,6 +89,8 @@ public: * Implement either this function or widget(). * @return the widget that will get shown in either a layout, in the applet or in a Dialog, * depending on the form factor of the applet. + * If you set a popup icon you must set a minimum size to the widget. When the applet will + * be littlier than that it will show the icon */ virtual QGraphicsWidget *graphicsWidget(); void setGraphicsWidget(QGraphicsWidget * widget);