How to make a slide up modal page in Meego?

110 views Asked by At

I'm developing an app which works more or less like the Notes app. When user click the + button a modal window with TextEdits is to be slided up,just like the Notes app did. However I was unable to locate any resource mentioning this kind of thing. Any clues?

1

There are 1 answers

0
Dickson On

I think you are looking for the QML Sheet element. You will need to implement the TextEdit part yourself.