Forum
Sign Up

Image with an action or signal in the ribbon bar?

12 years 11 months ago #1 by Frank
I saw it in your ribbon control example -> misc. You have added 2 images there - the windows.png and the linux.png - and i think it looks nicer than having one page with only one group and lots
of buttons. I think i lose there lots of space because of the text on the button and the text
in the group - i only need the text under the button.

I only want to have a page which includes the images. ;-)

So i'd like to know is there a way to add the action to the images - so if they are clicked the action or the event (signal slot) will executed?

Thank for your help.

Frank

Please Log in or Create an account to join the conversation.

More
12 years 11 months ago #2 by Developer Machines
Hello Frank,

If you need what the button has text only than use this way:
group->addAction(QIcon(), tr("Butt&on"), Qt::ToolButtonTextOnly);

If you need to add to the button Icon only than use this way:

group->addAction(QIcon(":/res/largeButton.png"), tr(""), Qt::ToolButtonIconOnly);

Pictures on the Misc tab placed in the QLabel object. To get the clicked signal form it please refer to the QLabel documentation.

Tell if this information was helpful.

Please Log in or Create an account to join the conversation.

More
  • Not Allowed: to create new topic.
  • Not Allowed: to reply.
  • Not Allowed: to edit your message.
Moderators: Developer Machines
Time to create page: 0.123 seconds

Developer Newsletter

Join our Developer Machines newsletter to get informed on all the latest releases of the commercial components for Qt.C++, Delphi FireMonkey, updates and general knowledges.

Quick Support

Should you need any additional information about our products or licensing, please contact us at the following email addresses:

  • This email address is being protected from spambots. You need JavaScript enabled to view it.

  • This email address is being protected from spambots. You need JavaScript enabled to view it.

Get in Touch

If you would like to purchase our products or services, but don’t know how to do it the right way, please feel free to contact us:

  • This email address is being protected from spambots. You need JavaScript enabled to view it.( any questions related to our products or services )
  • This email address is being protected from spambots. You need JavaScript enabled to view it.( questions related to licensing )