Skip to content

ENH: Improving Qt layer performance w/r to signals

Robert M. O'Bara requested to merge bob.obara/smtk:changingLineEditEvent into master

Now the line edit widgets for File and Input Items only change their item's value when editting is finished instead of when a ket is pressed - this will dramatically reduce the number of modified signals emitted.

Also made some of attribute::Resource's large modification methods (create/remove attributes, create definitions, etc..) call setClean(false) to mark resource as modified.

Merge request reports