UNIVERS  15.3
UNIVERS base processing software API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
hds_about_dlg.hpp
1 /* hds_about_dlg.hpp */
2 /* $Id$ */
3 #ifndef __hds_about_dlg_hpp
4 #define __hds_about_dlg_hpp
5 
6 #include <hds_widgets/dialog.hpp>
7 #include <hds_widgets/ui_hds_about_wid.h>
8 
10 namespace hds
11 {
13  class AboutDlg : public hds::Dialog
14  {
15  Q_OBJECT
16 
17  public:
18 
20  AboutDlg(QWidget *parent = 0, Qt::WindowFlags f = 0);
21 
23  virtual ~AboutDlg();
24 
26  void setAppName(const QString &name);
27 
29  void setInfo(const QString &info);
30 
32  static void showDlg(const QString &app_name);
33 
34  private:
35 
37  Ui::HDSAboutWid m_ui;
38  };
39 
40 }; // hds namespace
41 
42 #endif /* hds_about_dlg.hpp */
static void showDlg(const QString &app_name)
virtual ~AboutDlg()
Definition: hds_about_dlg.hpp:13
AboutDlg(QWidget *parent=0, Qt::WindowFlags f=0)
void setInfo(const QString &info)
Definition: dialog.hpp:15
void setAppName(const QString &name)
Definition: ui_hds_about_wid.h:102