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. QPainter::drawText ignores Alpha
Forum Updated to NodeBB v4.3 + New Features

QPainter::drawText ignores Alpha

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 2.9k 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.
  • T Offline
    T Offline
    Typhlosion
    wrote on last edited by
    #1

    @ QColor color = QColor::fromRgb(charColors.at(curPos + spaceBoxesLeft));
    color.setAlpha(50);
    painter.setPen(color);
    painter.drawRect(rect);
    painter.drawText(rect, Qt::AlignVCenter | Qt::AlignCenter, textString.at(curPos + spaceBoxesLeft));@

    The text changes its colour and the rect changes colour and alpha.
    How can I make the text to change its alpha as well?

    1 Reply Last reply
    0
    • D Offline
      D Offline
      DerManu
      wrote on last edited by
      #2

      Setting a pen color with alpha and then drawing text works here perfectly...

      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