22 lines
426 B
C
22 lines
426 B
C
#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
|