/usr/share/doc/sqliteman/en/ch05.html is in sqliteman-doc 1.2.2-0ubuntu6.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Chapter 5. Sqliteman Main Window</title><link rel="stylesheet" href="kde-default.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.67.2"><meta name="keywords" content="Sqliteman, SQL, Sqlite, development, database"><link rel="start" href="index.html" title="The Sqliteman Handbook"><link rel="up" href="index.html" title="The Sqliteman Handbook"><link rel="prev" href="ch04.html" title="Chapter 4. The First Overview"><link rel="next" href="ch06.html" title="Chapter 6. Sqliteman Menu Structure"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 5. <span class="application">Sqliteman</span> Main Window</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch04.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="ch06.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="mainwindow"></a>Chapter 5. <span class="application">Sqliteman</span> Main Window</h2></div></div></div><p>
</p><div class="screenshot"><div class="mediaobject"><img src="mainwindow-notes.png" alt="Main components in the Main Window"></div></div><p>
</p><div class="variablelist"><dl><dt><span class="term">Menu bar</span></dt><dd><p>
Most of the actions are started here. <a href="ch06.html" title="Chapter 6. Sqliteman Menu Structure">See Menu Commands documentation</a>.
</p></dd><dt><span class="term">Object Tree</span></dt><dd><p>
Database objects are stored in the
logical hierarchy here. "Main" is the
core database (opened), all others databases can be
"attached" only.
<a href="ch07s10.html" title="Schema Browser">See Schema Browser documentation</a>.
</p></dd><dt><span class="term">SQL Editor</span></dt><dd><p>
Write your queries and the others commands here.
<a href="ch07s11.html" title="SQL Editor">See SQL Editor documentation</a>.
</p></dd><dt><span class="term">Result Table</span></dt><dd><p>
All queries results and related stuff is shown here.
<a href="ch07s12.html" title="Data Viewer">See Data Browser documentation</a>.
</p></dd><dt><span class="term">Error Log</span></dt><dd><p>
Error messages and status is written here.
</p></dd></dl></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch04.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="ch06.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter 4. The First Overview </td><td width="20%" align="center"><a accesskey="h" href="index.html">Contents</a></td><td width="40%" align="right" valign="top"> Chapter 6. <span class="application">Sqliteman</span> Menu Structure</td></tr></table></div></body></html>
|