Client-side counter-part GammaRay::PropertyController.
More...
#include <propertywidget.h>
|
| PropertyWidget (QWidget *parent=nullptr) |
|
QString | objectBaseName () const |
|
void | setObjectBaseName (const QString &baseName) |
|
|
static void | cleanupTabs () |
|
template<typename T > |
static void | registerTab (const QString &name, const QString &label, int priority=1000) |
|
◆ cleanupTabs()
static void GammaRay::PropertyWidget::cleanupTabs |
( |
| ) |
|
|
static |
◆ registerTab()
template<typename T >
static void GammaRay::PropertyWidget::registerTab |
( |
const QString & |
name, |
|
|
const QString & |
label, |
|
|
int |
priority = 1000 |
|
) |
| |
|
inlinestatic |
Register a new tab widget factory.
- Template Parameters
-
T | A widget type providing the tab UI |
- Parameters
-
name | The internal object name of this extension. |
label | The user-visible tab label of this extension. |
priority | This is used to keep tabs in a stable order, tabs are ordered left to right with increasing priority. |