def cb_threshold_slider_released(self):
# destroy threshold map from the map canvas
self._app.windows['mapWindow'].ui.tab_widget.currentWidget().destroy_threshold_map()
# bring window to front
self.setWindowState(self.windowState() & ~Qt.WindowMinimized | Qt.WindowActive)
self.activateWindow()
评论列表
文章目录