3 // Copyright (C) 2005 CEA/DEN, EDF R&D
7 // File : SalomeApp_StudyPropertiesDlg.h
8 // Author : Sergey ANIKIN
12 #ifndef SALOMEAPP_STUDY_PROPERTIES_DLG_H
13 #define SALOMEAPP_STUDY_PROPERTIES_DLG_H
15 #include "SalomeApp.h"
16 #include <SALOMEDSClient_definitions.hxx>
18 #include <qlineedit.h>
19 #include <qcombobox.h>
20 #include <qlistview.h>
22 #include <SALOMEconfig.h>
23 #include CORBA_SERVER_HEADER(SALOMEDS)
25 #include <SALOMEDSClient_Study.hxx>
27 class SalomeApp_ListView;
31 class SALOMEAPP_EXPORT SalomeApp_StudyPropertiesDlg : public QDialog
47 SalomeApp_StudyPropertiesDlg( QWidget* parent = 0 );
48 ~SalomeApp_StudyPropertiesDlg();
50 bool isChanged() { return myChanged; }
61 SalomeApp_ListView* myPropList;
63 QPushButton* myCancelBtn;
66 _PTR(Study) myStudyDoc;
69 #endif // SALOMEAPP_STUDY_PROPERTIES_DLG_H