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

Method update_loading_icon

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

Source from the content-addressed store, hash-verified

302 return bottom_layout
303
304 def update_loading_icon(self):
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()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected