00001 #ifndef SIGEL_MASTERGUI_SIG_EXPERIMENTITEM 00002 #define SIGEL_MASTERGUI_SIG_EXPERIMENTITEM 00003 00004 #include <qlistview.h> 00005 #include <qstring.h> 00006 00007 namespace SIGEL_MasterGUI 00008 { 00015 class SIG_ExperimentItem : public QListViewItem 00016 { 00017 public: 00026 SIG_ExperimentItem( QListView * parent, QString name ); 00027 00033 ~SIG_ExperimentItem(); 00034 }; 00035 00036 } 00037 #endif // SIGEL_MASTERGUI_SIG_EXPERIMENTITEM_H