用 PySide2 的label 看图片 看到第4张就会 出现显示慢 卡的问题
text 要现实的文本image 想要贴的图片bg 背景颜色compound 文本和图片如何显示 (center 居中)比如:
Tkinter.Label(self.app, text=self.str_text[-1], compound='center', image=self.now_show_photo[-1])