Meego Wiki
Views

QML/Keyboard navigation

From MeeGo wiki
(Difference between revisions)
Jump to: navigation, search
(Overview)
Line 1: Line 1:
-
This tutorial explains ???
 
-
 
== Overview ==
== Overview ==
-
<ol>
+
This tutorial explains how to make a QML user interface entirely navigable by keyboard.
-
<li>How to setup your development environment</li>
+
-
<li>The libraries you will need to build foobar sample</li>
+
-
<li>etc.</li>
+
-
</ol>
+
== Pre-requisites ==  
== Pre-requisites ==  
-
TBD.
+
 
 +
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 ===
-
TBD
+
 
 +
[[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 ==

Revision as of 14:05, 25 November 2010

Contents

Overview

This tutorial explains how to make a QML user interface entirely navigable by keyboard.

Pre-requisites

If you don't know anything about QML, reading the introductory Qt/QML documentation might be helpful.

System Setup

Install the MeeGo SDK.

I'm using Fedora 13 Linux here, and have run the application on that and MeeGo 1.1.

How to

Here are some ideas to consider:

  • Clear problem statement: What are you demonstrating
  • Solution
  • Code
  • Screenshots (if applicable)
  • Related articles
  • Troubleshooting
Personal tools