Viadeo Twitter Google Bookmarks ! Facebook Digg del.icio.us MySpace Yahoo MyWeb Blinklist Netvouz Reddit Simpy StumbleUpon Bookmarks Windows Live Favorites 
Logo Documentation Qt ·  Page d'accueil  ·  Toutes les classes  ·  Classes principales  ·  Annotées  ·  Classes groupées  ·  Modules  ·  Fonctions  · 

PlaceAttribute

The PlaceAttribute element holds generic place attribute information. More...

Inherits QtObject

This type was introduced in Qt Location 5.0.

Properties

Detailed Description

A place attribute stores an additional piece of information about a Place that is not otherwise exposed through the Place element. A PlaceAttribute is a textural piece of data, accessible through the text property, and a label. Both the text and label properties are intended to be displayed to the user. PlaceAttributes are stored in an ExtendedAttributes map with a unique key.

The following example shows how to display all attributes in a list:

 import QtQuick 2.0
 import QtLocation 5.0

 ListView {
     model: place.extendedAttributes.keys()
     delegate: Text {
         text: "<b>" + place.extendedAttributes[modelData].label + ": </b>" +
               place.extendedAttributes[modelData].text
     }
 }

Property Documentation

attribute : QPlaceAttribute

For details on how to use this property to interface between C++ and QML see "Interfaces between C++ and QML Code".


label : string

This property holds the attribute label which is a user visible string describing the attribute.


text : string

This property holds the attribute text which can be used to show additional information about the place.


Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. Qt 5.0-snapshot
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD.
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP !
 
 
 
 
Partenaires

Hébergement Web