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. [SOLVED] QWebView doesn't display d3
Forum Updated to NodeBB v4.3 + New Features

[SOLVED] QWebView doesn't display d3

Scheduled Pinned Locked Moved Qt WebKit
qwebview
2 Posts 1 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.
  • A Offline
    A Offline
    ALF-100
    wrote on last edited by ALF-100
    #1

    In chrome i can see the graph from bulletChart.html, but in my application... Why i don't see the graph? My code:

    int main(int argc, char *argv[])
    { QApplication a(argc, argv);

    view = new QWebView();
    view->resize(400, 500);
    view->load(QUrl("file:///C:/Users/alf-11/Documents/DGTIC/novus-nvd3-d9769b3/examples/bulletChart.html"));
    view->show();
    return a.exec();
    }

    Thanks

    1 Reply Last reply
    0
    • A Offline
      A Offline
      ALF-100
      wrote on last edited by
      #2

      When you load libraries ...(html code): <script src="http://... instead <script src="https://...

      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