CinemaGUI — учебное приложение для управления расписанием кинотеатра.
Реализовано с использованием C++ и Qt Framework.
Позволяет добавлять фильмы, создавать сеансы и просматривать расписание в графическом интерфейсе.
- Добавление и редактирование фильмов
- Создание и удаление сеансов
- Просмотр расписания в таблицах
- Сохранение и загрузка данных в формате JSON
- C++17
- Qt (Qt Widgets, Qt Designer)
- JSON
- Установите Qt (5 или 6 версии).
- Клонируйте репозиторий:
git clone https://github.com/username/CinemaGUI.git cd CinemaGUI
📖 About the project (EN)
CinemaGUI is a student project for managing a cinema schedule. Built with C++ and Qt Framework. It allows adding movies, creating sessions, and viewing schedules in a graphical interface.
🚀 Features
Add and edit movies
Create and delete sessions
View schedule in tables
Save and load data in JSON format
🛠️ Technologies
C++
Qt (Qt Widgets, Qt Designer)
JSON
📦 Build and Run
Install Qt (version 5 or 6).
Clone the repository:
git clone https://github.com/username/CinemaGUI.git cd CinemaGUI
Open in Qt Creator or build manually:
qmake CinemaGUI.pro make
Run:
./CinemaGUI
👤 Автор / Author
Проект выполнен в рамках учебного курса.
📖 About the project (EN)
CinemaGUI is a student project for managing a cinema schedule. Built with C++ and Qt Framework. It allows adding movies, creating sessions, and viewing schedules in a graphical interface.
🚀 Features
Add and edit movies
Create and delete sessions
View schedule in tables
Save and load data in JSON format
🛠️ Technologies
C++17
Qt (Qt Widgets, Qt Designer)
JSON
📦 Build and Run
Install Qt (version 5 or 6).
Clone the repository:
git clone https://github.com/username/CinemaGUI.git cd CinemaGUI
Open in Qt Creator or build manually:
qmake CinemaGUI.pro make
Run:
./CinemaGUI
👤 / Author
Project developed as part of a university course.