ACF
$AcfVersion:0$
Acf
Include
iqtgui
TDesignerBasicGui.h
Go to the documentation of this file.
1
// SPDX-License-Identifier: LGPL-2.1-or-later OR GPL-2.0-or-later OR GPL-3.0-or-later OR LicenseRef-ACF-Commercial
2
#pragma once
3
4
5
// Qt includes
6
#include <QtCore/QMetaObject>
7
8
// ACF includes
9
#include <
iqtgui/TGuiComponentBase.h
>
10
11
12
namespace
iqtgui
13
{
14
15
19
template
<
class
UI,
class
W
id
getType = QDialog>
20
class
TDesignerBasicGui
:
public
WidgetType,
public
UI
21
{
22
public
:
23
typedef
WidgetType
BaseClass
;
24
25
TDesignerBasicGui
(QWidget* parentPtr = 0, Qt::WindowFlags f = Qt::WindowFlags(0));
26
};
27
28
29
// public methods
30
31
// reimplemented (iqtgui::CGuiComponentBase)
32
33
template
<
class
UI,
class
W
id
getType>
34
TDesignerBasicGui<UI, WidgetType>::TDesignerBasicGui
(QWidget* parentPtr, Qt::WindowFlags f)
35
:
BaseClass
(parentPtr, f)
36
{
37
UI::setupUi(
this
);
38
}
39
40
41
}
// namespace iqtgui
42
43
44
45
TGuiComponentBase.h
iqtgui::TDesignerBasicGui
Simple integration of designer-generated GUI with QT widget class.
Definition
TDesignerBasicGui.h:21
iqtgui::TDesignerBasicGui::BaseClass
WidgetType BaseClass
Definition
TDesignerBasicGui.h:23
iqtgui::TDesignerBasicGui::TDesignerBasicGui
TDesignerBasicGui(QWidget *parentPtr=0, Qt::WindowFlags f=Qt::WindowFlags(0))
Definition
TDesignerBasicGui.h:34
iqtgui
Standard GUI specific interfaces and components based on Qt.
Definition
CAboutWidgetGuiComp.h:13
Generated by
1.9.8