コード例 #1
0
ファイル: countingGui.py プロジェクト: jennyhong/ilastik
 def hideEvent(self, event):
     #Ensure interactive is toggled of when leaving this GUI
     self.toggleInteractive(False)
     self.labelingDrawerUi.liveUpdateButton.setChecked(False)
     LabelingGui.hideEvent(self, event)