drawText(99, 99, "Python Qt") # draw the background text. painter.rotate(-30) # Rotate -30 the QPen back. painter.setPen(Qt.NoPen) # set the ...
確定! 回上一頁