You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
702 B
42 lines
702 B
/*!
|
|
\page extension-dialog-example.html
|
|
|
|
\ingroup step-by-step-examples
|
|
|
|
|
|
\title An Extension Dialog Example
|
|
|
|
This example demonstrates how to create an extension dialog.
|
|
|
|
Essentially all that is necessary is to create a standard dialog
|
|
and then create a QWidget form to be used as the extension. See
|
|
the article in \link http://doc.trolltech.com/qq/ Qt
|
|
Quarterly\endlink issue #3.
|
|
|
|
|
|
<hr>
|
|
|
|
|
|
Project file:
|
|
|
|
\include extension/extension.pro
|
|
|
|
<hr>
|
|
|
|
<hr>
|
|
|
|
Implementation:
|
|
|
|
\include extension/mainform.ui.h
|
|
\include extension/dialogform.ui.h
|
|
\include extension/extension.ui.h
|
|
|
|
<hr>
|
|
|
|
Main:
|
|
|
|
\include extension/main.cpp
|
|
|
|
|
|
*/
|