Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Problem QWebView
Forum Update on Monday, May 27th 2025

Problem QWebView

Scheduled Pinned Locked Moved General and Desktop
4 Posts 2 Posters 1.2k Views
  • 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.
  • P Offline
    P Offline
    Phenixo
    wrote on 31 Jul 2013, 22:18 last edited by
    #1

    hi,
    @
    void mainWind::ajouterOngle()
    {
    QWidget *ongle = new QWidget;
    ui->tabWidget->insertTab(ui->tabWidget->indexOf(ui->nouveauongle),ongle,"");
    ui->tabWidget->setCurrentWidget(ongle);
    QWebView *pageweb =new QWebView;
    pageweb->load(QUrl("pagevide.html"));
    QVBoxLayout *layout=new QVBoxLayout;
    layout->addWidget(pageweb);
    ongle->setLayout(layout);
    changeOngle(ui->tabWidget->indexOf(ongle));
    }@
    when I compile all goes well, but in the program as I call this method "microsoft visual c + + runtime library" error

    I try to solve the problem and I noticed that Error is in line 7 load (local html file) when I delet it there is no problem and all goes well so how do I load (local html file )

    I intend that this problem is because of "http://" I didn’t put it in QUrl because it is a local file

    and I notice that other browser makes "file :/ / / html / pagevide.html" in url so I change all goes well but I noticed that the browser does not load the file because nothing is wrote in Urlbar and the page didn’t display (because I put an image in the html file) and the same problem when I write
    @ pageActuelle () -> load (QUrl :: fromLocalFile ("html / pagevide.html")) @
    Note: I have put the html file in the program directory

    to be a professional programmer is my goal :p

    1 Reply Last reply
    0
    • B Offline
      B Offline
      butterface
      wrote on 31 Jul 2013, 22:40 last edited by
      #2

      The same here:

      bq.
      It would be really nice if you could write in English here. At least bad English is better then French in the general forum.
      There should be a local French group where you might be allowed to write in your language.

      1 Reply Last reply
      0
      • P Offline
        P Offline
        Phenixo
        wrote on 1 Aug 2013, 00:41 last edited by
        #3

        i have changed the topic in english too

        to be a professional programmer is my goal :p

        1 Reply Last reply
        0
        • P Offline
          P Offline
          Phenixo
          wrote on 2 Aug 2013, 01:26 last edited by
          #4

          please give me a answer to this Forum :'(

          to be a professional programmer is my goal :p

          1 Reply Last reply
          0

          1/4

          31 Jul 2013, 22:18

          • Login

          • Login or register to search.
          1 out of 4
          • First post
            1/4
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved