From 90a362519e119ee93dc5cabeb318b4d16da94e82 Mon Sep 17 00:00:00 2001 From: Andreas Aardal Hanssen Date: Mon, 20 Apr 2009 16:15:48 +0200 Subject: Fixup docs for QGraphicsProxyWidget::setWidget(). --- src/gui/graphicsview/qgraphicsproxywidget.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/gui/graphicsview/qgraphicsproxywidget.cpp b/src/gui/graphicsview/qgraphicsproxywidget.cpp index f99fef9..e7467d0 100644 --- a/src/gui/graphicsview/qgraphicsproxywidget.cpp +++ b/src/gui/graphicsview/qgraphicsproxywidget.cpp @@ -544,6 +544,10 @@ QGraphicsProxyWidget::~QGraphicsProxyWidget() hidden or disabled after embedding is complete. The class documentation has a full overview over the shared state. + The embedded widget's window flags are ignored. QGraphicsProxyWidget's + window flags decide whether the widget, after embedding, should be given + window decorations or not. + After this function returns, QGraphicsProxyWidget will keep its state synchronized with that of \a widget whenever possible. -- cgit v0.12