Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct


    Qt World Summit: Early-Bird Tickets

    [SOLVED] QWebView doesn't display d3

    Qt WebKit
    qwebview
    1
    2
    1470
    Loading More Posts
    • 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
      ALF-100 last edited by ALF-100

      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 Reply Quote 0
      • A
        ALF-100 last edited by

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

        1 Reply Last reply Reply Quote 0
        • First post
          Last post