An open API service indexing awesome lists of open source software.

https://github.com/lepesevichnikita/vsdt-lab-work-7

Laboratory on the subject "Visual software development tools"
https://github.com/lepesevichnikita/vsdt-lab-work-7

cmake cpp qml qt qt5-qml qtquick qtquick-controls2

Last synced: about 2 months ago
JSON representation

Laboratory on the subject "Visual software development tools"

Awesome Lists containing this project

README

        

# 7th laboratory work on the subject "Visual software development tools"
## Project on c++/Qt(Qt Quick)/CMake

## Task 1

Calcualte volume of oxygen in room.
Oxygen take 21% of volume of room.
Width, heigth and length should be entered by user.

## Task 2

Get sign of cos(x) by selected coordinate quarter.

## Task 3

Calculate number row by formula of row or by formula of general item

![task 3 condition](./resources/images/task3condition.png "task3 condition")

## Task 4

Create or edit train list.
Train's fields:
* destination
* train number
* departure time

There should be possible to write list into file or read from it.