#include <SignaturePropertiesDlg.h>
Public Member Functions | |
| SignaturePropertiesDlg (Signature *pSignature, QWidget *parent=0) | |
| ~SignaturePropertiesDlg () | |
The signature properties dialog displays the following information about a Signature object:
Definition at line 35 of file SignaturePropertiesDlg.h.
| SignaturePropertiesDlg::SignaturePropertiesDlg | ( | Signature * | pSignature, | |
| QWidget * | parent = 0 | |||
| ) |
Creates and populates the dialog for a given signature.
The constructor creates the widgets and initializes the values for the given signature.
| pSignature | The signature for which to display its properties. | |
| parent | The parent widget. |
| SignaturePropertiesDlg::~SignaturePropertiesDlg | ( | ) |
Destroys the dialog.