diff options
author | Geir Vattekar <geir.vattekar@nokia.com> | 2011-03-25 11:44:04 (GMT) |
---|---|---|
committer | Geir Vattekar <geir.vattekar@nokia.com> | 2011-03-25 11:44:04 (GMT) |
commit | 0390d2cc797053cb4157c84958aac37f4d39b093 (patch) | |
tree | e915dc243473d2fe5c86292a7545c9ce73b13ddf /src/gui | |
parent | 71e6e429ea6afc97dfa6bb5d158a751a4a092eea (diff) | |
parent | 353d0e3672d8c7f5c8e8f8879ffa2f3278f9727e (diff) | |
download | Qt-0390d2cc797053cb4157c84958aac37f4d39b093.zip Qt-0390d2cc797053cb4157c84958aac37f4d39b093.tar.gz Qt-0390d2cc797053cb4157c84958aac37f4d39b093.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/kernel/qwidget.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/kernel/qwidget.cpp b/src/gui/kernel/qwidget.cpp index 18255a1..6a44bcc 100644 --- a/src/gui/kernel/qwidget.cpp +++ b/src/gui/kernel/qwidget.cpp @@ -598,6 +598,9 @@ void QWidget::setAutoFillBackground(bool enabled) \ingroup basicwidgets + \meta {technology} {User Interface} + \meta {platform} {all} + The widget is the atom of the user interface: it receives mouse, keyboard and other events from the window system, and paints a representation of itself on the screen. Every widget is rectangular, and they are sorted in a |