From 6321b5847a09ac52215fbb2a9269a1d09d32a12b Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Fri, 24 Aug 2012 23:17:13 +0200 Subject: doc: remove links to Qt Designer Designer is in the tools repo, we cannot link there. Mentioning the name should be good enough. Change-Id: I55193aa31e60ae266a8890f706c332a63ed3610d Reviewed-by: Casper van Donderen --- src/widgets/kernel/qwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widgets/kernel/qwidget.cpp') diff --git a/src/widgets/kernel/qwidget.cpp b/src/widgets/kernel/qwidget.cpp index c2b78e8603..c068f4e916 100644 --- a/src/widgets/kernel/qwidget.cpp +++ b/src/widgets/kernel/qwidget.cpp @@ -529,7 +529,7 @@ void QWidget::setAutoFillBackground(bool enabled) is known as a composite widget. These can be created by constructing a widget with the required visual properties - a QFrame, for example - and adding child widgets to it, usually managed by a layout. The above diagram - shows such a composite widget that was created using \l{Qt Designer}. + shows such a composite widget that was created using Qt Designer. Composite widgets can also be created by subclassing a standard widget, such as QWidget or QFrame, and adding the necessary layout and child -- cgit v1.2.3