setText('QPushButton') def getColor(self): return Qt.black def setColor(self, color): self.setStyleSheet("background-color: rgb({0}, {1}, {2});border:none ...
確定! 回上一頁