Skip to content

GUI: change data items signaling in IntensityDataPropertyWidget

Mikhail Svechnikov requested to merge i88g into main

IntensityDataPropertyWidget now works with the Qt signals, emitted by DataItem, IntensityDataItem and axes items.

The old mapper system is hold for a while, it can be switched using USE_MAPPERS macro definition.

Currently the code looks less concise and more ugly than before due to the code duplication (mappers/signals). Also the access of SessionItemWidgets to the JobItem is done in ad hoc manner and should be refactored.

Edited by Mikhail Svechnikov

Merge request reports