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

19
gallery.pro Normal file
View File

@ -0,0 +1,19 @@
SOURCES += app/view/main_window.py \
app/view/setting_interface.py \
app/view/basic_input_interface.py \
app/view/dialog_interface.py \
app/view/menu_interface.py \
app/view/gallery_interface.py \
app/view/status_info_interface.py \
app/view/scroll_interface.py \
app/common/translator.py \
app/view/material_interface.py \
app/view/layout_interface.py \
app/view/text_interface.py \
app/view/icon_interface.py \
app/view/view_interface.py \
app/view/date_time_interface.py \
app/view/navigation_view_interface.py \
TRANSLATIONS += app/resource/i18n/gallery.zh_CN.ts \
app/resource/i18n/gallery.zh_HK.ts