Coder Social home page Coder Social logo

radziminski / gui-course Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 130.28 MB

Calendar Application made in 3 different technologies, for GUI Course (EGUI).

QMake 1.02% C++ 16.77% C# 37.57% HTML 15.41% CSS 6.93% JavaScript 22.31%
c-plus-plus qt-framework asp mvc react

gui-course's Introduction

Graphical User Interfaces Project

Simple calendar application made for graphical user interfaces (EGUI) course laboratories in 3 different technologies (QT Framework, ASP.NET Core and React).

Project Description

The task was to:

  • Write simple Calendar application using given technology (under linux) having three simple screens
  • Data should be stored in text file (format to be designed by the student)

Main window

  • In that phase application simply present data
  • Single month is visible
  • For days where events exist background colour is light blue
  • User may select a day to edit that day events

Single day window

  • An ordered (by time) events for a day is displayed
  • User may delete an event
  • User may press Add new to go to Event screen (with empty event)
  • User may press edit to go to Event screen (with selected event)

Single event window

  • User may enter time and description and Save changes (which creates an event or updates existing one)
  • User may press Cancel (which closes a window without doing any changes)

Usage

Lab 1: QT Framework

In QT_Framework folder:

qmake
make
cd bin
./MyCalendar

Lab 2: ASP.NET Core MVC

In ASP.NET_Core_MVC folder:

dotnet build
dotnet run

gui-course's People

Contributors

radziminski avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.