(→Overview) |
|||
| Line 1: | Line 1: | ||
| - | |||
| - | |||
== Overview == | == Overview == | ||
| - | + | This tutorial explains how to make a QML user interface entirely navigable by keyboard. | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
== Pre-requisites == | == Pre-requisites == | ||
| - | + | ||
| + | If you don't know anything about QML, reading [[SDK/Docs/1.1/MeeGo_SDK_with_Qt|the introductory Qt/QML documentation]] might be helpful. | ||
=== System Setup === | === System Setup === | ||
| - | + | ||
| + | [[SDK/Docs/1.1/Getting_started_with_the_MeeGo_SDK_for_Linux|Install the MeeGo SDK]]. | ||
| + | |||
| + | I'm using Fedora 13 Linux here, and have run the application on that and MeeGo 1.1. | ||
== How to == | == How to == | ||
Contents |
This tutorial explains how to make a QML user interface entirely navigable by keyboard.
If you don't know anything about QML, reading the introductory Qt/QML documentation might be helpful.
I'm using Fedora 13 Linux here, and have run the application on that and MeeGo 1.1.
Here are some ideas to consider: