-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathPyquino.e4p
75 lines (75 loc) · 2.75 KB
/
Pyquino.e4p
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Project SYSTEM "Project-5.1.dtd">
<!-- eric project file for project Pyquino -->
<!-- Saved: 2017-05-17, 19:19:19 -->
<!-- Copyright (C) 2017 you-sheng, -->
<Project version="5.1">
<Language>en_US</Language>
<Hash>8d8c945a40b503b8eb2f0c180a0c11995a1eaa1a</Hash>
<ProgLanguage mixed="0">Python3</ProgLanguage>
<ProjectType>PyQt5</ProjectType>
<Version>0.1</Version>
<Author>you-sheng</Author>
<Email></Email>
<Eol index="0"/>
<Sources>
<Source>core/Ui_mainwindow.py</Source>
<Source>core/__init__.py</Source>
<Source>core/gcode/gcodeParser.py</Source>
<Source>core/graphy/Ui_graphy.py</Source>
<Source>core/graphy/__init__.py</Source>
<Source>core/graphy/graphy.py</Source>
<Source>core/graphy_test.py</Source>
<Source>core/info.py</Source>
<Source>core/mainwindow.py</Source>
<Source>core/monitor/Ui_machine_mointor.py</Source>
<Source>core/monitor/__init__.py</Source>
<Source>core/monitor/machine_mointor.py</Source>
<Source>core/serialportcontext.py</Source>
<Source>core/serialportedittext.py</Source>
<Source>core/vrep/Ui_vrep_setting.py</Source>
<Source>core/vrep/vrep_setting.py</Source>
<Source>core/vrep/vrep_test.py</Source>
<Source>core/vrep_remoAPI/one_link_robot_remoteAPI_joint_position.py</Source>
<Source>core/vrep_remoAPI/vrep.py</Source>
<Source>core/vrep_remoAPI/vrepConst.py</Source>
<Source>icons_rc.py</Source>
<Source>launchPyquino.py</Source>
<Source>opgl_class.py</Source>
<Source>pnael.py</Source>
<Source>test.py</Source>
<Source>test1.py</Source>
</Sources>
<Forms>
<Form>core/gcode/mainwindow.ui</Form>
<Form>core/graphy/graphy.ui</Form>
<Form>core/mainwindow.ui</Form>
<Form>core/monitor/machine_mointor.ui</Form>
<Form>core/monitor/mainwindow.ui</Form>
<Form>core/vrep/vrep_setting.ui</Form>
</Forms>
<Translations/>
<Resources>
<Resource>icons.qrc</Resource>
</Resources>
<Interfaces/>
<Others>
<Other>Arduino_test_file/README.md</Other>
<Other>Makefile</Other>
</Others>
<MainScript>launchPyquino.py</MainScript>
<Vcs>
<VcsType>None</VcsType>
</Vcs>
<FiletypeAssociations>
<FiletypeAssociation pattern="*.idl" type="INTERFACES"/>
<FiletypeAssociation pattern="*.py" type="SOURCES"/>
<FiletypeAssociation pattern="*.py3" type="SOURCES"/>
<FiletypeAssociation pattern="*.pyw" type="SOURCES"/>
<FiletypeAssociation pattern="*.pyw3" type="SOURCES"/>
<FiletypeAssociation pattern="*.qm" type="TRANSLATIONS"/>
<FiletypeAssociation pattern="*.qrc" type="RESOURCES"/>
<FiletypeAssociation pattern="*.ts" type="TRANSLATIONS"/>
<FiletypeAssociation pattern="*.ui" type="FORMS"/>
</FiletypeAssociations>
</Project>