I'm using custom proxy model for tableview and just don't want to let tableview show spinbox. How can i do that? Do i have to write custom delegate for table?
I'm using custom proxy model for tableview and just don't want to let tableview show spinbox. How can i do that? Do i have to write custom delegate for table?
You can disable editing in the view by setting NoTriggers as edit triggers or by disallowing editing in the model.
Bookmarks