Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. [SOLVED]NetworkInfo and Symbian components. season 2
Forum Updated to NodeBB v4.3 + New Features

[SOLVED]NetworkInfo and Symbian components. season 2

Scheduled Pinned Locked Moved QML and Qt Quick
2 Posts 1 Posters 1.7k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    akrynski
    wrote on last edited by
    #1

    Responding to a post with the same topic I've tried to play with NetworkInfo qml element.
    I typedsome simple lines of code as in example:
    @ NetworkInfo{
    id: myNetwork
    //mode: NetworkInfo.WlanMode
    monitorNameChanges: true;
    monitorSignalStrengthChanges: true
    monitorStatusChanges: true
    monitorModeChanges: true
    }@
    @ SysListItem{
    id: sli5
    x: 110
    y: 170
    txt: "MAC adres: "+myNetwork.macAddress.toString()
    }@

    I got a proper result on N-8 simulator.
    But after compiling to device as a target, I got field txt in my item empty.
    Question is WHY?

    --
    Pozdrawiam i do następnego...
    Greetings and till next...

    1 Reply Last reply
    0
    • A Offline
      A Offline
      akrynski
      wrote on last edited by
      #2

      mode have to be set

      --
      Pozdrawiam i do następnego...
      Greetings and till next...

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved