Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt WebKit
  4. QWebView not updating to new connection?
Forum Updated to NodeBB v4.3 + New Features

QWebView not updating to new connection?

Scheduled Pinned Locked Moved Qt WebKit
1 Posts 1 Posters 1.8k 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.
  • R Offline
    R Offline
    robinbloke
    wrote on last edited by
    #1

    I'm running an app that has a Javascript front end sat on top of a QWebView; if I connect and set up my wireless network before starting my app it's happy to use it; however if I use the app to set up the wireless (via an api and dhcpcd) the app refuses to connect to the wireless.
    I can verify it's there through QNetworkConfigurationManager.
    I can get the IP/netmask via Qt as well.
    I can connect to the server from the command line using wget just fine.
    But my connection from QWebFrame->QWebPage->networkAccessManager is blank (name "") and I can't connect through Qt to my new network.
    I've done a updateConfigurations() to update the info in the system, but still no dice.

    Is there something I need to update/enable? Do I need to build in roaming somehow or force an update in QWebView to let it know?

    Help would be much appreciated!

    OS is embedded linux, Qt is 4.7.1

    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