24 #ifndef HOLISTICVIEWER_H
25 #define HOLISTICVIEWER_H
28 #include <QGridLayout>
29 #include <QVBoxLayout>
30 #include <QHBoxLayout>
33 #include <QPaintEvent>
36 #include "evodataviewer.h"
37 #include "evorobotexperiment.h"
45 QVector<QLabel*> labels;
48 QVBoxLayout* mainLayout;
49 QHBoxLayout* neuronChoice;
50 QComboBox *neuronX, *neuronY;
51 int getNeuronAct(
int);
53 void paintEvent(QPaintEvent* qpe);