/
spitsyn62
/
AcademicPerformance
Обзор
Документация
Войти
/
spitsyn62
/
AcademicPerformance
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
AcademicPerformance.pro
24 строки
612 B
spitsyn62
create: AcademicPerformance.pro, main.cpp, MainWindow.cpp, MainWindow.h, MainWindow.ui, README.txt, StudentTableModel.cpp, StudentTableModel.h, Список студентов.csv
15 май 2026, 14:21
Верифицирован
15 май 2026, 14:21
b654f18
Код
Авторство
О чём код?
QT += widgets CONFIG += c++17 # You can make your code fail to compile if it uses deprecated APIs. # In order to do so, uncomment the following line. #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0 SOURCES += \ MainWindow.cpp \ StudentTableModel.cpp \ main.cpp HEADERS += \ MainWindow.h \ StudentTableModel.h FORMS += \ MainWindow.ui # Default rules for deployment. qnx: target.path = /tmp/$${TARGET}/bin else: unix:!android: target.path = /opt/$${TARGET}/bin !isEmpty(target.path): INSTALLS += target