-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommon.h
43 lines (38 loc) · 944 Bytes
/
common.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#ifndef COMMON_H
#define COMMON_H
#include "stdlib.h"
#include "stdio.h"
#include "stdbool.h"
#include "strmif.h"
#include <initguid.h>
#include <vector>
#include <string>
#include <QDesktopWidget>
#include <QMainWindow>
#include "qgraphicsview.h"
#include "qgraphicsscene.h"
#include "qmessagebox.h"
#include <qtextcodec.h>
#include "qlabel.h"
#include "qlistwidget.h"
#include <QTableWidget>
#include <QTableWidgetItem>
#include <QApplication>
#include <QDebug>
#include <QString>
#include <QFileDialog>
#include <QTime>
#include <windows.h>
#include "qthread.h"
#include "qobject.h"
#include <QFileDialog>
#include <QGraphicsPixmapItem>
#include <windows.h>
#include <QCoreApplication>
#include <QFileInfo>
#include <QDir>
#include <qtimer.h>
#include <qmutex.h>
using namespace std;
extern void DebugMessageHandler(QtMsgType type, const QMessageLogContext& Context, const QString &msg);
#endif