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:
parent
c1711f231b
commit
a7e3cfa39f
4 changed files with 8 additions and 3 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue