ilastik-0.5
ilastik-0.5 copied to clipboard
EditChannelsDialog should be coupled to the classification workflow, not the volume editor
Right now inthe constructor of VolumeEditorWidget:
self._channelSpin = QSpinBox()
self._channelSpin.setEnabled(True)
self.channelEditBtn = QPushButton('Edit channels')
self.channelEditBtn.clicked.connect(self._ve.on_editChannels)