MythTV master
|
Provide a web browser widget. More...
#include "mythuiwebbrowser.h"
#include <algorithm>
#include <chrono>
#include <thread>
#include <QApplication>
#include <QWebEngineHistory>
#include <QWebEngineSettings>
#include <QWebEngineScript>
#include <QWebEngineScriptCollection>
#include <QPainter>
#include <QDir>
#include <QStyle>
#include <QKeyEvent>
#include <QDomDocument>
#include <QDebug>
#include "libmythbase/mythcorecontext.h"
#include "libmythbase/mythdb.h"
#include "libmythbase/mythdirs.h"
#include "libmythbase/mythdownloadmanager.h"
#include "libmythbase/mythlogging.h"
#include "mythpainter.h"
#include "mythimage.h"
#include "mythmainwindow.h"
#include "mythfontproperties.h"
#include "mythuihelper.h"
#include "mythdialogbox.h"
#include "mythprogressdialog.h"
#include "mythuiscrollbar.h"
#include <qlogging.h>
Go to the source code of this file.
Classes | |
struct | MimeType |
Variables | |
static const std::vector< MimeType > | SupportedMimeTypes |
Provide a web browser widget.
Definition in file mythuiwebbrowser.cpp.
|
static |
Definition at line 52 of file mythuiwebbrowser.cpp.
Referenced by MythWebEngineView::getExtensionForMimetype(), MythWebEngineView::isMusicFile(), and MythWebEngineView::isVideoFile().