Meego Wiki
Views

QML/Keyboard navigation

From MeeGo wiki
(Difference between revisions)
Jump to: navigation, search
(System Setup)
Line 9: Line 9:
=== System Setup ===
=== System Setup ===
-
[[SDK/Docs/1.1/Getting_started_with_the_MeeGo_SDK_for_Linux|Install the MeeGo SDK]].
+
[[SDK/Docs/1.1/Getting_started_with_the_MeeGo_SDK_for_Linux|Install the MeeGo SDK]] first. Alternatively, you could just install the <code>meego-sdk-qt-creator</code> and <code>meego-sdk-qt</code> packages (see [[SDK/Docs/1.1/Getting_started_with_the_MeeGo_SDK_for_Linux|the same page]] for the location of the repos).
I'm using Fedora 13 Linux here, and have run the application on that and MeeGo 1.1.
I'm using Fedora 13 Linux here, and have run the application on that and MeeGo 1.1.

Revision as of 14:07, 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 first. Alternatively, you could just install the meego-sdk-qt-creator and meego-sdk-qt packages (see the same page for the location of the repos).

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