Warning, /utilities/kate/addons/katesql/ui.rc is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <!DOCTYPE gui SYSTEM "kpartgui.dtd">
0003 <gui name="katesql" library="katesqlplugin" version="9" translationDomain="katesql">
0004   <MenuBar>
0005     <Menu name="SQL">
0006       <text>&amp;SQL</text>
0007       <Action name="connection_create"/>
0008       <Action name="connection_remove"/>
0009       <Action name="connection_edit"/>
0010       <Action name="connection_reconnect"/>
0011       <Separator/>
0012       <Action name="query_run"/>
0013       <Action name="query_stop"/>
0014     </Menu>
0015   </MenuBar>
0016   <ToolBar name="SQLConnectionsToolBar">
0017     <text>SQL Connections Toolbar</text>
0018     <Action name="connection_chooser"/>
0019     <Action name="connection_create"/>
0020     <Action name="connection_remove"/>
0021     <Action name="connection_edit"/>
0022     <Action name="connection_reconnect"/>
0023   </ToolBar>
0024   <ToolBar name="SQLToolBar">
0025     <text>SQL Toolbar</text>
0026     <Action name="query_run"/>
0027     <Action name="query_stop"/>
0028   </ToolBar>
0029   <State name="has_connection_selected">
0030     <enable>
0031       <Action name="connection_remove"/>
0032       <Action name="connection_edit"/>
0033       <Action name="connection_reconnect"/>
0034       <Action name="query_run"/>
0035       <Action name="query_stop"/>
0036     </enable>
0037   </State>
0038 </gui>
0039 <!-- kate: space-indent on; indent-width 4; replace-tabs on; -->