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] How to change background color of QWebView?

[Solved] How to change background color of QWebView?

Scheduled Pinned Locked Moved Qt WebKit
4 Posts 2 Posters 4.7k 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.
  • F Offline
    F Offline
    fromRussiaWithLove
    wrote on last edited by
    #1

    Hello everybody!
    I have a problem: i dont know how to change background color of QWebView. I make a small FB2 reader and use this class to show text on screen. And I want at any time change background color. I have overridden paintEvent, used method fill(), but when I set my html text ( setHtml() ), I cant see it. It turns out that the background blocks the text. How should i correct it?

    1 Reply Last reply
    0
    • L Offline
      L Offline
      loladiro
      wrote on last edited by
      #2

      If you really want to do it using paintEvent (not the best choice IMO), you have to call QWebView::paintEvent before doing your painting.
      However, I think it would be either better to do the change directly on the website (if possible, i.e. you own the website).
      Otherwise, you might try the QPalette and associated options.

      1 Reply Last reply
      0
      • F Offline
        F Offline
        fromRussiaWithLove
        wrote on last edited by
        #3

        Thanks, used QSS.

        1 Reply Last reply
        0
        • L Offline
          L Offline
          loladiro
          wrote on last edited by
          #4

          You welcome, please add [Solved] to the title of this thread (by editing the first post). Thanks.

          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