#include <KoTitledTabWidget.h>
Definition at line 17 of file KoTitledTabWidget.h.
◆ KoTitledTabWidget()
| KoTitledTabWidget::KoTitledTabWidget |
( |
QWidget * | parent | ) |
|
◆ slotUpdateTitle
| void KoTitledTabWidget::slotUpdateTitle |
( |
| ) |
|
|
privateslot |
Definition at line 21 of file KoTitledTabWidget.cpp.
22{
23 QWidget *widget = this->widget(currentIndex());
24
25 if (widget) {
26 const QString title = widget->windowTitle();
27
30 }
31}
References m_titleLabel.
◆ m_titleLabel
| QLabel* KoTitledTabWidget::m_titleLabel |
|
private |
The documentation for this class was generated from the following files: