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

21
declaration.h Normal file
View File

@@ -0,0 +1,21 @@
#ifndef DECLARATION_H
#define DECLARATION_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>
#endif // DECLARATION_H