Can i setup a QDoubleValidator on a specific column of a QTreeWidgetItem to reject bad values? QTreeWidgetItem does’t inherit the setValidator() method from anyone…
Currently, I have a custom function attached to the QTreeWidget’s “itemChanged” Signal to catch the value and validate it before performing any actions, but I can’t quite figure out how to the revert value back to the original value…?