KPage.qml 291 B

1234567891011121314151617
  1. // import QtQuick 1.0 // to target S60 5th Edition or Maemo 5
  2. import QtQuick 1.1
  3. import "../parts/"
  4. import "../js/core.js" as Core
  5. Rectangle{
  6. width: parent.width
  7. height: parent.height
  8. visible:false
  9. Rectangle{
  10. anchors.fill: parent
  11. color: "#e1ecef"
  12. }
  13. }