-
Notifications
You must be signed in to change notification settings - Fork 1
/
flame_editor.pro
161 lines (89 loc) · 2 KB
/
flame_editor.pro
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
# -------------------------------------------------
# Project created by QtCreator 2009-05-22T10:29:59
# -------------------------------------------------
TARGET = flame_editor
TEMPLATE = app
SOURCES += main.cpp \
mainwindow.cpp \
machinescene.cpp \
arrow.cpp \
machinemodel.cpp \
memorydelegate.cpp \
memorymodel.cpp \
mpre.cpp \
simulationthread.cpp \
mpredelegate.cpp \
mpredialog.cpp \
mpost.cpp \
mpostdelegate.cpp \
mpostdialog.cpp \
adt.cpp \
memoryvariable.cpp \
modelxmlreader.cpp \
machine.cpp \
transition.cpp \
state.cpp \
variable.cpp \
statedelegate.cpp \
machinetree.cpp \
condition.cpp \
timeunit.cpp \
communication.cpp \
commdelegate.cpp \
commdialog.cpp \
messagecomm.cpp \
messagemodel.cpp \
messagesort.cpp \
messagedelegate.cpp \
sortdelegate.cpp \
sortdialog.cpp \
datatypedelegate.cpp \
lineeditdelegate.cpp \
machinetreedelegate.cpp \
timeunitdialog.cpp \
texteditdelegate.cpp \
graphicsitem.cpp
HEADERS += mainwindow.h \
machinescene.h \
arrow.h \
machinemodel.h \
memorydelegate.h \
memorymodel.h \
mpre.h \
simulationthread.h \
mpredelegate.h \
mpredialog.h \
mpost.h \
mpostdelegate.h \
mpostdialog.h \
adt.h \
memoryvariable.h \
modelxmlreader.h \
machine.h \
transition.h \
state.h \
variable.h \
statedelegate.h \
machinetree.h \
condition.h \
timeunit.h \
communication.h \
commdelegate.h \
commdialog.h \
messagecomm.h \
messagemodel.h \
messagesort.h \
messagedelegate.h \
sortdelegate.h \
sortdialog.h \
datatypedelegate.h \
lineeditdelegate.h \
machinetreedelegate.h \
timeunitdialog.h \
texteditdelegate.h \
graphicsitem.h
FORMS += mainwindow.ui \
conditiondialog.ui \
commdialog.ui \
sortdialog.ui \
timeunitdialog.ui