Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The QDocumentPropertiesWidget class provides controls for viewing and modifying the properties of a document. More...
#include <QDocumentPropertiesWidget>
Inherits QWidget.
The QDocumentPropertiesWidget class provides controls for viewing and modifying the properties of a document.
The QDocumentPropertiesWidget allows modification of the name, location, and category of a document.
In addition, the following operations are available:
Operation | Slot |
---|---|
Beaming | beamLnk() |
Duplicating or copying | duplicateLnk() |
Deleting | unlinkLnk() |
On the phone edition of Qtopia, the slots would typically be invoked through the context menu.
If phone edition is not used, buttons to facilitate these operations will appear on the QDocumentPropertiesWidget, however the slots are still available for use if required.
See also QDocumentPropertiesDialog.
Constructs a QDocumentPropertiesWidget with a QContent,doc, representing the document, and a parent widget.
Ensure that doc refers to a document as opposed to an application.
Destroys the widget.
Applies any changes made on the QDocumentPropertiesWidget
Beams the document.
Returns the document the widget displays the properties of.
This signal is emitted when a file is deleted, duplicated or beamed from the QDocumentPropertiesWidget.
Create a duplicate of the document in the document system.
Show licenses in a new QDialog.
Deletes the document.
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |