Subversion Repositories Code-Repo

Rev

Rev 351 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 351 Rev 364
Line 1... Line 1...
1
#ifndef GLOBALDEFINES
1
#ifndef GLOBALDEFINES
2
#define GLOBALDEFINES
2
#define GLOBALDEFINES
3
 
3
 
-
 
4
#include <QApplication>
-
 
5
#include <QMainWindow>
-
 
6
 
-
 
7
#include <QTextEdit>
-
 
8
#include <QLineEdit>
-
 
9
#include <QPushButton>
4
#include <QtWidgets>
10
#include <QDockWidget>
-
 
11
#include <QLabel>
-
 
12
#include <QToolButton>
-
 
13
#include <QSpinBox>
-
 
14
#include <QSlider>
-
 
15
#include <QComboBox>
-
 
16
 
-
 
17
#include <QGroupBox>
-
 
18
#include <QGridLayout>
-
 
19
#include <QHBoxLayout>
-
 
20
#include <QSignalMapper>
-
 
21
#include <QEvent>
-
 
22
#include <QKeyEvent>
-
 
23
#include <QAction>
-
 
24
#include <QStatusBar>
-
 
25
 
-
 
26
#include <QTimer>
-
 
27
#include <QFileDialog>
-
 
28
#include <QFileInfo>
-
 
29
#include <QXmlStreamWriter>
-
 
30
#include <QXmlStreamReader>
5
 
31
 
6
#define STATUS_TIMEOUT_MS 3000
32
#define STATUS_TIMEOUT_MS 3000
7
 
33
 
8
#endif // GLOBALDEFINES
34
#endif // GLOBALDEFINES
9
 
35