-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstable.h
More file actions
36 lines (32 loc) · 732 Bytes
/
Copy pathstable.h
File metadata and controls
36 lines (32 loc) · 732 Bytes
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
#ifndef STABLE_H
#define STABLE_H
// Add C includes here
#include <iostream>
#if defined __cplusplus
// Add C++ includes here
#include <vector>
// Qt includes
#include <QApplication>
#include <QtCore>
#include <QtGui>
#include <QObject>
#include <qglobal.h>
#include <QDir>
#include <QIntValidator>
#include <QToolTip>
#include <QDebug>
#include <QMainWindow>
#include <QDialog>
#include <QFileDialog>
#include <QPushButton>
#include <QLabel>
#include <QLineEdit>
#include <QGraphicsScene>
#include <QGraphicsItem>
#include <QGraphicsPixmapItem>
#include <QGraphicsSceneWheelEvent>
#include <QMessageBox>
#include <QDesktopWidget>
#include <windows.h>
#endif //__cplusplus
#endif // STABLE_H