- Create virtual environment with python 3.9 (some issues with python version > 3.9)
- Install qt5 and qt5-tools:
pip install qt5 pip install qt5-tools
- Open the given
.ui
file in Qt designer app, which should be somewhere inlib -> site-packages -> bin -> qt5-applications -> Qt -> bin
in virtual environment
- Do some styling
- Add options of file extensions
- Display file system (XFS/Btrfs) after detecting
- Make buttons, scroll bars and checkboxes functional
- Main question - check for responsiveness in bigger window
- Finally, see deployment
Final (almost) code in app.py