def cb_limit_slider_released(self):
# remove cursor from the spectrum canvas
self._app.windows['spectrumWindow'].get_current_widget().destroy_cursors()
# bring window to front
self.show()
self.setWindowState(self.windowState() & ~Qt.WindowMinimized | Qt.WindowActive)
self.activateWindow()
评论列表
文章目录