| wwWidgets Home * All Classes * Main Classes * Grouped Classes * Modules * Functions |
Widget that displays application tips. More...
#include <QwwTipWidget>
Inherits QWidget .
Widget that displays application tips.
The widget can be embedded into a dialog and connected to its signals to provide a quick way to show startup tips for the user.

Tips are displayed in rich text, so they can contain formatting, images and other elements that can be rendered using Scribe.
This property holds the frame shape of the canvas where tips are displayed.
This property holds whether the "show tips on startup" checkbox is visible.
This property holds whether the close button is visible.
This property holds index of the currently shown tip.
This property holds a list of tips associated with the widget.
This property holds the frame shape of the canvas where tips are displayed.
Returns whether the "show tips on startup" checkbox is visible
See also setCheckVisible() .
This property holds whether the "show tips on startup" checkbox is visible.
returns a pointer to the "close" button
Returns whether the close button is visible
See also closeButton() , setCloseVisible() .
This property holds whether the close button is visible.
This property holds index of the currently shown tip.
returns a pointer to the header widget
returns a pointer to the "next" button
This slot changes the current tip to the next one. In case the currently displayed tip is the last one, function will make the first tip current.
returns a pointer to the "prev" button
This slot changes the current tip to the previous one. In case the currently displayed tip is the first one, function will make the last tip current.
Changes the visibility of the "show tips on startup" checkbox
See also checkIsVisible() , setCheckHidden .
Changes the visibility of the close button
See also closeIsVisible() , setCloseHidden, closeButton() .
sets hw as a header of the widget
returns a pointer to the tip canvas
This property holds a list of tips associated with the widget.
| Copyright (C) 2007-2008 Witold Wysota | Trademarks | wwWidgets 0.9 |