DynExp
Highly flexible laboratory automation for dynamically changing experiments.
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 
13 class DynExpAbout : public QDialog
14 {
15  Q_OBJECT
16 
17 public:
18  DynExpAbout(QWidget *parent);
19  ~DynExpAbout();
20 
21 private:
22  Ui::DynExpAbout ui;
23 };
Ui::DynExpAbout ui
Definition: DynExpAbout.h:22
DynExpAbout(QWidget *parent)
Definition: DynExpAbout.cpp:7