Re: [Development] RFC: QtQuick. Custom keys support proposal.

2015-05-01 Thread Hausmann Simon
, of we create a dynamic meta object at library startup time. However I'm not sure how is worth the cost, unless we find a way to do it lazily. Simon From: Dmitry Volosnykh Sent: Friday, May 1, 2015 02:55 To: development@qt-project.org Subject: [Development] RFC: QtQuick. Custom keys support

Re: [Development] RFC: QtQuick. Custom keys support proposal.

2015-05-01 Thread Alejandro Exojo
El Friday 01 May 2015, Dmitry Volosnykh escribió: Diff of the patch and example of CustomKeys QML attached type may be viewed here: https://gist.github.com/dvolosnykh/65819bca1693b0e82058 You should follow the formal procedure, which is submitting it through Gerrit:

[Development] RFC: QtQuick. Custom keys support proposal.

2015-04-30 Thread Dmitry Volosnykh
There are some cases when non-standard keys should be handled. Remote control units with custom key codes are the primary example. Existing Keys QML type provides a handy means of processing specific key events only for a small subset of Qt::Key enum, and that is true only for presses, not release