UltraScan III
us_resids_bitmap.h
Go to the documentation of this file.
1 #ifndef US_RESIDS_BITMAP_H
3 #define US_RESIDS_BITMAP_H
4 
5 #include <QtGui>
6 
7 #include "us_extern.h"
8 #include "us_widgets_dialog.h"
9 #include "us_dataIO.h"
10 #include "us_plot.h"
11 #include "us_help.h"
12 
14 
16 {
17  Q_OBJECT
18 
19  public:
23  US_ResidsBitmap( QVector< QVector< double > >&, QWidget* = 0 );
24 
27  void replot( QVector< QVector< double > >& );
28 
29  private:
30  QLabel* lb_bitmap;
31 };
32 #endif