PDA

View Full Version : Persistent widgets in QTableView.



kaushal_gaurav
1st August 2008, 10:57
Hi,

How can i make the QComboBox Widget persistent in a QTableView.
So that i do not need to click the cell to show the widget.
It should come when the widget is shown on the screen.

Regards
GK

jpn
1st August 2008, 20:06
See QAbstractItemView::openPersistentEditor().