I have a QTableWidget and for the contained QTableWidgetItem I need...
  • to set input masks
  • to format the displayed numbers correctly (e.g. 17.40 or 17,40)


But there is no setInputMask() available for a QTableWidgetItem?
How to format the numbers both during input and during displaying?

Thanks a lot!