summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwidget.h
diff options
context:
space:
mode:
authorDavid Boddie <dboddie@trolltech.com>2009-11-09 19:38:35 +0100
committerDavid Boddie <dboddie@trolltech.com>2009-11-09 19:44:07 +0100
commitd46b4208147ec01aba19c703f21954f068b4dc06 (patch)
treeba2a5862217895c9f5e9e905dc414bc422f9cbf9 /src/gui/kernel/qwidget.h
parentb770abdd564f28a8d9dde816f72f73e6b15984af (diff)
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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/kernel/qwidget.h b/src/gui/kernel/qwidget.h
index b7c55f9796..5ba1d231a6 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);