File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ qtmodern6
99``qtmodern6 `` 是在``gmarull/qtmodern``项目基础上修改而来的。
1010查看原项目请点击:<https://github.com/gmarull/qtmodern>
1111
12- 原项目只能支持``PyQt``、``PySide2 ``, 且已经停止维护。git上也没能找到类似的项目。
12+ 原项目只能支持``PyQt``、``PySide2 ``, 且已经停止维护。git上也没能找到类似的项目。
1313因此就考虑修改原项目以适配``PySide6``。
1414
1515
@@ -22,7 +22,7 @@ qtmodern6
2222
2323基本用法和原来一样。
2424
25- 安装( python版本>=3.9):
25+ 安装( python版本>=3.9):
2626-----
2727
2828 pip install qtmodern6
Original file line number Diff line number Diff line change 1- PySide6 = =6.0.0
1+ PySide6 > =6.0.0
Original file line number Diff line number Diff line change 99 version = _version ,
1010 packages = ['qtmodern6' ],
1111 description = 'PySide6 Widgets Modern User Interface' ,
12- long_description = open ('README.rst' ).read (),
12+ long_description = open ('README.rst' , encoding = 'utf-8' ).read (),
1313 author = 'hua Layn' ,
1414 author_email = 'layn@jinkuni.com' ,
1515 url = 'https://www.github.com/hualayn/qtmodern6' ,
You can’t perform that action at this time.
0 commit comments