MyBeggar
--------
This software is Python3 complient. It works under Windows or Linux.
Manage UI File:
---------------
UI files are created throught Qt4Designer. So an UI File is created and has to be translate to .py file.
To compile it with pyside:
pyside-uic -o IHM_MyBeggar.py MainWindows.ui
To compile it with QT4:
pyuic4 -x MainWindows.ui -o IHM_MyBeggar.py
Generate Package (Windows/Linux):
---------------------------------
To Generate package, we use free cx_freeze library.
To build it please use next command:
python3 setup.py build
VERSIONS
--------
Version 0.3:
- Change complexe configuration between DBFile and Archive Directory to unique one with Archive Dir Selection.
Version 0.2:
- Add feature to modify a document properties in search doc part.
- fix some display issues.
Version 0.1:
- Initial Version