By default, the sort is disabled. # enables the sorting of the items of the QListWidget enable = True self.qlistwidget.setSortingEnabled(enable) ...
確定! 回上一頁