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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f59efb6 · Apr 2, 2015

History

12 Commits
Dec 16, 2014
Dec 16, 2014
Jan 29, 2015
Jan 8, 2015
Dec 16, 2014
Apr 2, 2015
Dec 16, 2014
Dec 16, 2014
Jan 8, 2015
Dec 16, 2014
Dec 16, 2014
Dec 16, 2014
Dec 16, 2014

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