summaryrefslogtreecommitdiffstats
path: root/quanta/data/toolbars/schema/main.actions
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2019-01-02 02:15:54 +0100
committerSlávek Banko <slavek.banko@axis.cz>2019-01-12 21:02:29 +0100
commit1e750683286c018238ae80a37a17709028a5f619 (patch)
treede816e2396bf123719a02ce105ce8b76fd1e5703 /quanta/data/toolbars/schema/main.actions
parent5764a965e27720a5d973e5e3126274433ca3c35c (diff)
downloadtdewebdev-1e750683286c018238ae80a37a17709028a5f619.tar.gz
tdewebdev-1e750683286c018238ae80a37a17709028a5f619.zip
Quanta: Extract source files for toolbars contained in tarballs.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'quanta/data/toolbars/schema/main.actions')
-rw-r--r--quanta/data/toolbars/schema/main.actions28
1 files changed, 28 insertions, 0 deletions
diff --git a/quanta/data/toolbars/schema/main.actions b/quanta/data/toolbars/schema/main.actions
new file mode 100644
index 00000000..08747db2
--- /dev/null
+++ b/quanta/data/toolbars/schema/main.actions
@@ -0,0 +1,28 @@
+<!DOCTYPE actionsconfig>
+<actions>
+ <action shortcut="" icon="tag_schema.png" type="tag" tooltip="&lt;schema>" name="XMLSchema_schema" text="schema" >
+ <tag useDialog="true" >&lt;schema></tag>
+ <xtag use="true" >&lt;/schema></xtag>
+ </action>
+ <action shortcut="" icon="tag_element.png" type="tag" tooltip="&lt;element>" name="XMLSchema_element" text="element" >
+ <tag useDialog="false" >&lt;element></tag>
+ <xtag use="true" >&lt;/element></xtag>
+ </action>
+ <action shortcut="" icon="tag_import.png" type="tag" tooltip="&lt;import>" name="XMLSchema_import" text="import" >
+ <tag useDialog="true" >&lt;import></tag>
+ <xtag use="false" ></xtag>
+ </action>
+ <action shortcut="" icon="tag_include.png" type="tag" tooltip="&lt;include>" name="XMLSchema_include" text="include" >
+ <tag useDialog="true" >&lt;include></tag>
+ <xtag use="false" ></xtag>
+ </action>
+ <action shortcut="" icon="tag_notation.png" type="tag" tooltip="&lt;notation>" name="XMLSchema_notation" text="notation" >
+ <tag useDialog="false" >&lt;notation></tag>
+ <xtag use="true" >&lt;/notation></xtag>
+ </action>
+ <action shortcut="" icon="tag_redefine.png" type="tag" tooltip="&lt;redefine>" name="XMLSchema_redefine" text="redefine" >
+ <tag useDialog="false" >&lt;redefine></tag>
+ <xtag use="true" >&lt;/redefine></xtag>
+ </action>
+
+</actions> \ No newline at end of file