![]() |
SARibbon 2.5.2
SARibbon wiki
|
#include <SARibbonLineWidgetContainer.h>
Public 成员函数 | |
| SARibbonLineWidgetContainer (QWidget *par=nullptr) | |
| Constructor for SARibbonLineWidgetContainer | |
| ~SARibbonLineWidgetContainer () | |
| Destructor for SARibbonLineWidgetContainer | |
| void | setWidget (QWidget *innerWidget) |
| Set widget (nullptr is not allowed) | |
| void | setPrefix (const QString &str) |
| Set prefix | |
| void | setSuffix (const QString &str) |
| Set suffix | |
| QLabel * | labelPrefix () const |
| Prefix text box | |
| QLabel * | labelSuffix () const |
| Suffix text box | |
|
explicit |
Constructor for SARibbonLineWidgetContainer
| SARibbonLineWidgetContainer::~SARibbonLineWidgetContainer | ( | ) |
Destructor for SARibbonLineWidgetContainer
| QLabel * SARibbonLineWidgetContainer::labelPrefix | ( | ) | const |
Prefix text box
| QLabel * SARibbonLineWidgetContainer::labelSuffix | ( | ) | const |
Suffix text box
| void SARibbonLineWidgetContainer::setPrefix | ( | const QString & | str | ) |
Set prefix
| void SARibbonLineWidgetContainer::setSuffix | ( | const QString & | str | ) |
Set suffix
| void SARibbonLineWidgetContainer::setWidget | ( | QWidget * | innerWidget | ) |
Set widget (nullptr is not allowed)