qtmobility/examples/declarative-sfw-notes/declarative-sfw-notes.qml
changeset 11 06b8e2af4411
parent 5 453da2cfceef
child 14 6fbed849b4f4
equal deleted inserted replaced
8:71781823f776 11:06b8e2af4411
     9     property int curr: 0
     9     property int curr: 0
    10     property string searchText: ""
    10     property string searchText: ""
    11     property bool validService: false
    11     property bool validService: false
    12 
    12 
    13     // ![1]
    13     // ![1]
    14     property var notesManager: notesService.serviceObject
    14     property variant notesManager: notesService.serviceObject
    15     // ![1]
    15     // ![1]
    16 
    16 
    17     id: mainWindow
    17     id: mainWindow
    18     color: "lightgray"
    18     color: "lightgray"
    19     width: 220; height: 265
    19     width: 220; height: 265