SpikeStream Application Library
0.2
|
00001 #ifndef NEURONPARAMETERSDIALOG_H 00002 #define NEURONPARAMETERSDIALOG_H 00003 00004 //Qt includes 00005 #include <QDialog> 00006 00007 namespace spikestream { 00008 00012 class NeuronParametersDialog : public QDialog { 00013 Q_OBJECT 00014 00015 public: 00016 NeuronParametersDialog(QWidget* parent=0); 00017 ~NeuronParametersDialog(); 00018 }; 00019 00020 } 00021 00022 #endif//NEURONPARAMETERSDIALOG_H 00023