MCPcopy Create free account
hub / github.com/PyQt5/PyQt / Pop

Class Pop

QProgressBar/Lib/DWaterProgress.py:38–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36
37
38class Pop:
39 # https://github.com/linuxdeepin/dtkwidget/blob/master/src/widgets/dwaterprogress.cpp#L36
40
41 def __init__(self, size, xs, ys, xo=0, yo=0):
42 self.size = size
43 self.xSpeed = xs
44 self.ySpeed = ys
45 self.xOffset = xo
46 self.yOffset = yo
47
48
49class DWaterProgress(QProgressBar):

Callers 1

initPopsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected