vidyadhar wrote:
I want to have a radio button on menu entries in the menubar.

eg: like a gedit in linux

please help me out
thanks

* Set up the desired QAction's.
* Add them to a QActionGroup.
* Set the group to be exclusive (setExclusive(True)).
* Add the actions to your menubar.

--
+-------------------------------------------------------------+
| Mads Ipsen, Scientific developer                            |
+-------------------------------+-----------------------------+
| QuantumWise A/S               | phone:         +45-29716388 |
| Nørre Søgade 27A              | www:    www.quantumwise.com |
| DK-1370 Copenhagen K, Denmark | email:  [email protected] |
+-------------------------------+-----------------------------+


_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to