DynExp
Highly flexible laboratory automation for dynamically changing experiments.
Loading...
Searching...
No Matches
DynExpAbout.h
Go to the documentation of this file.
1// This file is part of DynExp.
2
8#pragma once
9
10#include <QWidget>
11#include "ui_DynExpAbout.h"
12
13class DynExpAbout : public QDialog
14{
15 Q_OBJECT
16
17public:
18 DynExpAbout(QWidget *parent);
20
21private:
22 Ui::DynExpAbout ui;
23};
Ui::DynExpAbout ui
Definition DynExpAbout.h:22