def __init__(self):
super(self.__class__, self).__init__()
self.setCaseSensitivity(Qt.CaseInsensitive)
self.setMaxVisibleItems(5)
#self.setCompletionMode(QCompleter.UnfilteredPopupCompletion)
self.setCompletionMode(QCompleter.InlineCompletion)
评论列表
文章目录