QDesignerFormWindowManager Class
(qdesigner_internal::QDesignerFormWindowManager)Header: | #include <QDesignerFormWindowManager> |
qmake: | QT += designer |
Since: | Qt 4.5 |
Inherits: | QDesignerFormWindowManagerInterface |
Public Functions
QDesignerFormWindowManager(QObject *parent = 0) | |
virtual | ~QDesignerFormWindowManager() override |
virtual qdesigner_internal::PreviewManager * | previewManager() const = 0 |
Reimplemented Public Functions
virtual void | showPluginDialog() override |
- 8 public functions inherited from QDesignerFormWindowManagerInterface
Static Public Members
const QMetaObject | staticMetaObject |
Additional Inherited Members
- 6 public slots inherited from QDesignerFormWindowManagerInterface
- 4 signals inherited from QDesignerFormWindowManagerInterface
Detailed Description
Extends QDesignerFormWindowManagerInterface with methods to control the preview and printing of forms. It provides a facade that simplifies the complexity of the more general PreviewConfiguration & PreviewManager interfaces.
Member Function Documentation
QDesignerFormWindowManager::QDesignerFormWindowManager(QObject *parent = 0)
Default constructs an instance of QDesignerFormWindowManager.
[override virtual]
QDesignerFormWindowManager::~QDesignerFormWindowManager()
Destroys the instance of QDesignerFormWindowManager. The destructor is virtual.