3C-SCSU / Avatar

MIT License
6 stars 122 forks source link

Transfer Files Window v3 #100

Closed KINGTUT10101 closed 5 months ago

KINGTUT10101 commented 5 months ago

image

90

Implemented by group 1 from CSCI 495-01

Recreated the transfer files window with Qt. The new window also includes the UI file for the convenience of future contributors. It should retain all the functionality of the original window, including the ability to save and load config files. The only feature that has not been thoroughly tested is the upload button because I do not currently have a VPS to test with. However, the code for the button is exactly the same, so I don't see any reason why it won't continue to work.

To implement this window, I used PyQt5, just like the GUI3.py file. I also kept the GUI3.py file at the root of the project like the Professor told me to.