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