diff options
author | Slávek Banko <[email protected]> | 2019-01-02 02:15:54 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-01-12 21:02:29 +0100 |
commit | 1e750683286c018238ae80a37a17709028a5f619 (patch) | |
tree | de816e2396bf123719a02ce105ce8b76fd1e5703 /quanta/data/toolbars/schema/facets.actions | |
parent | 5764a965e27720a5d973e5e3126274433ca3c35c (diff) | |
download | tdewebdev-1e750683286c018238ae80a37a17709028a5f619.tar.gz tdewebdev-1e750683286c018238ae80a37a17709028a5f619.zip |
Quanta: Extract source files for toolbars contained in tarballs.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'quanta/data/toolbars/schema/facets.actions')
-rw-r--r-- | quanta/data/toolbars/schema/facets.actions | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/quanta/data/toolbars/schema/facets.actions b/quanta/data/toolbars/schema/facets.actions new file mode 100644 index 00000000..69dbedc4 --- /dev/null +++ b/quanta/data/toolbars/schema/facets.actions @@ -0,0 +1,52 @@ +<!DOCTYPE actionsconfig> +<actions> + <action shortcut="" icon="tag_menu.png" type="tag" tooltip="<enumeration>" name="XMLSchema_enumeration" text="enumeration" > + <tag useDialog="false" ><enumeration value=""></tag> + <xtag use="false" /> + </action> + <action shortcut="" icon="new.png" type="tag" tooltip="<pattern>" name="XMLSchema_pattern" text="pattern" > + <tag useDialog="false" ><pattern value=""></tag> + <xtag use="false" /> + </action> + <action shortcut="" icon="new.png" type="tag" tooltip="<totalDigits>" name="XMLSchema_totalDigits" text="totalDigits" > + <tag useDialog="false" ><totalDigits value=""></tag> + <xtag use="false" /> + </action> + <action shortcut="" icon="tag_fractionDigits.png" type="tag" tooltip="<fractionDigits>" name="XMLSchema_fractionDigits" text="fractionDigits" > + <tag useDialog="false" ><fractionDigits value=""></tag> + <xtag use="false" /> + </action> + <action shortcut="" icon="new.png" type="tag" tooltip="<length>" name="XMLSchema_length" text="length" > + <tag useDialog="false" ><length value=""></tag> + <xtag use="false" /> + </action> + <action shortcut="" icon="new.png" type="tag" tooltip="<maxLength>" name="XMLSchema_maxLength" text="maxLength" > + <tag useDialog="false" ><maxLength value=""></tag> + <xtag use="false" /> + </action> + <action shortcut="" icon="new.png" type="tag" tooltip="<minLength>" name="XMLSchema_minLength" text="minLength" > + <tag useDialog="false" ><minLength value=""></tag> + <xtag use="false" /> + </action> + <action shortcut="" icon="new.png" type="tag" tooltip="<maxInclusive>" name="XMLSchema_maxInclusive" text="maxInclusive" > + <tag useDialog="false" ><maxInclusive value=""></tag> + <xtag use="false" /> + </action> + <action shortcut="" icon="new.png" type="tag" tooltip="<minInclusive>" name="XMLSchema_minInclusive" text="minInclusive" > + <tag useDialog="false" ><minInclusive value=""></tag> + <xtag use="false" /> + </action> + <action shortcut="" icon="new.png" type="tag" tooltip="<maxExclusive>" name="XMLSchema_maxExclusive" text="maxExclusive" > + <tag useDialog="false" ><maxExclusive value=""></tag> + <xtag use="false" ></xtag> + </action> + <action shortcut="" icon="new.png" type="tag" tooltip="<minExclusive" name="XMLSchema_minExclusive" text="minExclusive" > + <tag useDialog="false" ><minExclusive value=""></tag> + <xtag use="false" /> + </action> + <action shortcut="" icon="tag_br_small.png" type="tag" tooltip="<whiteSpace>" name="XMLSchema_whiteSpace" text="whiteSpace" > + <tag useDialog="false" ><whiteSpace value=""></tag> + <xtag use="false" /> + </action> + +</actions>
\ No newline at end of file |