UltraScan III
us_passwd.h
Go to the documentation of this file.
1 #ifndef US_PASSWD_H
3 #define US_PASSWD_H
4 
5 #include <QtGui>
6 
7 #include "us_widgets.h"
8 #include "us_extern.h"
9 
12 {
13  Q_OBJECT
14 
15  public:
17  US_Passwd( QWidget* parent = 0, Qt::WindowFlags f = 0 )
18  : US_Widgets( true, parent, f ) {};
19 
21  ~US_Passwd() {};
22 
26  QString getPasswd( void );
27 };
28 #endif
29