Skip to content

GUI refactoring: remove mappers from JobPropertiesTableModel and JobListModel

Mikhail Svechnikov requested to merge i88a into main

According to #88 (closed) the JobItem mapper connections removed from:

  • JobPropertiesTableModel
  • JobListModel

Now JobItem has unique signals for almost each property change. These signals are used directly for the corresponding connections instead of general mapper subscription with checking which property has changed by its name.

Edited by Mikhail Svechnikov

Merge request reports

Loading