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 -->
3 ron.wellst 4
<!-- Saved: 2015-10-13, 13:24:14 -->
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>
15
  <Sources>
16
    <Source>__init__.py</Source>
3 ron.wellst 17
    <Source>ExamClock.py</Source>
18
    <Source>mainwindow.py</Source>
19
    <Source>HelpAbout.py</Source>
1 ron.wellst 20
  </Sources>
3 ron.wellst 21
  <Forms>
22
    <Form>mainwindow.ui</Form>
23
    <Form>HelpAbout.ui</Form>
24
  </Forms>
1 ron.wellst 25
  <Translations/>
26
  <Resources/>
27
  <Interfaces/>
28
  <Others>
29
    <Other>ExamClock</Other>
30
  </Others>
3 ron.wellst 31
  <MainScript>ExamClock.py</MainScript>
1 ron.wellst 32
  <Vcs>
33
    <VcsType>Subversion</VcsType>
34
    <VcsOptions>
35
      <dict>
36
        <key>
37
          <string>add</string>
38
        </key>
39
        <value>
40
          <list>
41
            <string></string>
42
          </list>
43
        </value>
44
        <key>
45
          <string>checkout</string>
46
        </key>
47
        <value>
48
          <list>
49
            <string></string>
50
          </list>
51
        </value>
52
        <key>
53
          <string>commit</string>
54
        </key>
55
        <value>
56
          <list>
57
            <string></string>
58
          </list>
59
        </value>
60
        <key>
61
          <string>diff</string>
62
        </key>
63
        <value>
64
          <list>
65
            <string></string>
66
          </list>
67
        </value>
68
        <key>
69
          <string>export</string>
70
        </key>
71
        <value>
72
          <list>
73
            <string></string>
74
          </list>
75
        </value>
76
        <key>
77
          <string>global</string>
78
        </key>
79
        <value>
80
          <list>
81
            <string></string>
82
          </list>
83
        </value>
84
        <key>
85
          <string>history</string>
86
        </key>
87
        <value>
88
          <list>
89
            <string></string>
90
          </list>
91
        </value>
92
        <key>
93
          <string>log</string>
94
        </key>
95
        <value>
96
          <list>
97
            <string></string>
98
          </list>
99
        </value>
100
        <key>
101
          <string>remove</string>
102
        </key>
103
        <value>
104
          <list>
105
            <string></string>
106
          </list>
107
        </value>
108
        <key>
109
          <string>status</string>
110
        </key>
111
        <value>
112
          <list>
113
            <string></string>
114
          </list>
115
        </value>
116
        <key>
117
          <string>tag</string>
118
        </key>
119
        <value>
120
          <list>
121
            <string></string>
122
          </list>
123
        </value>
124
        <key>
125
          <string>update</string>
126
        </key>
127
        <value>
128
          <list>
129
            <string></string>
130
          </list>
131
        </value>
132
      </dict>
133
    </VcsOptions>
134
    <VcsOtherData>
135
      <dict>
136
        <key>
137
          <string>standardLayout</string>
138
        </key>
139
        <value>
140
          <bool>True</bool>
141
        </value>
142
      </dict>
143
    </VcsOtherData>
144
  </Vcs>
145
  <FiletypeAssociations>
146
    <FiletypeAssociation pattern="*.idl" type="INTERFACES"/>
147
    <FiletypeAssociation pattern="*.py" type="SOURCES"/>
148
    <FiletypeAssociation pattern="*.py3" type="SOURCES"/>
149
    <FiletypeAssociation pattern="*.pyw" type="SOURCES"/>
150
    <FiletypeAssociation pattern="*.pyw3" type="SOURCES"/>
151
    <FiletypeAssociation pattern="*.qm" type="TRANSLATIONS"/>
152
    <FiletypeAssociation pattern="*.qrc" type="RESOURCES"/>
153
    <FiletypeAssociation pattern="*.ts" type="TRANSLATIONS"/>
154
    <FiletypeAssociation pattern="*.ui" type="FORMS"/>
155
  </FiletypeAssociations>
156
</Project>