Skip to content

YijuSimonYang/EventPlanner_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Event Planner

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.

Getting started

This instruction helps users intall program on their local machines regardless of operating systems.

Installing

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.

Authors

  • Nganga, Martin
  • Ray, Kevin
  • Shen, Jian
  • Yang, Yiju

Built With

  • Qt --The IDE used

License

This program was made with the Qt Creator IDE and Framework version 4.X licensed under LGPL.

Acknowledgement

For ducumentatin of code, please see index.html under Ducumentation/html folder.

Works Cited

We used codes from Qt library including < QMainWindows >, < Qstring >, < Qstringlist >, < Qdebug >, < QMessageBox > and < QPixmap >.

Documentation

Documentation of all classes can be found by opening documentation/html/index.html using a web browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published