def openOptionsDialogCommentTypes():
value = QInputDialog.getText(
mainwindow,
_("Comment Types"),
_("Set comment types (comma separated list)"),
text=",".join(commenttypeoptions),
flags=Qt.WindowFlags(dialogwindowflags),
)[0]
if value:
setOption("commenttypes", value)
评论列表
文章目录