codepad
[
create a new paste
]
login
|
about
Language:
C
C++
D
Haskell
Lua
OCaml
PHP
Perl
Plain Text
Python
Ruby
Scheme
Tcl
import QtQuick 1.1 import com.nokia.meego 1.0 Page { id: searchPage tools: commonTools ListView { id: titlesView anchors { top: parent.top bottom: searchField.top left: parent.left right: parent.right } model: titlesModel delegate: Text { text: name } } TextField { id: searchField placeholderText: "Searchterm..." anchors.top: titlesView.bottom anchors.bottom: parent.bottom } ScrollDecorator { flickableItem: titlesView } }
Private
[
?
]
Run code