Forum
Sign Up
× DataGrid for Qt.C++

ContextMenu

12 years 4 weeks ago #1 by
ContextMenu was created by
Hi,
instead th standard context menu, i want to have my own context menu, different menus for column cells and row headers. Do you have an example, how i can do this?
Thanks

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

  • 's Avatar Topic Author
12 years 4 weeks ago #2 by Developer Machines
Replied by Developer Machines on topic ContextMenu
To do that you need subscribe to the contextMenu() signal from TableView/BandedTableView. In slot of this signal you will have the ContextMenuEventArgs class pointer as parameter. To get the element on which you have clicked please use ContextMenuEventArgs::hitInfo() function.
Additionaly ContextMenuEventArgs::contextMenu() returns the pointer to the QMenu which will be showing. You may modify it as you need.

Other way, you can set ContextMenuEventArgs::setHandled(true)and creating and showing new Qmenu in this slot directly.
The following user(s) said Thank You:

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