bc mode v1

This commit is contained in:
2025-08-12 21:48:13 +03:00
commit 7a97506a32
16 changed files with 4311 additions and 0 deletions

20
TestTa1.pro Normal file
View File

@@ -0,0 +1,20 @@
QT += testlib
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
SOURCES += \
WDMTMKv2.cpp \
bcmil.cpp \
cmdwrd.cpp \
main.cpp \
mainwindow.cpp \
testinfo.cpp
HEADERS += \
WDMTMKv2.h \
bcmil.h \
cmdwrd.h \
declarations.h \
mainwindow.h \
testinfo.h