Fix display. Add copyright info.
authorRuediger Gad <rgad@fb2.fh-frankfurt.de>
Sun, 15 Apr 2012 00:09:28 +0000 (02:09 +0200)
committerRuediger Gad <rgad@fb2.fh-frankfurt.de>
Sun, 15 Apr 2012 00:09:28 +0000 (02:09 +0200)
QZeeControl.pro.user
qml/QZeeControl/KeyBindingSettings.qml

index 6d3288d..d52f5f0 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE QtCreatorProject>
-<!-- Written by Qt Creator 2.4.1, 2012-04-15T01:54:17. -->
+<!-- Written by Qt Creator 2.4.1, 2012-04-15T02:08:39. -->
 <qtcreator>
  <data>
   <variable>ProjectExplorer.Project.ActiveTarget</variable>
index 732b5ad..5e051d5 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
+ */
+
 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"