1

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?

dz902
  • 4,782
  • 38
  • 41

1 Answers1

1

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

Dickson
  • 1,201
  • 10
  • 19