You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdewebdev/quanta/data/toolbars/schema/misc.actions

32 lines
1.5 KiB

<!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>