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. Use html on QPushButton
Qt 6.11 is out! See what's new in the release blog

Use html on QPushButton

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 3.7k 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.
  • qazaq408Q Offline
    qazaq408Q Offline
    qazaq408
    wrote on last edited by
    #1
    pix1PushButton = new QPushButton("<h2><i>Load</i><font color=red>System</font></h2>");
    piix2Label = new QLabel("<img src=:/images/load.png width=50 height=50><h2><font color=red>Load</font></h2>");
    

    The has same html code,but ....
    0_1562288811700_btn.png

    Can't use html on QPushButton or there is some wrong?

    JKSHJ 1 Reply Last reply
    1
    • qazaq408Q qazaq408
      pix1PushButton = new QPushButton("<h2><i>Load</i><font color=red>System</font></h2>");
      piix2Label = new QLabel("<img src=:/images/load.png width=50 height=50><h2><font color=red>Load</font></h2>");
      

      The has same html code,but ....
      0_1562288811700_btn.png

      Can't use html on QPushButton or there is some wrong?

      JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #2

      @qazaq408 said in Use html on QPushButton:

      Can't use html on QPushButton or there is some wrong?

      QPushButton does not support rich text natively. There are a few ways you can add rich text: https://stackoverflow.com/questions/2990060/qt-qpushbutton-text-formatting

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      1 Reply Last reply
      3

      • Login

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