.1	Desktop icon or start menu item
<p>You should use a %%index text=Start%%desktop icon
%%index text="desktop icon"%%or
%%index text="start menu item"%%a
start menu item created by your administrator to start wxpqdic.
The desktop icon or start menu item should contain the configuration
required by the wxpqdic program.
</p>

.1	How to start the program manually
<p>%%index text="command line start"%%When running the program
manually, you have to specify configuration information:
</p>
<pre>
wxpqdic -h <i>host</i> -p <i>port</i> -q <i>queue</i> -i <i>interval</i>
</pre>
<i>Host</i> is the computer running the printqdi daemon.
<i>Port</i> is the TCP port number the printqdi daemon is listening on.
<i>Queue</i> is the name of the LPRng print queue you want to use.
<i>Interval</i> is the refresh interval in seconds.
<hr>

.1	Usage
.2	Information shown in the main window
<p>The wxpqdic program shows the following information in the main
window:
</p>
<ul>
<li><b>Page limit</b><br>
The page limit valid for a user.
</li>
<li><b>Used pages from within the limit</b><br>
The number of pages already used within that limit.
</li>
<li><b>Personal print account</b><br>
Number of pages in an additional personal print account.
</li>
<li><b>Summary: Printing possible?</b><br>
You can print if at leat one of the following conditions is true:
<ul>
<li>You did not yet use the entire limit.
</li>
<li>There is a positive number of pages in the personal print account.
</li>
</ul>
</li>
</ul>
<p>On errors, an error message is shown in red color in the status line.
</p>

.2	Information update
<p>%%index text="information update"%%Use the left button in the
toolbar to update the information immediately.
</p>

