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