Skip to content

hualayn/qtmodern6

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qtmodern6

PyPI Version

qtmodern6 是在``gmarull/qtmodern``项目基础上修改而来的。 查看原项目请点击:<https://github.com/gmarull/qtmodern>

原项目只能支持``PyQt``、PySide2, 且已经停止维护。git上也没能找到类似的项目。 因此就考虑修改原项目以适配``PySide6``。

主题界面如下图(可能稍有不同):

Example

基本用法和原来一样。

安装(python版本>=3.9):

pip install qtmodern6

如何使用:

import qtmodern6.styles import qtmodern6.windows

...

app = QApplication() win = YourWindow()

qtmodern6.styles.dark(app) mw = qtmodern6.windows.ModernWindow(win) mw.show()

...

About

PyQt/PySide Widgets Modern User Interface

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%