92 start_year=self.dlg.plot_comboBox_start.currentText() end_year=self.dlg.plot_comboBox_end.currentText() if self.dlg.plot_radioButton_narrow.isChecked()==True: narrow_flag=1 else: narrow_flag=0 self.load_plot(zone_size,start_year,end_year,narrow_flag) #load the plot data_end self.dlg.done(self.dlg.Accepted) #self.iface.mapCanvas().remove # Do something useful here - delete the line containing pass and # substitute with your code. #pass
元のページ ../index.html#98