27 lines
525 B
C
27 lines
525 B
C
#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
|