This commit is contained in:
2025-08-11 19:25:43 +03:00
commit 648e754d32
16 changed files with 4307 additions and 0 deletions

26
declarations.h Normal file
View File

@@ -0,0 +1,26 @@
#ifndef DECLARATIONS_H
#define DECLARATIONS_H
#include <QMainWindow>
#include <QTableWidget>
#include <QTableWidgetItem>
#include <QVBoxLayout>
#include <QGridLayout>
#include <QHeaderView>
#include <QLabel>
#include <QComboBox>
#include <QPushButton>
#include <QTextEdit>
#include <QDebug>
#include <QMessageBox>
#include <QTextCodec>
#include <QLineEdit>
#include <QString>
#include <QScopedPointer>
#include <QTest>
#include <stdio.h>
#include "cmdwrd.h"
#include "bcmil.h"
#include "windows.h"
#endif // DECLARATIONS_H