Any QPushButton can be made into a toggle button by calling setCheckable(True) on it, or by setting its “checkable” property to True in Qt Designer.
確定! 回上一頁