provide python interpreter for mussa qui via a seperate thread
[mussa.git] / qui / subanalysis / SubanalysisWindow.hpp
index 4ba873e0fabe6f0061d06d9bb67c45dc846e3fda..4057004cb9440fe374a89a315b2facb268be1514 100644 (file)
@@ -3,10 +3,12 @@
 
 #include <boost/shared_ptr.hpp>
 
-#include <QTableView>
+#include <QGridLayout>
+#include <QLabel>
 #include <QPushButton>
 #include <QSpinBox>
 #include <QStringList>
+#include <QTableView>
 #include <QWidget>
 
 #include "qui/subanalysis/SequenceLocationModel.hpp"
@@ -35,8 +37,11 @@ public slots:
 private:
   //! keep track of what analysis we're attached to
   MussaRef analysis;
+  QGridLayout *parameterLayout;
+  QLabel *thresholdLabel;
   QSpinBox *window;
   QSpinBox *threshold;
+  QLabel *windowLabel;
   QTableView *table;
   QPushButton *ok;
   QPushButton *cancel;