WSF
src
wizard
lib
source
gui
AboutDialog.hpp
Go to the documentation of this file.
1
// ****************************************************************************
2
// CUI
3
//
4
// The Advanced Framework for Simulation, Integration, and Modeling (AFSIM)
5
//
6
// Copyright 2018 Infoscitex, a DCS Company. All rights reserved.
7
//
8
// The use, dissemination or disclosure of data in this file is subject to
9
// limitation or restriction. See accompanying README and LICENSE for details.
10
// ****************************************************************************
11
12
#ifndef ABOUTDIALOG_HPP
13
#define ABOUTDIALOG_HPP
14
15
#include "WkfAboutDialog.hpp"
16
17
namespace
wizard
18
{
19
class
AboutDialog
:
public
wkf::AboutDialog
20
{
21
public
:
22
AboutDialog
(wkf::MainWindow* parent, Qt::WindowFlags f = Qt::WindowFlags());
23
~AboutDialog
()
override
=
default
;
24
};
25
}
// namespace wizard
26
27
#endif
wizard::AboutDialog::AboutDialog
AboutDialog(wkf::MainWindow *parent, Qt::WindowFlags f=Qt::WindowFlags())
Definition
AboutDialog.cpp:14
wizard::AboutDialog::~AboutDialog
~AboutDialog() override=default
wizard
Definition
Runner.hpp:22
Copyrights Multiple, All Rights Reserved