From 01405a2515243d81b4a7718dacb879eb5fd7cc92 Mon Sep 17 00:00:00 2001 From: Paul Olav Tvete Date: Mon, 1 Feb 2016 15:20:59 +0100 Subject: Initial implementation of Diana's design Based on the screenshots. Not using exact values for sizes and distances. Change-Id: I37c9593b776f4fb6f98ab4b8b571357f182ee65a Reviewed-by: Eskil Abrahamsen Blomfeldt --- wayland/democompositor/main.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'wayland/democompositor/main.cpp') diff --git a/wayland/democompositor/main.cpp b/wayland/democompositor/main.cpp index f7a0810..c2df7a3 100644 --- a/wayland/democompositor/main.cpp +++ b/wayland/democompositor/main.cpp @@ -38,6 +38,7 @@ #include #include +#include #include #include #include "processlauncher.h" @@ -51,8 +52,12 @@ static void registerTypes() int main(int argc, char *argv[]) { + qputenv("QT_QPA_EGLFS_HIDECURSOR", "1"); QGuiApplication app(argc, argv); + QFont f("Open Sans", 12.5); + app.setFont(f); + qputenv("QT_WAYLAND_DISABLE_WINDOWDECORATION", "1"); registerTypes(); QQmlApplicationEngine appEngine(QUrl("qrc:///qml/main.qml")); -- cgit v1.2.3