kindle manager
This commit is contained in:
21
changelog.md
21
changelog.md
@@ -59,15 +59,22 @@ b['1']['2'] = {'3':1} # OK
|
||||
- design GUI with qdesigner 
|
||||
- define toolbar action's slots
|
||||
|
||||
## 1.0.4 (20200604)
|
||||
### feature
|
||||
- refactoring kman.py
|
||||
- creat constant class for all constant
|
||||
- creat config dialog to do some constant configuration
|
||||
- creat xman class for all clipping manipulation
|
||||
- design config dialog & statusbar information
|
||||
|
||||
## learn lesson
|
||||
- generate ui source(.py) use pyqtuic will 'import kmanapp\_rc',
|
||||
so I need to use resouce file(.qrc) to manage resouce(icons),
|
||||
and generator rcc binnay file, must kmanapp\_rc.py
|
||||
command: pyside2-rcc -binary kmanapp.qrc -o kmanapp\_rc.py
|
||||
|
||||
# feature plan
|
||||
## 20200528
|
||||
- first abstract from kindle hard / local directory for different OS
|
||||
- add GUI use QT **done**
|
||||
|
||||
## 20200604
|
||||
- refactoring kman.py
|
||||
- creat constant class for all constant
|
||||
- creat config dialog to do some constant configuration
|
||||
- creat xman class for all clipping manipulation
|
||||
- design config dialog & statusbar information
|
||||
|
||||
|
||||
Reference in New Issue
Block a user