def loading_finished(self):
self.doneBt.setStyleSheet("background-color: rgba({}); color: rgba(228,197,134,160);".format(Data.info_bgCOL))
self.doneBt.setFrameShape(QtWidgets.QFrame.Box)
self.doneBt.setFixedHeight(self.hideBt.height())
self.doneBt.setText("Done")
评论列表
文章目录