Freeze theory no longer works #1851
Labels
Critical
High priority
Defect
Bug or undesirable behaviour
For Feature Parity
Issues to give 5x the same functionality as 4x
Milestone
TypeError: can't pickle QLineEdit objects
This comes from the recent addition of plot sliders. Each data/theory item contains now a
QLineEdit
object, which is not copyable.copy.deepcopy
in cloneTheory() will have to be replaced with a more complex method, allowing for copying ofQObject
derived types.The text was updated successfully, but these errors were encountered: