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
12namespace Ui
13{
14 class DynExpAbout;
15}
16
17class DynExpAbout : public QDialog
18{
19 Q_OBJECT
20
21public:
22 DynExpAbout(QWidget *parent);
24
25private:
26 std::unique_ptr<Ui::DynExpAbout> ui;
27};
std::unique_ptr< Ui::DynExpAbout > ui
Definition DynExpAbout.h:26