diff options
Diffstat (limited to 'examples/uitools/doc/src/multipleinheritance.qdoc')
-rw-r--r-- | examples/uitools/doc/src/multipleinheritance.qdoc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/uitools/doc/src/multipleinheritance.qdoc b/examples/uitools/doc/src/multipleinheritance.qdoc index aec4da965..ca3ade2db 100644 --- a/examples/uitools/doc/src/multipleinheritance.qdoc +++ b/examples/uitools/doc/src/multipleinheritance.qdoc @@ -27,8 +27,11 @@ /*! \example multipleinheritance + \ingroup examples-qtuitools \title Multiple Inheritance Example + \brief Using a form created with Qt Designer in an application. + The Multiple Inheritance Example shows how to use a form created with Qt Designer in an application by subclassing both QWidget and the user interface class, which is \c{Ui::CalculatorForm}. |