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"
- Host: GitHub
- URL: https://github.com/lepesevichnikita/vsdt-lab-work-7
- Owner: lepesevichnikita
- Created: 2019-04-20T12:30:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-14T08:18:32.000Z (about 6 years ago)
- Last Synced: 2025-02-06T22:42:23.818Z (3 months ago)
- Topics: cmake, cpp, qml, qt, qt5-qml, qtquick, qtquick-controls2
- Language: QML
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 4
Create or edit train list.
Train's fields:
* destination
* train number
* departure timeThere should be possible to write list into file or read from it.