0

I'm using Gambas 2.13 on Ubuntu 9.10. I have created a QT graphical application and I'm trying to create radio (mutually exclusive) menu items, with a radio icon instead of a check mark when selected. I can't find any property in the Menu documentation that does that. Can you help?

Greg
  • 23,155
  • 11
  • 57
  • 79
TechAurelian
  • 5,561
  • 5
  • 50
  • 65

1 Answers1

1

If I understand you correctly, I think you mean an object that acts like a checkbox or radio button, but you want that in a menu.

If this is correct, then you want to edit yoru menu (ctrl + E)

Click on the menu item
Check the 'toggle' checkbox underneath the icon box

I have gambas2 2.25 and this works.

M0E-lnx
  • 717
  • 10
  • 24