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

Method start_loading_anim

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

Source from the content-addressed store, hash-verified

305 self.gen_btn.setIcon(QIcon(self.loading_movie.currentPixmap()))
306
307 def start_loading_anim(self):
308 self.original_icon = self.gen_btn.icon()
309 self.loading_movie.start()
310
311 def stop_loading_anim(self):
312 self.loading_movie.stop()

Callers 1

run_allMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected