-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtranslation.pro
More file actions
25 lines (24 loc) · 1.34 KB
/
translation.pro
File metadata and controls
25 lines (24 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
SOURCES += app/view/main_window.py \
app/view/main_window_base.py \
app/view/home_interface.py \
app/view/setting_interface.py \
app/applications/Demo/demo_interface.py \
app/applications/Demo/ui_demo_interface.py \
app/applications/FileTree/file_tree_generator.py \
app/applications/FileTree/file_tree_interface.py \
app/applications/FileTree/ui_file_tree_interface.py \
app/applications/SecretFile/secret_file_interface.py \
app/applications/SecretFile/ui_secret_file_interface.py \
app/applications/SecretFile/single_task_widget.py \
app/applications/SecretFile/ui_single_task_widget.py \
app/applications/SecretFile/secret_file_treads.py \
app/applications/EZVideoEditor/ez_video_editor_interface.py \
app/applications/EZVideoEditor/ui_ez_video_editor_interface.py \
app/applications/Hashlib/hashlib_interface.py \
app/applications/Hashlib/ui_hashlib_interface.py \
app/applications/Hashlib/input_widget.py \
app/applications/Hashlib/ui_input_widget.py \
app/applications/WorkoutTimer/workout_timer_interface.py \
app/applications/WorkoutTimer/ui_workout_timer_interface.py \
app/applications/WorkoutTimer/schedule_table_widget.py \
TRANSLATIONS += app/resource/i18n/translation.zh_CN.ts \