/
runis-70
/
Formula-Plus
Обзор
Документация
Войти
/
runis-70
/
Formula-Plus
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/forms/aboutProgramm.h
22 строки
307 B
Денис
feat/fix/refactor/docs: (1.0.10)) - изменено название проекта на Formula-Plus
17 окт 2024, 15:45
17 окт 2024, 15:45
5937a09
Код
Авторство
О чём код?
#ifndef ABOUTPROGRAMM_H #define ABOUTPROGRAMM_H #include <QWidget> namespace Ui { class AboutProgramm; } class AboutProgramm : public QWidget { Q_OBJECT public: explicit AboutProgramm(QWidget *parent = nullptr); ~AboutProgramm(); private: Ui::AboutProgramm *ui; }; #endif // ABOUTPROGRAMM_H