OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
MainWindow.h
Go to the documentation of this file.
1
4// ###########################################################################################################################################################################################################################################################################################################################
5
6#pragma once
7
8// OpenTwin header
11
12// Qt header
13#include <QtWidgets/qmainwindow.h>
14
15namespace ot {
16
17 class OT_WIDGETS_API_EXPORT MainWindow : public QMainWindow {
19 public:
20 MainWindow();
21 virtual ~MainWindow();
22
23 private:
24
25 };
26
27}
This file contains defines that may be used simplyfy class creation.
#define OT_DECL_NOCOPY(___class)
Removes the default copy constructor and assignment operator.
Definition OTClassHelper.h:14
#define OT_WIDGETS_API_EXPORT
Definition OTWidgetsAPIExport.h:12
Definition MainWindow.h:17
Definition Connector.h:8