PyQt5 - 單窗體的循環漸入漸出(QTimer)

self.timer = QTimer(Test_Transparent) self.timer.start(50) self.timer.timeout.connect(self.show) #counter用於根據計時器更新窗體透明度 self.counter = 1 #degree用於控制透明度的增減性(「顯示-透明-顯示-透明」爲一個循環週期)
相關文章
相關標籤/搜索