MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / setProgress

Method setProgress

recognition/scripts/drag_and_drop.py:337–340  ·  view source on GitHub ↗
(self, value, text, wait=10)

Source from the content-addressed store, hash-verified

335
336 # sets the text of the progress bar
337 def setProgress(self, value, text, wait=10):
338 self.progressbar.setFormat(text)
339 self.progressbar.setValue(value)
340 cv2.waitKey(10)
341
342 # the callback for the drag enter event
343 def dragEnterEvent(self, e):

Callers 4

saveButtonCallbackMethod · 0.95
loadButtonCallbackMethod · 0.95
sendButtonCallbackMethod · 0.95
dropEventMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected