Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. International
  3. Portuguese
  4. Ajuda acerca de conetar a uma WIFI AP com QT
Forum Updated to NodeBB v4.3 + New Features

Ajuda acerca de conetar a uma WIFI AP com QT

Scheduled Pinned Locked Moved Portuguese
1 Posts 1 Posters 982 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.
  • G Offline
    G Offline
    Guilherme Tell
    wrote on last edited by
    #1

    Boas.
    Tenho este codigo que faz uma lista de coneccoes de rede(ppp0, em1, wlan0) na minha máquina
    @
    void MainWindow::ListarConecoes(){
    QList<QNetworkConfiguration> confList = manager->allConfigurations();
    int i=0;
    for(i;i<confList.count();i++){
    ui->listWidget->addItem(new QListWidgetItem(confList.at(i).name()));
    }

    }@
    queria, agora utilizar uma dessas coneccoes, a wlan0, como posso fazer isso?
    Agradeço....

    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