It would be great if it was possible to override the rendering of QRadioButton List to look like this:
[ ] option 1 [ ] option 2 [ ] option 3
or like this:
[ ] create a new item
[ ] pick existing item from the list: [ dropdown ]
Today, this is impossible, because the the TABLE/TR/TD HTML that gets generated for the radio button list. I understand that I can potentially override the GetControlHTML method of the QRadioButtonList class, but it's something I'd expect the framework to provide (i.e. a bit more flexibility with the basic control).
Thanks!
-Alex