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