Warning, /graphics/okular/part/data/toolsQuick.xml is written in an unsupported language. File is not indexed.
0001 <!DOCTYPE okularQuickAnnotatingTools>
0002 <!--
0003 Refer to tools.xml for the documentation of the attribues not documented here.
0004
0005 Tool
0006 [id] {int = unique id identifying the quick tool}
0007 -->
0008 <quickAnnotatingTools>
0009 <tool id="1" type="highlight" name="Yellow Highlighter" default="true">
0010 <engine type="TextSelector" color="#ffff00">
0011 <annotation type="Highlight" color="#ffffff00"/>
0012 </engine>
0013 </tool>
0014 <tool id="2" type="highlight" name="Green Highlighter" default="true">
0015 <engine type="TextSelector" color="#00ff00">
0016 <annotation type="Highlight" color="#ff00ff00"/>
0017 </engine>
0018 </tool>
0019 <tool id="3" type="underline">
0020 <engine type="TextSelector" color="#ff0000">
0021 <annotation type="Underline" color="#ffff0000"/>
0022 </engine>
0023 </tool>
0024 <tool id="4" type="typewriter" name="Insert Text" default="true">
0025 <engine type="PickPoint" block="true">
0026 <annotation type="Typewriter" color="#00ffffff" textColor="#000000" width="0"/>
0027 </engine>
0028 </tool>
0029 <tool id="5" type="note-inline">
0030 <engine type="PickPoint" color="#ffff00" hoverIcon="tool-note-inline" block="true">
0031 <annotation type="FreeText" color="#ffffff00" textColor="#ff000000"/>
0032 </engine>
0033 </tool>
0034 <tool id="6" type="note-linked">
0035 <engine type="PickPoint" color="#ffff00" hoverIcon="tool-note">
0036 <annotation type="Text" color="#ffffff00" icon="Note" />
0037 </engine>
0038 </tool>
0039 </quickAnnotatingTools>