1
0
mirror of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git synced 2025-04-01 02:42:39 +08:00

Added new DockWidget signals to DockWidget.sip

This commit is contained in:
Uwe Kindler 2020-01-15 10:08:13 +01:00
parent 418d0740d2
commit 98ebdbea50

View File

@ -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);
}; };
}; };