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. QWebView sample code (widgets only, no QML) ?
Forum Updated to NodeBB v4.3 + New Features

QWebView sample code (widgets only, no QML) ?

Scheduled Pinned Locked Moved Solved General and Desktop
3 Posts 3 Posters 269 Views 2 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.
  • D Offline
    D Offline
    davecotter
    wrote on last edited by
    #1

    the only example project shipped with Qt is one that uses QML

    my app is C++ only and i wish to make a QWebView, can i do this without QML?

    Does anyone have a simple example poject they can share?

    1 Reply Last reply
    0
    • Axel SpoerlA Offline
      Axel SpoerlA Offline
      Axel Spoerl
      Moderators
      wrote on last edited by
      #2

      WebView is QML only, but you can a QWebEngineView instead.

      Software Engineer
      The Qt Company, Oslo

      1 Reply Last reply
      1
      • B Offline
        B Offline
        Bonnie
        wrote on last edited by Bonnie
        #3

        You mean QWebView from QtWebKit?
        It has been deprecated since Qt5.5 and removed since Qt5.6. So the recent Qt releases won't have the library package and the examples.
        You can find the old examples repository here: https://code.qt.io/cgit/qt/qtwebkit-examples.git/
        QtWebKit is replaced by QtWebEngine now.

        1 Reply Last reply
        1
        • D davecotter has marked this topic as solved on

        • Login

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