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  · 

QML NetworkInfo Element

The NetworkInfo element allows you to get information and receive notifications from the network. More...

  • List of all members, including inherited members
  • Properties

    Signals

    Methods

    Detailed Description

    This element is part of the QtMobility.systeminfo 1.1 module. It is a convience class to make QML usage easier.

    Note: To use notification signals, you need to use the start* slots.

    To use this in a mode other than the default mode given by currentMode, set the mode with useMode.

     import Qt 4.7
     import QtMobility.systeminfo 1.0
    
     Rectangle {
    
         NetworkInfo {
             id: wlaninfo
             useMode: NetworkInfo.WlanMode;
         }
         Component.onCompleted: {
             wlaninfo.startNameChanged();
             wlaninfo.startSignalStrengthChanged();
         }
         Text {
             id: signame
             color: "white"
             text:  wlaninfo.networkName +" "+wlaninfo.networkSignalStrength;
             anchors.horizontalCenter: parent.horizontalCenter;
             anchors.verticalCenter: parent.verticalCenter;
         }
     }

    See also QSystemNetworkInfo.

    Property Documentation

    macAddress : string

    Returns this NetworkInfo's network interface's MAC address.


    networkName : string

    Returns this NetworkInfo's network name.


    networkSignalStrength : int

    Returns this NetworkInfo's network signal strength.


    networkStatus : string

    Returns this NetworkInfo's network status.


    useMode : enumeration

    Sets this NetworkInfo to use QSystemNetworkInfo::NetworkModes. Does not set the mode of the underlaying system.

    If not set, the default is whatever defaultMode is.


    Signal Documentation

    NetworkInfo::currentMobileCountryCodeChanged ()

    This handler is called when network MCC has changed. Note: To receive this notification, you must first call startCurrentMobileCountryCodeChanged.


    NetworkInfo::currentMobileNetworkCodeChanged ()

    This handler is called when network MNC has changed. Note: To receive this notification, you must first call startCurrentMobileNetworkCodeChanged.


    NetworkInfo::modeChanged ()

    This handler is called when the systems default network mode has changed. Note: To receive this notification, you must first call startModeChanged.


    NetworkInfo::nameChanged ()

    This handler is called when network name has changed. Note: To receive this notification, you must first call startNameChanged.


    NetworkInfo::signalStrengthChanged ()

    This handler is called when network signal strength has changed. Note: To receive this notification, you must first call startSignalStrengthChanged.


    NetworkInfo::statusChanged ()

    This handler is called when network status has changed. Note: To receive this notification, you must first call startStatusChanged.


    Method Documentation

    NetworkInfo::currentMobileCountryCodeChanged ()

    This function is needed to start currentMobileCountryCodeChanged notification.


    NetworkInfo::currentMobileNetworkCodeChanged ()

    This function is needed to start currentMobileNetworkCodeChanged notification.


    NetworkInfo::interfaceForMode ()

    Returns the QNetworkInterface for this NetworkInfo.


    NetworkInfo::mode ()

    This function returns the mode set by useMode(QSystemNetworkInfo::NetworkMode mode);


    NetworkInfo::modeChanged ()

    This function is needed to start modeChanged notification.


    NetworkInfo::signalStrengthChanged ()

    This function is needed to start signalStrengthChanged notification.


    NetworkInfo::startStatusChanged ()

    This function is needed to start statusChanged notification


    X

    Thank you for giving your feedback.

    Make sure it is related to this specific page. For more general bugs and requests, please use the Qt Bug Tracker.

    [0]; s.parentNode.insertBefore(ga, s); })();
    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 ? 43
    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. Qt Commercial : Digia organise un webinar gratuit le 27 mars sur la conception d'interfaces utilisateur et d'applications avec le framework 0
    7. 2017 : un quinquennat pour une nouvelle version du C++ ? Possible, selon Herb Sutter 9
    Page suivante

    Le blog Digia au hasard

    Logo

    Déploiement d'applications Qt Commercial sur les tablettes Windows 8

    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.1
    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