![]() |
Qt 6.x
The Qt SDK
|
Public Member Functions | |
void | setText (const QString &text) |
void | setIcon (const QIcon &is) |
QString | text () const |
QIcon | icon () const |
bool | operator== (const Page &other) const |
Public Attributes | |
QToolBoxButton * | button |
QScrollArea * | sv |
QWidget * | widget |
Definition at line 57 of file qtoolbox.cpp.
|
inline |
Definition at line 70 of file qtoolbox.cpp.
References button, and QAbstractButton::icon.
|
inline |
Definition at line 72 of file qtoolbox.cpp.
References other(), and widget.
Definition at line 64 of file qtoolbox.cpp.
References button, and QAbstractButton::setIcon().
Definition at line 63 of file qtoolbox.cpp.
References button, QAbstractButton::setText(), and text().
|
inline |
Definition at line 69 of file qtoolbox.cpp.
References button, and QAbstractButton::text.
Referenced by setText().
QToolBoxButton* QToolBoxPrivate::Page::button |
Definition at line 59 of file qtoolbox.cpp.
Referenced by icon(), setIcon(), setText(), text(), and QToolBoxPrivate::updateTabs().
QScrollArea* QToolBoxPrivate::Page::sv |
Definition at line 60 of file qtoolbox.cpp.
QWidget* QToolBoxPrivate::Page::widget |
Definition at line 61 of file qtoolbox.cpp.
Referenced by operator==().