MCPcopy Create free account
hub / github.com/echQoQ/RustSL / stop_loading_anim

Method stop_loading_anim

gui/main_window.py:311–313  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

309 self.loading_movie.start()
310
311 def stop_loading_anim(self):
312 self.loading_movie.stop()
313 self.gen_btn.setIcon(self.original_icon)
314
315 def run_all(self):
316 self.gen_btn.setEnabled(False)

Callers 2

on_gen_errorMethod · 0.95
on_gen_doneMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected