mirror of
https://github.com/KenanZhu/AutoLibrary.git
synced 2026-06-17 23:13:03 +08:00
0a8763add5
1. we add menu actions 'manual' and 'about', so you can click actions to open manual and about dialog. 2. we introduce timer task management feature, so you can add, delete timer tasks to auto run task. 3. other style improvement in gui...
22 lines
367 B
Plaintext
22 lines
367 B
Plaintext
.vscode/
|
|
|
|
.stfolder
|
|
.stignore
|
|
|
|
__pycache__/
|
|
build/
|
|
dist/
|
|
model/*.onnx
|
|
driver/*.exe
|
|
src/gui/configs/*.json
|
|
src/gui/translators/qtbase_zh_CN.qm
|
|
src/gui/AutoLibraryResources.py
|
|
src/gui/AutoLibraryResource.py
|
|
src/gui/Ui_ALMainWindow.py
|
|
src/gui/Ui_ALConfigWidget.py
|
|
src/gui/Ui_ALTimerTaskWidget.py
|
|
src/gui/Ui_ALAddTimerTaskDialog.py
|
|
src/gui/Ui_ALAboutDialog.py
|
|
|
|
Main.spec
|