MCPcopy Index your code
hub / github.com/PyQt5/PyQt / showWidget

Method showWidget

QPropertyAnimation/FlipWidgetAnimation.py:94–97  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

92 self.addWidget(self.settingWidget)
93
94 def showWidget(self):
95 # 显示主窗口隐藏动画窗口
96 self.setWindowOpacity(1)
97 QTimer.singleShot(100, self.flipWidget.hide)
98
99 def jumpLoginWidget(self):
100 # 翻转到登录界面

Callers

nothing calls this directly

Calls 1

setWindowOpacityMethod · 0.80

Tested by

no test coverage detected