-
Notifications
You must be signed in to change notification settings - Fork 0
/
lastwindow.h
62 lines (45 loc) · 954 Bytes
/
lastwindow.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
51
52
53
54
55
56
57
58
59
60
61
62
#ifndef LASTWINDOW_H
#define LASTWINDOW_H
#include <QDialog>
#include <QMainWindow>
#include <QPushButton>
#include <QPainter>
#include <QLabel>
namespace Ui {
class LastWindow;
}
class LastWindow : public QDialog
{
Q_OBJECT
public:
explicit LastWindow(QWidget *parent = 0);
~LastWindow();
void sendSlot();
void addName(QString);
void sendSlotclear();
void addlabel_cq();//市
void addlabel_bj();
void addlabel_xg();
void addlabel_sh();
void addlabel_tj();
void addlabel_am();
void addlabel_lz();
void addlabel_by();
void addlabel_dh();
void addlabel_sjz();
void addlabel_ts();
void addlabel_zjk();
void addgansu();//省
void addchongqing();
void addbeijing();
void addhebei();
signals:
void mySignal1();
protected:
void paintEvent(QPaintEvent *);
private slots:
private:
Ui::LastWindow *ui;
QPushButton b;
};
#endif // LASTWINDOW_H