MCPcopy Create free account
hub / github.com/MCSLTeam/MCSL2 / MySmoothScrollArea

Class MySmoothScrollArea

MCSL2Lib/ProgramControllers/interfaceController.py:249–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247
248
249class MySmoothScrollArea(SmoothScrollArea):
250 def __init__(self, parent=None):
251 super().__init__(parent)
252 self.viewport().setStyleSheet(GlobalMCSL2Variables.scrollAreaViewportQss)
253 self.delegate = SmoothScrollDelegate(self, True)
254 self.setFrameShape(QScrollArea.NoFrame)
255 self.setAttribute(Qt.WA_StyledBackground)

Callers 13

__init__Method · 0.90
__init__Method · 0.90
_setUpUIMethod · 0.90
__init__Method · 0.90
__init__Method · 0.90
__init__Method · 0.90
__init__Method · 0.90
setupUIMethod · 0.90
__init__Method · 0.90
__init__Method · 0.90
__init__Method · 0.90
__init__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected