Skip to content

A collection of Qt Quick Controls that behave a little bit like a <form> in HTML

License

Notifications You must be signed in to change notification settings

kullo/qml-form-elements

Repository files navigation

Qml Form Elements

Qml Form Elements is a collection of slightly modified Qt Quick Controls that do collectively behave like a form (inspired by html <form>).

The goal is to have input elements that e.g. save data on an press.

Make your QML app keyboard controllable, today!

Example

You can run the example form with qmlscene. No need to compile any C++:

qmlscene qml-form-elements/main.qml

Screenshot

Supported elements

  • FForm
  • FLabel
  • FComboBox
  • FTextField
  • FTextField
  • FClearButton
  • FSubmitButton

Note

This repo is work in progress an should be considered a code sketch.

About

A collection of Qt Quick Controls that behave a little bit like a <form> in HTML

Resources

License

Stars

Watchers

Forks

Languages