QPT-Family / QGUI

QGUI - 0.1MB超轻量Python GUI框架,用模板来快捷制作深度学习模型推理界面

Home Page:https://qgui.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeError: __new__() got an unexpected keyword argument 'themes_file'

Freddd13 opened this issue · comments

Traceback (most recent call last):
File "e:\music_tools\sep_gui\gui.py", line 12, in
main_gui = CreateQGUI(title="一个新应用")
File "C:\software\miniconda3\envs\music\lib\site-packages\qgui-0.5-py3.7.egg\qgui\factory.py", line 52, in init
self.root.style = Style(**QStyle.default)
TypeError: new() got an unexpected keyword argument 'themes_file'

环境win11 miniconda python=3.7.11

#4 这位老哥已经修复了,刚刚发布于0.6~