diff options
author | David Boddie <dboddie@trolltech.com> | 2009-11-09 18:38:35 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2009-11-09 18:44:07 (GMT) |
commit | d46b4208147ec01aba19c703f21954f068b4dc06 (patch) | |
tree | ba2a5862217895c9f5e9e905dc414bc422f9cbf9 /src/gui/kernel/qwidget.h | |
parent | b770abdd564f28a8d9dde816f72f73e6b15984af (diff) | |
download | Qt-d46b4208147ec01aba19c703f21954f068b4dc06.zip Qt-d46b4208147ec01aba19c703f21954f068b4dc06.tar.gz Qt-d46b4208147ec01aba19c703f21954f068b4dc06.tar.bz2 |
Doc: Added an example to demonstrate the QWebElement class.
Reviewed-by: Trust Me
Diffstat (limited to 'src/gui/kernel/qwidget.h')
-rw-r--r-- | src/gui/kernel/qwidget.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/kernel/qwidget.h b/src/gui/kernel/qwidget.h index b7c55f9..5ba1d23 100644 --- a/src/gui/kernel/qwidget.h +++ b/src/gui/kernel/qwidget.h @@ -288,6 +288,10 @@ public: void setMaximumWidth(int maxw); void setMaximumHeight(int maxh); +#ifdef Q_QDOC + void setupUi(QWidget *widget); +#endif + QSize sizeIncrement() const; void setSizeIncrement(const QSize &); void setSizeIncrement(int w, int h); |