Inherits QWidget.
Public Slots | |
void | nextTip () |
void | prevTip () |
void | setCanvasFrameShape (QFrame::Shape) |
void | setCheckHidden (bool) |
void | setCheckVisible (bool) |
void | setCloseHidden (bool) |
void | setCloseVisible (bool) |
void | setCurrentTip (int) |
void | setTips (const QStringList &) |
void | setTipsEnabled (bool) |
Public Member Functions | |
bool | checkIsVisible () const |
const QPushButton * | closeButton () const |
returns a pointer to the "close" button | |
bool | closeIsVisible () const |
QWidget * | headerWidget () const |
returns a pointer to the header widget | |
const QPushButton * | nextButton () const |
returns a pointer to the "next" button | |
const QPushButton * | prevButton () const |
returns a pointer to the "prev" button | |
QwwTipWidget (const QStringList &list, QWidget *parent=0) | |
void | setHeaderWidget (QWidget *) |
sets hw as a header of the widget | |
const QTextBrowser * | tipCanvas () const |
returns a pointer to the tip canvas | |
bool | tipsEnabled () const |
initialises widgets and connections | |
~QwwTipWidget () | |
Protected Member Functions | |
void | changeEvent (QEvent *) |
Properties | |
QFrame::Shape | canvasFrameShape [] |
bool | checkVisible [] |
bool | closeVisible [] |
int | currentTip [] |
returns index of the current tip | |
QStringList | tips [] |
Definition at line 21 of file qwwtipwidget.h.