gustahlucas / agendaProject

Projeto de trabalho para a disciplina de Algoritmos e Programação Avançada da UFOP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Agenda 📅

Projeto de trabalho para a disciplina de Algoritmos e Programação Avançada da UFOP

Ideia

Desenvolvimento de uma simples agenda de compromissos desenvolvida em C++

Tasks

Tasks performed:

  • Initial project creation
  • Project theme definition
  • Creation of the container
  • Create parallelism
  • UI

Interface

Tela login:

Screenshot

Tela principal:

Screenshot

Tela pesquisa + edição + exclusão:

Screenshot

Install and compile (Ubuntu)

  • Install Qt Creator
sudo apt install build-essential
sudo apt install qtcreator
sudo apt install qt5-default
sudo apt-get install qt5-doc qtbase5-examples qtbase5-doc-html
  • Create an executable file for the project
qmake agendaInterface.pro
make
  • Test the program
./agendaInterface

License

MIT

About

Projeto de trabalho para a disciplina de Algoritmos e Programação Avançada da UFOP

License:MIT License


Languages

Language:C++ 57.1%Language:Makefile 28.0%Language:C 14.1%Language:QMake 0.9%