QtQuick Examples

A quick look on QML

  • About JRyannel

Getting started with QML Video

Posted by jryannel on February 16, 2010
Posted in: QML. Leave a Comment

This is a nice screen cast to show you how to run the QML examples and work with QML inside QtCreator.

Background for our Examples

Posted by jryannel on February 16, 2010
Posted in: QML. Leave a Comment

I would like to make the next example a little bit more fancier than today. The first step is to define a background.

Continue Reading

Following the Declarative UI Git Repository

Posted by jryannel on February 15, 2010
Posted in: QML. Leave a Comment

For none hardcore developers like me, git is a beast, which needs to get mastered. But later.
Currently I’m only interested to follow the changes in the declarative ui branch of qt kinetic.

Continue Reading

Button with Image Background

Posted by jryannel on February 14, 2010
Posted in: QML. Leave a Comment

When developing Buttons, you often want to have images as backgrounds. One image for the pressed state and one for the released state. I would like to show several possibilities, which get’s more elegant towards the end.

Continue Reading

QML Training Material

Posted by jryannel on February 12, 2010
Posted in: QML. Leave a Comment

Currently there is not much material regarding QML. Let’s see what I have found so far.

Continue Reading

Binding the color to a click

Posted by jryannel on February 10, 2010
Posted in: QML. Leave a Comment

When a user clicks the button the appearance shall change. We used states in an earlier post about the toggle button. Here we try another approach.

Continue Reading

Using QmlView

Posted by jryannel on February 10, 2010
Posted in: QML, Qt C++. Tagged: c++, QML. Leave a Comment

Normally you can use the qmlviewer application to launch your qml scenes. Another way is to use the C++ class QmlView to load and show the scene. In this post, we write our own QmlViewer application.

Continue Reading

Slider Component

Posted by jryannel on February 9, 2010
Posted in: QML. Tagged: component, QML. Leave a Comment

A slider is in general a rectangle with a handle. The handle can be dragged along one axis. The slider notifies others about the handle position. The handle position is normally converted in a value between 0 and 100.

Continue Reading

A Toggle Button with States

Posted by jryannel on February 7, 2010
Posted in: QML. Tagged: QML. Leave a Comment

The difference between a button and a toggle button in general is the toggle button has states: “on” and “off”. This states allows the toggle button to remember it’s current state and influence the appearance when a state changes.

Continue Reading

A Button as a Component

Posted by jryannel on February 7, 2010
Posted in: QML. Tagged: component, QML. Leave a Comment

In the previous posts, we always used only one qml-file. No it’s time to split it up and create qml-components.

Continue Reading

Posts navigation

← Older Entries
Newer Entries →
  • How to Read

    This is a series of QML Learning Material. You best read it from the earliest post till today. Most of the code used is extracted from existing QML examples.
  • Tags

    c++ component QML
  • Top Rated

  • Categories

    • QML
    • Qt C++
  • Blogroll

    • #qt-kinetic on irc.freenode.net
    • Declarative Forum
    • QML Labs
  • QML

    • QML Downloads
    • QML Easing Curves
    • QML Elements
    • QML Snapshot Documentation
  • Archives

    • March 2010
    • February 2010
  •  

    May 2012
    M T W T F S S
    « Mar    
     123456
    78910111213
    14151617181920
    21222324252627
    28293031  
Blog at WordPress.com. Theme: Parament by Automattic.
Follow

Get every new post delivered to your Inbox.

Powered by WordPress.com