initial fluent-widgets ui

This commit is contained in:
2025-08-14 18:45:16 +08:00
parent 746e83ab23
commit 4c66886257
1198 changed files with 805339 additions and 0 deletions

View File

@ -0,0 +1,14 @@
# coding:utf-8
import sys
from PySide6.QtGui import QColor
from PySide6.QtWidgets import QApplication
from qfluentwidgets.components.widgets.acrylic_label import AcrylicLabel
app = QApplication(sys.argv)
w = AcrylicLabel(20, QColor(105, 114, 168, 102))
w.setImage('resource/埃罗芒阿老师.jpg')
w.show()
app.exec()

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB