Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions codeless banner

QDocumentPropertiesDialog Class Reference
[QtBaseModule]

The QDocumentPropertiesDialog class allows the user to examine and modify properties of a document. More...

    #include <QDocumentPropertiesDialog>

Inherits QDialog.

Public Functions

Additional Inherited Members


Detailed Description

The QDocumentPropertiesDialog class allows the user to examine and modify properties of a document.

The QDocumentPropertiesDialog is a convenience class which is built around a QDocumentPropertiesWidget, which provides controls for modifying properties associated with a document via it's associated QContent.

See also QDocumentPropertiesWidget.


Member Function Documentation

QDocumentPropertiesDialog::QDocumentPropertiesDialog ( const QContent & doc, QWidget * parent = 0 )

Constructs a QDocumentPropertiesDialog with a QContent, doc, representing the document, and a parent widget.

Ensure that doc refers to a document as opposed to an application.

QDocumentPropertiesDialog::~QDocumentPropertiesDialog ()

Destroys the dialog.

QContent QDocumentPropertiesDialog::document () const

Returns the document the dialog displays the properties of.


Copyright © 2009 Trolltech Trademarks
Qt Extended 4.4.3