#pragma once #include class LineGraphZwei : public QWidget { Q_OBJECT public: LineGraphZwei(QWidget *parent); ~LineGraphZwei(); };