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. Qt button with text under icon
Forum Update on Monday, May 27th 2025

Qt button with text under icon

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 1.3k 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.
  • B Offline
    B Offline
    bigbangvn
    wrote on 10 Mar 2014, 04:54 last edited by
    #1

    Hi,
    Does anyone know how to create button with text under the icon, and with border-image for hover pressed state. I have use QToolButton but it's not very nice!

    @ QToolButton* button = new QToolButton();
    button->setFixedHeight(70);
    button->setToolButtonStyle(Qt::ToolButtonTextUnderIcon);
    QAction* loadAction= new QAction(QIcon("://images/design/ico_add_sound.png"),"Add Sound",button);
    button->addAction(loadAction);
    button->setDefaultAction(loadAction);@

    Thank you.

    1 Reply Last reply
    0

    1/1

    10 Mar 2014, 04:54

    • Login

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