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. Rendering .svg image using QSS

Rendering .svg image using QSS

Scheduled Pinned Locked Moved Solved General and Desktop
svgqtoolbuttonstylesheet
2 Posts 2 Posters 3.4k 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.
  • S Offline
    S Offline
    Sergobot
    wrote on last edited by
    #1

    Hello everyone. I'm trying to render .svg image to QToolButton but can't do that. If I use background-image: and image: it simply isn't rendered. If I try using border-image:, the image is rendered but with incorrect dimensions and with some artifacts, like a big black rectangle.

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by mrjj
      #2

      Hi
      QToolButton wants border to display on some platforms.
      QToolButton {
      border: 2px;
      image: url(:/border.svg);
      }
      works for me.
      example:
      https://www.dropbox.com/s/z0oqrco7tfs4qm8/svgtest.zip?dl=0

      1 Reply Last reply
      1

      • Login

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