UltraScan III
us_get_edit.h
Go to the documentation of this file.
1 #ifndef US_GET_EDIT_H
2 #define US_GET_EDIT_H
3 
4 #include <QtGui>
5 
6 #include "us_extern.h"
7 #include "us_widgets_dialog.h"
8 
10 {
11  Q_OBJECT
12 
13  public:
14  US_GetEdit( int&, QStringList& );
15 
16  private:
17  QListWidget* lw;
18  int& index;
19 
20  private slots:
21  void select( void );
22 };
23 #endif