1 Star 0 Fork 1

OpenCG/smart_qtwidgets

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
get_style.py 299 Bytes
一键复制 编辑 原始数据 按行查看 历史
sheen 提交于 2021-08-04 14:53 . 更新
from .style import style_type, TEMPLATE_STYLE
def get_style(_type='moon'):
_style = TEMPLATE_STYLE
if _type in style_type:
_data = style_type[_type]
for _key in _data:
_style = _style.replace('@{}'.format(_key), _data[_key])
return _style
return ''
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/tdercg/smart_qtwidgets.git
git@gitee.com:tdercg/smart_qtwidgets.git
tdercg
smart_qtwidgets
smart_qtwidgets
master

搜索帮助