MCPcopy Create free account
hub / github.com/DIMFLIX/Spectrum-Security / circular_progress_adding

Method circular_progress_adding

main.py:200–205  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

198
199
200 def circular_progress_adding(self):
201 self.progress_bar_scan.set_value(self.progress_bar_scan.value + 1)
202
203 if self.progress_bar_scan.value == 100:
204 self.scanning_progress_timer.stop()
205 self.ui.scanning_start_btn.setEnabled(True)
206
207
208 ##==> STORAGE PAGE WIDGETS SETTINGS

Callers

nothing calls this directly

Calls 1

set_valueMethod · 0.80

Tested by

no test coverage detected