This project aims to help people schedule events. In this program, we can create new events or join exsiting events that is available for you.
This instruction helps users intall program on their local machines regardless of operating systems.
The open source IDE Qt Creator 4.x was used to run qmake for compilation. The easiest way to get started is to download and install Qt Creator. Then the program can be built from within Qt Creator (recommended method) or built from the command line using
$ qmake
followed by...
If on linux:
$make
If on Windows:
$mingw32-make
or
$nmake
Depending on compiler.
- Nganga, Martin
- Ray, Kevin
- Shen, Jian
- Yang, Yiju
- Qt --The IDE used
This program was made with the Qt Creator IDE and Framework version 4.X licensed under LGPL.
For ducumentatin of code, please see index.html under Ducumentation/html folder.
We used codes from Qt library including < QMainWindows >, < Qstring >, < Qstringlist >, < Qdebug >, < QMessageBox > and < QPixmap >.
Documentation of all classes can be found by opening documentation/html/index.html using a web browser.