first version.
This commit is contained in:
21
declaration.h
Normal file
21
declaration.h
Normal 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
|
Reference in New Issue
Block a user