1 // File: SalomeApp_AboutDlg.h
2 // Created: 03.06.2005 13:49:25
3 // Author: Sergey TELKOV
4 // Copyright (C) CEA 2005
6 #ifndef SALOMEAPP_ABOUTDLG_H
7 #define SALOMEAPP_ABOUTDLG_H
11 #include <QtxDialog.h>
14 Descr: Salome help about dialog
19 class SALOMEAPP_EXPORT SalomeApp_AboutDlg : public QtxDialog
24 SalomeApp_AboutDlg( const QString&, const QString&, QWidget* = 0 );
25 virtual ~SalomeApp_AboutDlg();
28 virtual void mousePressEvent( QMouseEvent* );
31 void checkLabel( QLabel* ) const;
32 void changeFont( QWidget*, const bool = false, const bool = false,
33 const bool = false, const int = 0 ) const;