![]() |
UNIVERS
15.3
UNIVERS base processing software API
|
#include <hds_about_dlg.hpp>
Public Member Functions | |
| AboutDlg (QWidget *parent=0, Qt::WindowFlags f=0) | |
| virtual | ~AboutDlg () |
| void | setAppName (const QString &name) |
| void | setInfo (const QString &info) |
Public Member Functions inherited from hds::Dialog | |
| Dialog (QWidget *parent=0, Qt::WindowFlags f=0) | |
| virtual | ~Dialog () |
| virtual void | show () |
| virtual void | showModal () |
| virtual void | hide () |
| virtual int | exec () |
| void | setButtonsMask (int mask) |
| int | buttonsMask () const |
| QWidget & | mainWidget () |
Static Public Member Functions | |
| static void | showDlg (const QString &app_name) |
Additional Inherited Members | |
Public Types inherited from hds::Dialog | |
| enum | Button { OK_BUTTON = 1, APPLY_BUTTON = 2, CANCEL_BUTTON = 4 } |
Protected Member Functions inherited from hds::Dialog | |
| virtual void | buttonClicked (const hds::Dialog::Button &button_type) |
HDS applications about dialog.
| hds::AboutDlg::AboutDlg | ( | QWidget * | parent = 0, |
| Qt::WindowFlags | f = 0 |
||
| ) |
Default constructor of the dialog.
|
virtual |
Destructor.
| void hds::AboutDlg::setAppName | ( | const QString & | name | ) |
Set name of the application.
| void hds::AboutDlg::setInfo | ( | const QString & | info | ) |
Set additional information string.
|
static |
Show about dialog with provided app name.
1.8.5