PDA

View Full Version : Item Delegate Visibility



raneeshambat
17th September 2009, 06:10
Hello..

How to make an item delegate visible all the time. I made a radio button delegate to work with a table view.. i want to make it visible even its selection changes.

Thanks in advance.

jgver
18th September 2009, 20:41
Have you considered creating the edit widget manually, and then setting it into a cell with setCellWidget? It's not the most robust solution, but it does ensure that the widget retains its appearance.

Hope this helps.