forked from fbudin69500/QTGUI
-
Notifications
You must be signed in to change notification settings - Fork 3
/
QtToCppXML.xml
64 lines (64 loc) · 2.06 KB
/
QtToCppXML.xml
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
<?xml version="1.0" encoding="utf-8"?>
<executable>
<title>QtToCppXML</title>
<description>Generates a loader, a saver, and a protocol file from a Qt interface file (*.ui).</description>
<category>Miscellaneous</category>
<version>1.0</version>
<contributor>Francois Budin (UNC)</contributor>
<acknowledgements></acknowledgements>
<parameters>
<label>I/O</label>
<directory>
<name>directory</name>
<description>Output directory</description>
<label>Output directory</label>
<channel>output</channel>
<longflag>output_directory</longflag>
<flag>d</flag>
</directory>
<file fileExtensions=".ui">
<name>uifileuri</name>
<description>Qt GUI file</description>
<label>Qt UI file</label>
<channel>input</channel>
<longflag>ui_file</longflag>
<flag>u</flag>
</file>
<string>
<name>savername</name>
<description>Saver Class Name</description>
<label>Saver Class Name</label>
<channel>input</channel>
<longflag>saver_name</longflag>
<flag>s</flag>
<default>save</default>
</string>
<string>
<name>loadername</name>
<description>Loader Class Name</description>
<label>Loader Class Name</label>
<channel>input</channel>
<longflag>loader_name</longflag>
<flag>l</flag>
<default>load</default>
</string>
<string>
<name>modelname</name>
<description>Model Class Name</description>
<label>Model Class Name</label>
<channel>input</channel>
<longflag>model_name</longflag>
<flag>m</flag>
<default>model</default>
</string>
<string-vector>
<name>prefixes</name>
<description>prefixes of the different parameter types. One may want to create different parameter/loader/saver classes for different types of parameters (e.g.: software, input parameters, etc)</description>
<label>prefixes</label>
<channel>input</channel>
<longflag>prefixes</longflag>
<flag>x</flag>
<default></default>
</string-vector>
</parameters>
</executable>