diff options
author | Martin Smith <martin.smith@nokia.com> | 2011-03-25 11:29:10 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2011-03-25 11:29:10 (GMT) |
commit | fc90a00874ee01d84237a9b0e0fda706da258fdb (patch) | |
tree | b34189842958568cb1d1bb3e4da5f047f37a4cc8 /src | |
parent | eee16e58aa0255552a5dab7aa46dae66470e04a5 (diff) | |
download | Qt-fc90a00874ee01d84237a9b0e0fda706da258fdb.zip Qt-fc90a00874ee01d84237a9b0e0fda706da258fdb.tar.gz Qt-fc90a00874ee01d84237a9b0e0fda706da258fdb.tar.bz2 |
qdoc: Added default values to config file for DITA
Also added the handling of these default values:
dita.metadata.default.author = Qt Development Frameworks
dita.metadata.default.permissions = all
dita.metadata.default.publisher = Nokia
dita.metadata.default.copyryear = 2011
dita.metadata.default.copyrholder = Nokia
dita.metadata.default.audience = programmer
Diffstat (limited to 'src')
-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 |