File: pythonhotplug.qrc

package info (click to toggle)
camitk 6.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 389,496 kB
  • sloc: cpp: 103,476; sh: 2,448; python: 1,618; xml: 984; makefile: 128; perl: 84; sed: 20
file content (41 lines) | stat: -rw-r--r-- 1,899 bytes parent folder | download | duplicates (2)
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
<!DOCTYPE RCC>
<RCC version="1.0">
    <!-- image component tests -->
    <qresource prefix="/image">
        <file alias="extensionfile">pythonhotplug/imagePythonHotPlug.camitk</file>
        <file>pythonhotplug/test_image_component.py</file>
        <file>pythonhotplug/gaussian_filter_python_test.py</file>
    </qresource>
    <qresource prefix="/mesh">
        <!-- mesh component tests -->
        <file alias="extensionfile">pythonhotplug/meshPythonHotPlug.camitk</file>
        <file>pythonhotplug/compute_barycenter.py</file>
        <file>pythonhotplug/create_sphere.py</file>
    </qresource>
    <qresource prefix="/state">
        <!-- saving action tests -->
        <file alias="extensionfile">pythonhotplug/actionStateHotPlug.camitk</file>
        <file>pythonhotplug/test_parameter_interaction.py</file>
        <file>pythonhotplug/test_parameter_interaction_timer.py</file>
        <file>pythonhotplug/test_self_interaction.py</file>
        <file>pythonhotplug/test_self_interaction_timer.py</file>
    </qresource>
    <qresource prefix="/scriptQtTest">
        <file alias="extensionfile">pythonhotplug/scriptQtTest.camitk</file>
    </qresource>
    <qresource prefix="/scriptTest">
        <file alias="extensionfile">pythonhotplug/scriptTest.camitk</file>
    </qresource>
    <qresource prefix="/meshPoints">
        <file alias="extensionfile">pythonhotplug/meshPoints.camitk</file>
        <file>pythonhotplug/brownian_movement.py</file>
    </qresource>
    <qresource prefix="/transformationManager">
        <file alias="extensionfile">pythonhotplug/transformationManager.camitk</file>
        <file>pythonhotplug/transformations_and_frames.py</file>
    </qresource>
        <qresource prefix="/actionPipeline">
        <file alias="extensionfile">pythonhotplug/actionPipeline.camitk</file>
        <file>pythonhotplug/python_pipeline.py</file>
    </qresource>
</RCC>