(self)
| 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() |
nothing calls this directly
no outgoing calls
no test coverage detected