Group Project for COMP3278 - Introduction to Database Management Systems.
- Clone this project
- Make sure pipenv is installed. If it is not, run:
pip install pipenv
- Enter the root directory of the project.
- Run:
pipenv install
- Run:
pipenv shell pyqt5-tools designer
- Use Qt Designer
- Run:
pyuic5 -x uiFile.ui -o newOutputFile.py