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. Qt Webkit with Wireless Network
Forum Updated to NodeBB v4.3 + New Features

Qt Webkit with Wireless Network

Scheduled Pinned Locked Moved Qt WebKit
3 Posts 2 Posters 1.6k 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.
  • M Offline
    M Offline
    mrajanna
    wrote on last edited by
    #1

    Hello Elites,

    I have below code. Here I am trying to fetch web page that has waveform getting plotted(using javascript).
    ui->webPageWidget->load(QUrl(http://10.102......));

    Above code works fine on networked connection(ethernet). I am able to render web page that has waveform getting plotted.

    However on wireless network connection, I am only able to see web page rendering but waveforms are not getting plotted.

    Whether should I enable any specific settings for wireless network connection??

    Regards
    Mohan

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

      Qt is like all other components on your system. It just doesn't care about your network state. If your network is connected it will work, if you have proxy - you should set it. So the problem is somewhere else...

      God is Real unless explicitly declared as Integer.

      1 Reply Last reply
      0
      • M Offline
        M Offline
        mrajanna
        wrote on last edited by
        #3

        Hello Acer

        Thanks for reply.

        After some code changes on server, I am able to see waveform on Qt client via wireless network.

        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