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
Forum Updated to NodeBB v4.3 + New Features

Use html on QPushButton

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 3.2k 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.
  • Q Offline
    Q Offline
    qazaq408
    wrote on 5 Jul 2019, 01:07 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?

    J 1 Reply Last reply 5 Jul 2019, 04:05
    1
    • Q qazaq408
      5 Jul 2019, 01:07
      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?

      J Offline
      J Offline
      JKSH
      Moderators
      wrote on 5 Jul 2019, 04:05 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

      1/2

      5 Jul 2019, 01:07

      • Login

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