From e7303c547b15c78d5219b8c4de1a5ac3e7053e40 Mon Sep 17 00:00:00 2001 From: Ruediger Gad Date: Sun, 15 Apr 2012 02:09:28 +0200 Subject: [PATCH] Fix display. Add copyright info. --- QZeeControl.pro.user | 2 +- qml/QZeeControl/KeyBindingSettings.qml | 21 ++++++++++++++++++++- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/QZeeControl.pro.user b/QZeeControl.pro.user index 6d3288d..d52f5f0 100644 --- a/QZeeControl.pro.user +++ b/QZeeControl.pro.user @@ -1,6 +1,6 @@ - + ProjectExplorer.Project.ActiveTarget diff --git a/qml/QZeeControl/KeyBindingSettings.qml b/qml/QZeeControl/KeyBindingSettings.qml index 732b5ad..5e051d5 100644 --- a/qml/QZeeControl/KeyBindingSettings.qml +++ b/qml/QZeeControl/KeyBindingSettings.qml @@ -1,4 +1,22 @@ -// import QtQuick 1.0 // to target S60 5th Edition or Maemo 5 +/* + * Copyright 2012 Ruediger Gad + * + * This file is part of QZeeControl. + * + * QZeeControl 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. + * + * QZeeControl 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 QZeeControl. If not, see . + */ + import QtQuick 1.1 import com.nokia.meego 1.0 import "settingsstorage.js" as SettingsStorage @@ -7,6 +25,7 @@ Sheet { id: keyBindingSettings anchors.fill: parent visualParent: mainPage + z: 2 acceptButtonText: "Save" rejectButtonText: "Cancel" -- 1.7.9.5