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. [solved] QML WebView Zooming In. Is It Possible?
Forum Update on Tuesday, May 27th 2025

[solved] QML WebView Zooming In. Is It Possible?

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 1.5k 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.
  • D Offline
    D Offline
    drewpotter
    wrote on 14 Sept 2014, 12:48 last edited by
    #1

    Hello,

    I have a problem using WebView. I have a webview with height 600 width 200 and I am trying to use an html sidebar.
    Unfortunately this html sidebar comes up in microscopic detail. Instead of filling the 600 by 200 it does not fill it.

    Is there any way I can fix this without setting the font size really huge?

    Is there any way to zoom into the page with WebView?

    Kind Regards,
    Drew Potter

    1 Reply Last reply
    0
    • S Offline
      S Offline
      sierdzio
      Moderators
      wrote on 15 Sept 2014, 11:02 last edited by
      #2

      Every QML Item element has "scale" property, you can use it. Although in this particular case it seems rather like a workaround than a real solution.

      (Z(:^

      1 Reply Last reply
      0
      • D Offline
        D Offline
        drewpotter
        wrote on 23 Sept 2014, 16:42 last edited by
        #3

        Thanks, I solved the problem by implementing the sidebar in QML rather than using a WebView.

        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