]> SALOME platform Git repositories - modules/visu.git/blob - src/VISUGUI/VisuGUI_CellsResultsDlg.h
Salome HOME
This commit was generated by cvs2git to track changes on a CVS vendor
[modules/visu.git] / src / VISUGUI / VisuGUI_CellsResultsDlg.h
1 //  File      : VisuGUI_CellsResultsDlg.h
2 //  Created   : Wed Aug 01 10:23:06 2001
3 //  Author    : Laurent CORNABE & Hubert ROLLAND 
4 //  Project   : SALOME
5 //  Module    : VISUGUI
6 //  Copyright : PRINCIPIA
7 //  $Header$
8
9 #ifndef VISUGUI_CELLSRESULTSDLG_H
10 #define VISUGUI_CELLSRESULTSDLG_H
11
12 #include <qdialog.h>
13 #include <qgroupbox.h>
14 #include <qlabel.h>
15 #include <qlistview.h>
16 #include <qpushbutton.h>
17
18 class VisuGUI_CellsResultsDlg : public QDialog
19
20     Q_OBJECT
21
22 public:
23     VisuGUI_CellsResultsDlg( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
24     ~VisuGUI_CellsResultsDlg();
25
26     QGroupBox*   GroupLimit;
27     QLabel*      IdCell;
28     QLabel*      NbPoints;
29     QLabel*      NbPoint;
30     QListView*   ListPoints;
31     QLabel*      Scalar_Results;
32     QLabel*      ScalValue;
33     QLabel*      Vector_Results;
34     QLabel*      VectTxt;
35     QGroupBox*   GroupButtons;
36     QPushButton* buttonOk;
37 };
38
39 #endif // VISUGUI_CELLSRESULTSDLG_H