bc mode v1
This commit is contained in:
22
declarations.h
Normal file
22
declarations.h
Normal file
@@ -0,0 +1,22 @@
|
||||
#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>
|
||||
|
||||
#endif // DECLARATIONS_H
|
Reference in New Issue
Block a user