From c5e7ce7a3f9a73d20ae6ee0670bf57fc9a504331 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Mon, 19 Oct 2015 16:13:34 +0200 Subject: install kmail-quick ui as package --- applications/kmail-quick/main.qml | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 applications/kmail-quick/main.qml (limited to 'applications/kmail-quick/main.qml') diff --git a/applications/kmail-quick/main.qml b/applications/kmail-quick/main.qml deleted file mode 100644 index 69c2f094..00000000 --- a/applications/kmail-quick/main.qml +++ /dev/null @@ -1,31 +0,0 @@ -/* - * Copyright (C) 2015 Michael Bohlender - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, see . - */ - -import QtQuick 2.4 -import QtQuick.Controls 1.3 -import QtQuick.Layouts 1.1 - -ApplicationWindow { - id: app - - //FIXME remove fixed pixel hight - //for now just convinience during testing - height: 1080 * 0.7 - width: 1920 * 0.7 - - visible: true -} \ No newline at end of file -- cgit v1.2.3