def get_notes(self) -> QLabel:
content = QLabel()
content.setStyleSheet('margin:10px; border:1px solid #BABABA; padding:10px; color:#666;')
content.setTextFormat(Qt.RichText)
content.setWordWrap(True)
content.setText('''Labels from this list will be used to filter links. Filtering is NOT case-sensitive.
<br/><br/>Example:<br/><br/> the simpsons<br/>
south park''')
return content
评论列表
文章目录