-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathstable.h
50 lines (38 loc) · 906 Bytes
/
stable.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
44
45
46
47
48
49
50
#ifndef STABLE_H
#define STABLE_H
#include <QApplication>
#include <QtCore>
#include <QtGlobal>
#include <QMainWindow>
#include <QWidget>
#include <QMessageBox>
#include <QDebug>
#include <QVBoxLayout>
#include <QHBoxLayout>
#include <QGridLayout>
#include <QGroupBox>
#include <QLineEdit>
#include <QPushButton>
#include <QRadioButton>
#include <QCheckBox>
#include <QLabel>
#include <QtNetwork>
#include <QNetworkAccessManager>
#include <QNetworkCookie>
#include <QNetworkCookieJar>
#include <QNetworkReply>
#include <QNetworkRequest>
#include <QJsonDocument>
#include <QJsonArray>
#include <QJsonObject>
#include <QJsonParseError>
#include <QJsonValue>
#include <QCryptographicHash>
#include <QTextCodec>
#include <QEventLoop>
#include <QFile>
#include <QDir>
#include <QPixmap>
#include <QTimer>
#include <QCompleter>
#endif // STABLE_H