Pong
June 13th 2014, Client GUI
← June 12th 2014 Server GUI | ● | June 14th 2014 Error Handling →
Added a minimalistic user interface for the client. It just provides a drop area where one can drop files to be transmitted to the server.
To prevent the GUI from blocking, we start each transmission in a new thread that destroys itself after the finished() signal.
← June 12th 2014 Server GUI | ● | June 14th 2014 Error Handling →