Subversion Repositories ExamClock

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 ron.wellst 1
<?xml version="1.0" encoding="UTF-8"?>
2
<!DOCTYPE Project SYSTEM "Project-5.1.dtd">
3
<!-- eric project file for project ExamClock -->
5 ron.wellst 4
<!-- Saved: 2015-10-14, 16:09:25 -->
1 ron.wellst 5
<!-- Copyright (C) 2015 Ron Wellsted (M0RNW), ron@m0rnw.uk -->
6
<Project version="5.1">
7
  <Language></Language>
8
  <Hash>ab20bfbed9de9167643f8f413b32db4c86fdde1e</Hash>
9
  <ProgLanguage mixed="0">Python3</ProgLanguage>
10
  <ProjectType>Qt4</ProjectType>
11
  <Description>A clock program for RSGB licence exams</Description>
12
  <Version>0.1</Version>
13
  <Author>Ron Wellsted (M0RNW)</Author>
14
  <Email>ron@m0rnw.uk</Email>
5 ron.wellst 15
  <Eol index="-1"/>
1 ron.wellst 16
  <Sources>
17
    <Source>__init__.py</Source>
3 ron.wellst 18
    <Source>ExamClock.py</Source>
19
    <Source>mainwindow.py</Source>
20
    <Source>HelpAbout.py</Source>
1 ron.wellst 21
  </Sources>
3 ron.wellst 22
  <Forms>
23
    <Form>mainwindow.ui</Form>
24
    <Form>HelpAbout.ui</Form>
25
  </Forms>
1 ron.wellst 26
  <Translations/>
27
  <Resources/>
28
  <Interfaces/>
5 ron.wellst 29
  <Others/>
3 ron.wellst 30
  <MainScript>ExamClock.py</MainScript>
1 ron.wellst 31
  <Vcs>
32
    <VcsType>Subversion</VcsType>
33
    <VcsOptions>
34
      <dict>
35
        <key>
36
          <string>add</string>
37
        </key>
38
        <value>
39
          <list>
40
            <string></string>
41
          </list>
42
        </value>
43
        <key>
44
          <string>checkout</string>
45
        </key>
46
        <value>
47
          <list>
48
            <string></string>
49
          </list>
50
        </value>
51
        <key>
52
          <string>commit</string>
53
        </key>
54
        <value>
55
          <list>
56
            <string></string>
57
          </list>
58
        </value>
59
        <key>
60
          <string>diff</string>
61
        </key>
62
        <value>
63
          <list>
64
            <string></string>
65
          </list>
66
        </value>
67
        <key>
68
          <string>export</string>
69
        </key>
70
        <value>
71
          <list>
72
            <string></string>
73
          </list>
74
        </value>
75
        <key>
76
          <string>global</string>
77
        </key>
78
        <value>
79
          <list>
80
            <string></string>
81
          </list>
82
        </value>
83
        <key>
84
          <string>history</string>
85
        </key>
86
        <value>
87
          <list>
88
            <string></string>
89
          </list>
90
        </value>
91
        <key>
92
          <string>log</string>
93
        </key>
94
        <value>
95
          <list>
96
            <string></string>
97
          </list>
98
        </value>
99
        <key>
100
          <string>remove</string>
101
        </key>
102
        <value>
103
          <list>
104
            <string></string>
105
          </list>
106
        </value>
107
        <key>
108
          <string>status</string>
109
        </key>
110
        <value>
111
          <list>
112
            <string></string>
113
          </list>
114
        </value>
115
        <key>
116
          <string>tag</string>
117
        </key>
118
        <value>
119
          <list>
120
            <string></string>
121
          </list>
122
        </value>
123
        <key>
124
          <string>update</string>
125
        </key>
126
        <value>
127
          <list>
128
            <string></string>
129
          </list>
130
        </value>
131
      </dict>
132
    </VcsOptions>
133
    <VcsOtherData>
134
      <dict>
135
        <key>
136
          <string>standardLayout</string>
137
        </key>
138
        <value>
139
          <bool>True</bool>
140
        </value>
141
      </dict>
142
    </VcsOtherData>
143
  </Vcs>
144
  <FiletypeAssociations>
145
    <FiletypeAssociation pattern="*.idl" type="INTERFACES"/>
146
    <FiletypeAssociation pattern="*.py" type="SOURCES"/>
147
    <FiletypeAssociation pattern="*.py3" type="SOURCES"/>
148
    <FiletypeAssociation pattern="*.pyw" type="SOURCES"/>
149
    <FiletypeAssociation pattern="*.pyw3" type="SOURCES"/>
150
    <FiletypeAssociation pattern="*.qm" type="TRANSLATIONS"/>
151
    <FiletypeAssociation pattern="*.qrc" type="RESOURCES"/>
152
    <FiletypeAssociation pattern="*.ts" type="TRANSLATIONS"/>
153
    <FiletypeAssociation pattern="*.ui" type="FORMS"/>
154
  </FiletypeAssociations>
155
</Project>