first version.

This commit is contained in:
2025-07-23 12:34:16 +03:00
commit 1c10abd24b
10 changed files with 697 additions and 0 deletions

16
descript.pro Normal file
View File

@@ -0,0 +1,16 @@
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
SOURCES += \
cmdwrd.cpp \
main.cpp \
mainwindow.cpp \
reswrd.cpp
HEADERS += \
cmdwrd.h \
declaration.h \
mainwindow.h \
reswrd.h