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?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.