How to avoid user from entering special characters into QTableWidget Cell
Hi All
How to avoid user from entering special characters into QTableWidget Cell?
2 replies
Get control over the editor widget that is used, and you can determine for yourself which characters are accepted. One way is to create your own QAbstractItemDelegate subclass, another is to use QItemEditorFactory and set the factory to use on an existing delegate. You can create your own line edit class with all the input filters you need.
isn’t that just like this [developer.qt.nokia.com] ?
You must log in to post a reply. Not a member yet? Register here!


