Added new DockWidget signals to DockWidget.sip
This commit is contained in:
@@ -97,6 +97,8 @@ signals:
|
|||||||
void closed();
|
void closed();
|
||||||
void titleChanged(const QString& Title);
|
void titleChanged(const QString& Title);
|
||||||
void topLevelChanged(bool topLevel);
|
void topLevelChanged(bool topLevel);
|
||||||
|
void visibilityChanged(bool visible);
|
||||||
|
void featuresChanged(ads::CDockWidget::DockWidgetFeatures features);
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user