WSF
src
wizard
lib
source
gui
SmallWebView.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 2016 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 SMALLWEBVIEW_HPP
13
#define SMALLWEBVIEW_HPP
14
15
#include "
BrowserWidget.hpp
"
16
17
namespace
wizard
18
{
19
20
class
SmallWebView
:
public
BrowserWidget
//: public QWebEngineView
21
{
22
public
:
23
SmallWebView
(QWidget* p);
24
~SmallWebView
()
override
=
default
;
25
26
QSize
sizeHint
()
const override
;
27
};
28
29
}
// namespace wizard
30
31
#endif
BrowserWidget.hpp
wizard::BrowserWidget::BrowserWidget
BrowserWidget(QWidget *aParentPtr=nullptr)
Definition
BrowserWidget.cpp:19
wizard::SmallWebView::~SmallWebView
~SmallWebView() override=default
wizard::SmallWebView::sizeHint
QSize sizeHint() const override
Definition
SmallWebView.cpp:22
wizard::SmallWebView::SmallWebView
SmallWebView(QWidget *p)
Definition
SmallWebView.cpp:16
wizard
Definition
Runner.hpp:22
Copyrights Multiple, All Rights Reserved