qml webengine is running

I'll need to figure out the best way to show the html slideshow later
but it's running and can accept html.
This commit is contained in:
Chris Cochrun 2023-04-28 05:46:02 -05:00
parent c1711f231b
commit a7e3cfa39f
4 changed files with 8 additions and 3 deletions

View file

@ -13,6 +13,7 @@
#include <QtSql>
#include <QSqlDatabase>
#include <QSqlTableModel>
#include <QtWebEngine>
#include <QObject>
#include <QtGlobal>
@ -99,6 +100,7 @@ int main(int argc, char *argv[])
// qDebug() << QSurfaceFormat::defaultFormat();
QApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
QApplication::setWindowIcon(QIcon::fromTheme(QStringLiteral("video-display")));
QtWebEngine::initialize();
QApplication app(argc, argv);
KLocalizedString::setApplicationDomain("librepresenter");
KAboutData aboutData("librepresenter", i18n("Libre Presenter"), "0.1",