Set icon and title to native FloatingWindow title bar too
This commit is contained in:
@@ -126,6 +126,7 @@ int main(int argc, char **argv)
|
||||
auto dock = new DockWidget(QStringLiteral("foo"), s_dockWidgetOptions);
|
||||
dock->setIcon(QIcon::fromTheme(QStringLiteral("mail-message")));
|
||||
dock->setWidget(example);
|
||||
dock->setTitle(QStringLiteral("foo"));
|
||||
example->winId(); // for testing native widgets too
|
||||
dock->resize(400, 400);
|
||||
dock->show();
|
||||
|
||||
Reference in New Issue
Block a user