summaryrefslogtreecommitdiffstats
path: root/quanta/data/toolbars/schema/misc.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-13 00:44:04 +0100
commit92326f9e69bb4aee30dd0f088523d293fc0804da (patch)
tree726d8eeb445895b59e7a0523d0a5e74a50b27ae7 /quanta/data/toolbars/schema/misc.actions
parent36793769224b2e54a364bb8bfd9d27c839e92181 (diff)
downloadtdewebdev-92326f9e69bb4aee30dd0f088523d293fc0804da.tar.gz
tdewebdev-92326f9e69bb4aee30dd0f088523d293fc0804da.zip
Quanta: Extract source files for toolbars contained in tarballs.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 1e750683286c018238ae80a37a17709028a5f619)
Diffstat (limited to 'quanta/data/toolbars/schema/misc.actions')
-rw-r--r--quanta/data/toolbars/schema/misc.actions32
1 files changed, 32 insertions, 0 deletions
diff --git a/quanta/data/toolbars/schema/misc.actions b/quanta/data/toolbars/schema/misc.actions
new file mode 100644
index 00000000..342f4021
--- /dev/null
+++ b/quanta/data/toolbars/schema/misc.actions
@@ -0,0 +1,32 @@
+<!DOCTYPE actionsconfig>
+<actions>
+ <action shortcut="" icon="tag_any.png" type="tag" tooltip="&lt;any>" name="XMLSchema_any" text="any" >
+ <tag useDialog="false" >&lt;any></tag>
+ <xtag use="true" >&lt;/any></xtag>
+ </action>
+ <action shortcut="" icon="tag_field.png" type="tag" tooltip="&lt;field>" name="XMLSchema_field" text="field" >
+ <tag useDialog="false" >&lt;field></tag>
+ <xtag use="true" >&lt;/field></xtag>
+ </action>
+ <action shortcut="" icon="tag_group.png" type="tag" tooltip="&lt;group>" name="XMLSchema_group" text="group" >
+ <tag useDialog="false" >&lt;group></tag>
+ <xtag use="true" >&lt;/group></xtag>
+ </action>
+ <action shortcut="" icon="tag_key.png" type="tag" tooltip="&lt;key>" name="XMLSchema_key" text="key" >
+ <tag useDialog="false" >&lt;key></tag>
+ <xtag use="true" >&lt;/key></xtag>
+ </action>
+ <action shortcut="" icon="tag_keyref.png" type="tag" tooltip="&lt;keyref>" name="XMLSchema_keyref" text="keyref" >
+ <tag useDialog="false" >&lt;keyref></tag>
+ <xtag use="true" >&lt;/keyref></xtag>
+ </action>
+ <action shortcut="" icon="tag_selector.png" type="tag" tooltip="&lt;selector>" name="XMLSchema_selector" text="selector" >
+ <tag useDialog="false" >&lt;selector></tag>
+ <xtag use="true" >&lt;/selector></xtag>
+ </action>
+ <action shortcut="" icon="tag_unique.png" type="tag" tooltip="&lt;unique>" name="XMLSchema_unique" text="unique" >
+ <tag useDialog="false" >&lt;unique></tag>
+ <xtag use="true" >&lt;/unique></xtag>
+ </action>
+
+</actions> \ No newline at end of file