diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2019-01-02 02:15:54 +0100 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2019-01-13 00:44:04 +0100 |
| commit | 92326f9e69bb4aee30dd0f088523d293fc0804da (patch) | |
| tree | 726d8eeb445895b59e7a0523d0a5e74a50b27ae7 /quanta/data/toolbars/schema/misc.actions | |
| parent | 36793769224b2e54a364bb8bfd9d27c839e92181 (diff) | |
| download | tdewebdev-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.actions | 32 |
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="<any>" name="XMLSchema_any" text="any" > + <tag useDialog="false" ><any></tag> + <xtag use="true" ></any></xtag> + </action> + <action shortcut="" icon="tag_field.png" type="tag" tooltip="<field>" name="XMLSchema_field" text="field" > + <tag useDialog="false" ><field></tag> + <xtag use="true" ></field></xtag> + </action> + <action shortcut="" icon="tag_group.png" type="tag" tooltip="<group>" name="XMLSchema_group" text="group" > + <tag useDialog="false" ><group></tag> + <xtag use="true" ></group></xtag> + </action> + <action shortcut="" icon="tag_key.png" type="tag" tooltip="<key>" name="XMLSchema_key" text="key" > + <tag useDialog="false" ><key></tag> + <xtag use="true" ></key></xtag> + </action> + <action shortcut="" icon="tag_keyref.png" type="tag" tooltip="<keyref>" name="XMLSchema_keyref" text="keyref" > + <tag useDialog="false" ><keyref></tag> + <xtag use="true" ></keyref></xtag> + </action> + <action shortcut="" icon="tag_selector.png" type="tag" tooltip="<selector>" name="XMLSchema_selector" text="selector" > + <tag useDialog="false" ><selector></tag> + <xtag use="true" ></selector></xtag> + </action> + <action shortcut="" icon="tag_unique.png" type="tag" tooltip="<unique>" name="XMLSchema_unique" text="unique" > + <tag useDialog="false" ><unique></tag> + <xtag use="true" ></unique></xtag> + </action> + +</actions>
\ No newline at end of file |
