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. how to show action text in toolbar
Forum Updated to NodeBB v4.3 + New Features

how to show action text in toolbar

Scheduled Pinned Locked Moved Solved General and Desktop
3 Posts 2 Posters 1.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.
  • johnson54J Offline
    johnson54J Offline
    johnson54
    wrote on last edited by
    #1

    I use action->setIcon("myicon") to add an icon to the action, and action->setIconText("text") to set the icon text
    toolbar->addAction(action) to add the icon to the toolbar
    but there is only the icon in the toolbar, I want the icon text also shown in the toolbar (at the bottom of the icon), how to achieve this?

    Gojir4G 1 Reply Last reply
    0
    • johnson54J johnson54

      I use action->setIcon("myicon") to add an icon to the action, and action->setIconText("text") to set the icon text
      toolbar->addAction(action) to add the icon to the toolbar
      but there is only the icon in the toolbar, I want the icon text also shown in the toolbar (at the bottom of the icon), how to achieve this?

      Gojir4G Offline
      Gojir4G Offline
      Gojir4
      wrote on last edited by
      #2

      @johnson54 Hi,

      You need to find the QToolButton from the main toolbar and then change the ToolButtonStyle to Qt::ToolButtonTextBesideIcon

      https://doc.qt.io/qt-5/qt.html#ToolButtonStyle-enum

      1 Reply Last reply
      4
      • johnson54J Offline
        johnson54J Offline
        johnson54
        wrote on last edited by
        #3

        it works, thanks a lot

        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