Forum
Sign Up

setSeparator doesnt work for the QAction

8 years 9 months ago - 8 years 9 months ago #1 by Vahe
Hello,

I hit an issue in case of adding separators in the RibbonGroup in case of the following scenario:
• Create an action
• Add to the RibbonGroup
• Set action as a separator (QAction::setSeparator(true))
Actually, the separator appears as dummy text.
Note: Qt allows adding an action to menu and then making it as separator using QAction::setSeparator(bool) function. In Ribbons such behavior is broken.

Are there any way to solve this problem ?

Thanks,
Last edit: 8 years 9 months ago by Vahe. Reason: Adding a note to bug description.

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

More
8 years 9 months ago #2 by Developer Machines
Hello,

To add separator please use the following code:
    Qtitan::RibbonPage* anyPage = ribbonBar()->addPage("AnyPage");
    Qtitan::RibbonGroup* anyGroup = anyPage->addGroup("AnyGroup");
    anyGroup->addSeparator();

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

More
8 years 9 months ago #3 by Vahe
Hello,

this is not a solution of the problem I have described.

Thanks,

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.174 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 )