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  ·  Toutes les fonctions  ·  Vues d'ensemble  · 

mapwindow.cpp Example File
fetchgooglemaps/mapwindow.cpp

    /****************************************************************************
    **
    ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    ** All rights reserved.
    ** Contact: Nokia Corporation (qt-info@nokia.com)
    **
    ** This file is part of the Qt Mobility Components.
    **
    ** $QT_BEGIN_LICENSE:LGPL$
    ** No Commercial Usage
    ** This file contains pre-release code and may not be distributed.
    ** You may use this file in accordance with the terms and conditions
    ** contained in the Technology Preview License Agreement accompanying
    ** this package.
    **
    ** GNU Lesser General Public License Usage
    ** Alternatively, this file may be used under the terms of the GNU Lesser
    ** General Public License version 2.1 as published by the Free Software
    ** Foundation and appearing in the file LICENSE.LGPL included in the
    ** packaging of this file.  Please review the following information to
    ** ensure the GNU Lesser General Public License version 2.1 requirements
    ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    **
    ** In addition, as a special exception, Nokia gives you certain additional
    ** rights.  These rights are described in the Nokia Qt LGPL Exception
    ** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    **
    ** If you have questions regarding the use of this file, please contact
    ** Nokia at qt-info@nokia.com.
    **
    **
    **
    **
    **
    **
    **
    **
    ** $QT_END_LICENSE$
    **
    ****************************************************************************/
    #include <QtGui>
    #include <QtWebKit>

    #include <qnmeapositioninfosource.h>

    #include "mapwindow.h"

    // Use the special 'localhost' key for the Google Maps key
    const QString GMAPS_STATICMAP_URL_TEMPLATE =  "http://maps.google.com/staticmap?center=%1,%2&zoom=14&size=%3x%4&map type=mobile&markers=%1,%2&key=ABQIAAAAnfs7bKE82qgb3Zc2YyS-oBT2yXp_ZAY8_ufC3CFXhHIE1NvwkxSySz_REpPq-4WZA27OwgbtyR3VcA&sensor=false";

    MapWindow::MapWindow(QWidget *parent, Qt::WFlags flags)
        : QMainWindow(parent, flags),
          source(new QNmeaPositionInfoSource(QNmeaPositionInfoSource::SimulationMode, this)),
          webView(new QWebView),
          posLabel(new QLabel),
          headingAndSpeedLabel(new QLabel),
          dateTimeLabel(new QLabel),
          loading(false)
    {
        QFile *logFile = new QFile(QApplication::applicationDirPath()
                + QDir::separator() + "nmealog.txt", this);
        source->setDevice(logFile);
        source->setUpdateInterval(1500);
        connect(source, SIGNAL(positionUpdated(QGeoPositionInfo)),
                this, SLOT(positionUpdated(QGeoPositionInfo)));

        connect(webView, SIGNAL(loadStarted()), this, SLOT(loadStarted()));
        connect(webView, SIGNAL(loadFinished(bool)), this, SLOT(loadFinished(bool)));

        QWidget *mainWidget = new QWidget;
        QVBoxLayout *layout = new QVBoxLayout(mainWidget);
        layout->addWidget(webView);
        layout->addWidget(posLabel);
        layout->addWidget(headingAndSpeedLabel);
        layout->addWidget(dateTimeLabel);
        setCentralWidget(mainWidget);

        resize(300, 300);
        setWindowTitle(tr("Google Maps Demo"));
    }

    void MapWindow::start()
    {
        source->startUpdates();
    }

    void MapWindow::positionUpdated(const QGeoPositionInfo &info)
    {
        QString heading = "?";
        QString speed = "?";
        if (info.hasProperty(QGeoPositionInfo::Heading))
            heading = QString("%1%2").arg(info.property(QGeoPositionInfo::Heading)).arg(QChar(0x00b0));
        if (info.hasProperty(QGeoPositionInfo::GroundSpeed))
            speed = QString::number(info.property(QGeoPositionInfo::GroundSpeed) * 3.6, 'f', 1);
        posLabel->setText(tr("Position: %1").arg(info.coordinate().toString()));
        headingAndSpeedLabel->setText(tr("Bearing %1, travelling at %2 km/h").arg(heading).arg(speed));
        dateTimeLabel->setText(tr("(Last update: %1)").
                arg(info.dateTime().toLocalTime().time().toString()));

        if (!loading) {
            // Google Maps does not provide maps larger than 640x480
            int width = qMin(webView->width(), 640);
            int height = qMin(webView->height(), 480);
            QString url = GMAPS_STATICMAP_URL_TEMPLATE
                                .arg(QString::number(info.coordinate().latitude()))
                                .arg(QString::number(info.coordinate().longitude()))
                                .arg(QString::number(width))
                                .arg(QString::number(height));
            webView->load(url);
        }
    }

    void MapWindow::loadStarted()
    {
        loading = true;
        webView->setUpdatesEnabled(false);
    }

    void MapWindow::loadFinished(bool)
    {
        loading = false;
        webView->setUpdatesEnabled(true);
    }

Publicité

Best Of

Actualités les plus lues

Semaine
Mois
Année
  1. « Quelque chose ne va vraiment pas avec les développeurs "modernes" », un développeur à "l'ancienne" critique la multiplication des bibliothèques 94
  2. Apercevoir la troisième dimension ou l'utilisation multithreadée d'OpenGL dans Qt, un article des Qt Quarterly traduit par Guillaume Belz 0
  3. Pourquoi les programmeurs sont-ils moins payés que les gestionnaires de programmes ? Manquent-ils de pouvoir de négociation ? 44
  4. Les développeurs ignorent-ils trop les failles découvertes dans leur code ? Prenez-vous en compte les remarques des autres ? 17
  5. Quelles nouveautés de C++11 Visual C++ doit-il rapidement intégrer ? Donnez-nous votre avis 10
  6. Les développeurs détestent-ils les antivirus ? Un programmeur manifeste sa haine envers ces solutions de sécurité 6
  7. Qt Commercial : Digia organise un webinar gratuit le 27 mars sur la conception d'interfaces utilisateur et d'applications avec le framework 0
Page suivante

Le blog Digia au hasard

Logo

Créer des applications avec un style Metro avec Qt, exemples en QML et C++, un article de Digia Qt traduit par Thibaut Cuvelier

Le blog Digia est l'endroit privilégié pour la communication sur l'édition commerciale de Qt, où des réponses publiques sont apportées aux questions les plus posées au support. Lire l'article.

Communauté

Ressources

Liens utiles

Contact

  • Vous souhaitez rejoindre la rédaction ou proposer un tutoriel, une traduction, une question... ? Postez dans le forum Contribuez ou contactez-nous par MP ou par email (voir en bas de page).

Qt dans le magazine

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 qtmobility-1.0-tp
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