ilastik-0.5 icon indicating copy to clipboard operation
ilastik-0.5 copied to clipboard

EditChannelsDialog should be coupled to the classification workflow, not the volume editor

Open thorbenk opened this issue 13 years ago • 0 comments

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)

thorbenk avatar Jul 20 '11 08:07 thorbenk