QML Keyboard for touch screen
-
[quote author="mario" date="1291292466"]Looking good! What licenses is the component released under? BSD-like?[/quote]
I not find any reference to the license in the site, but the source code have the following disclaimer
@
/**- Copyright © 2010 Digia Plc
- Copyright © 2010 Nokia Corporation
- All rights reserved.
- Nokia and Nokia Connecting People are registered trademarks of
- Nokia Corporation.
- Java and all Java-based marks are trademarks or registered
- trademarks of
- Sun Microsystems, Inc. Other product and company names
- mentioned herein may be
- trademarks or trade names of their respective owners.
- Subject to the conditions below, you may, without charge:
- · Use, copy, modify and/or merge copies of this software and
-
associated documentation files (the "Software")
- · Publish, distribute, sub-licence and/or sell new software
-
derived from or incorporating the Software.
- This file, unmodified, shall be included with all copies or
- substantial portions
- of the Software that are distributed in source code form.
- The Software cannot constitute the primary value of any new
- software derived
- from or incorporating the Software.
- Any person dealing with the Software shall not misrepresent
- the source of the Software.
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
- KIND, EXPRESS OR IMPLIED,
- INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- MERCHANTABILITY, FITNESS FOR A
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- AUTHORS OR COPYRIGHT
- HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
- WHETHER IN AN ACTION
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
- CONNECTION WITH THE
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
@
-
Just noticed...
[quote author="paulo" date="1291296977"]
@- Copyright © 2010 Digia Plc
@
[/quote]
Digia has been doing a lot of work in Qt here.
Their "Flow'd":http://www.flowd.com application, their Qt4.5 "Web Browser":http://www.digia.com/browser and plenty of other stuff on their website.
I wonder if they have used this QML keyboard in anything. They certainly didn't use it in Flowd.
- Copyright © 2010 Digia Plc
-
rodrigob, I've made a simple virtual keyboard for touchscreen displays.
There are also some example to use it with Qt.
https://projects.developer.nokia.com/vk -
you can also try maliit. Its a full framework for input methods. Has virtual keyboards also. I think they have QML keyboards as well now.