Programming/PyQt
[PyQt] PyQt, PySide를 위한 테마 패키지
scii
2020. 3. 23. 18:42
qdarkstyle, qtmodern 을 이용하면 테마를 바꿀 수 있다.
# qdarkstyle 설치
conda install -c conda-forge qdarkstyle
# qtmodern 설치
conda install -c conda-forge qtmodern
QDarkStyle
https://pypi.org/project/QDarkStyle/
QDarkStyle
The most complete dark stylesheet for Python and Qt applications
pypi.org
QtModern
https://github.com/gmarull/qtmodern
gmarull/qtmodern
PyQt/PySide Widgets Modern User Interface. Contribute to gmarull/qtmodern development by creating an account on GitHub.
github.com