主要代码 def init_lineedit(self): # 增加自动补全self.completer = QCompleter(items_list) # 设置匹配模式有三种: Qt.MatchStartsWith 开头匹配( ...
確定! 回上一頁