APIDOX clarity
svn path=/trunk/KDE/kdelibs/; revision=1141283
This commit is contained in:
parent
de28184c32
commit
d853ba5577
@ -69,6 +69,9 @@ public:
|
|||||||
* Passing in an empty QString() means that the popup applet itself
|
* Passing in an empty QString() means that the popup applet itself
|
||||||
* will provide an interface for when the PopupApplet is not showing
|
* will provide an interface for when the PopupApplet is not showing
|
||||||
* the widget() or graphicsWidget() directly.
|
* the widget() or graphicsWidget() directly.
|
||||||
|
|
||||||
|
* If you set a popup icon you must also set a minimum size of the applet. When the applet
|
||||||
|
* is smaller than this minimum size, it will be displayed as that icon.
|
||||||
*/
|
*/
|
||||||
void setPopupIcon(const QString &iconName);
|
void setPopupIcon(const QString &iconName);
|
||||||
|
|
||||||
@ -89,8 +92,8 @@ public:
|
|||||||
* Implement either this function or widget().
|
* Implement either this function or widget().
|
||||||
* @return the widget that will get shown in either a layout, in the applet or in a Dialog,
|
* @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.
|
* 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
|
* If you set a popup icon you must also set a minimum size of the applet. When the applet
|
||||||
* be littlier than that it will show the icon
|
* is smaller than this minimum size, it will be displayed as that icon.
|
||||||
*/
|
*/
|
||||||
virtual QGraphicsWidget *graphicsWidget();
|
virtual QGraphicsWidget *graphicsWidget();
|
||||||
void setGraphicsWidget(QGraphicsWidget * widget);
|
void setGraphicsWidget(QGraphicsWidget * widget);
|
||||||
|
Loading…
Reference in New Issue
Block a user