QSettings 可用于读写常用配置参数。
当 QSettings 读写时,对数据格式 (或类型) 有一些要求。
但 QSettings 经常不兼容 Python 别名自定义容器,解决办法是读写时将别名自定义容器转换成原容器类型。
譬如:DyList 转换成 list,DyDict 转换成 dict
若 QSettings 无法,解决办法是换成容器。
Copyright Notice: This article is exclusive original manuscripts, copyrighted by Happy Digits Software , shall not be reproduced without permission.