All Samples(2) | Call(1) | Derive(0) | Import(1)
src/c/h/chirp-1.2.2/chirp/gui/chirpgui.py chirp(Download)
def on_batch_compare(self, event): from chirp.gui.BatchCompare import BatchCompare dlg = BatchCompare(self) dlg.config.SetPath(self.configfile.filename) dlg.Show()