1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<TITLE>Q Light Controller Plus Documentation - Tutorial</TITLE>
<SCRIPT SRC="utility.js" TYPE="text/javascript"></SCRIPT>
<link href="style.css" rel="stylesheet" type="text/css" />
</HEAD>
<BODY onLoad="replaceqrc()">
<H1>Main Window</H1>
<P>The QLC+ Main Window consists of three main parts:
<ol>
<li>A Menu bar containing buttons for global functions</li>
<li>Active panels selected by their respective tabs</li>
<li>Tabs that allow the selection of one of the QLC+ panels</li>
</ol>
</p>
<p>
<IMG SRC="../images/mainwindow.png" align="absmiddle">
</p>
<P>
Most of the controls throughout the software have tooltips, which pop up after
holding your mouse cursor over them for a short while.
<H2>Menu bar (1)</H2>
<p>The menu bar on the top of the workspace window contains the following buttons (from left to right):
</P>
<HR>
<P>
<IMG SRC="qrc:/filenew.png" align="absmiddle"> New workspace (CTRL+N)<BR>
<IMG SRC="qrc:/fileopen.png" align="absmiddle"> Open an existing workspace (hold the button longer for a list of recent files) (CTRL+O)<BR>
<IMG SRC="qrc:/filesave.png" align="absmiddle"> Save the current workspace (CTRL+S)<BR>
<IMG SRC="qrc:/filesaveas.png" align="absmiddle"> Save the current workspace with a new name<BR>
</P>
<HR>
<P>
<img src="qrc:/monitor.png" width=32><A HREF="fixturemonitor.html">DMX Monitor</A> (CTRL+M)<BR />
<img src="qrc:/diptool.png" width=32><A HREF="addresstool.html">DMX Address tool</A><BR />
<img src="qrc:/audioinput.png" width=32><A HREF="audiotriggers.html">Audio triggers</A><BR />
</p>
<HR />
</P>
<P>
<IMG SRC="qrc:/fullscreen.png" align="absmiddle"> Toggle full screen mode (CTRL+F11)<BR>
<IMG SRC="qrc:/help.png" align="absmiddle"> View this documentation (Shift+F1)<BR>
<IMG SRC="qrc:/qlcplus.png" width=32 align="absmiddle"> View information about QLC+<BR>
</P>
<HR>
<P>
<img src="qrc:/add_dump.png" width=32><A HREF="dmxdump.html">DMX Dump</A> (CTRL+D)<BR>
<img src="qrc:/liveedit.png" width=32> Live Edit: allows you to modify a function while QLC+ is in Operate Mode<BR>
<img src="qrc:/liveedit_vc.png" width=32> Live Edit Virtual Console: allows you to modify the Virtual Console while QLC+ is in Operate Mode. Click to Toggle<BR>
<IMG SRC="qrc:/panic.png" align="absmiddle"> Stop All Functions (CTRL+Shift+ESC)<BR>
<IMG SRC="qrc:/blackout.png" align="absmiddle"> Toggle Blackout<BR>
<IMG SRC="qrc:/operate.png" align="absmiddle"> Switch between Design Mode and Operate Mode (CTRL+F12)
</P>
<H2>Active Panel (2)</H2>
Everything happens here. Which panel is active depends on which tab is currently selected.
<H2>Panel Tabs (3)</H2>
<P>
At the bottom of main window you can find easy eye catching icons for switching between
QLC+ contexts.<br>
By double clicking on a tab, <b>a context can be detached on a separate window</b>.
To reattach a detached context, just close the window.<br>
QLC+ contexts appear in the following order (from left to right):
</P>
<P>
<IMG SRC="qrc:/fixture.png" align="absmiddle"> View the <A HREF="fixturemanager.html">Fixture Manager</A><BR>
<IMG SRC="qrc:/function.png" align="absmiddle"> View the <A HREF="functionmanager.html">Function Manager</A><BR>
<IMG SRC="qrc:/show.png" align="absmiddle"> View the <A HREF="showmanager.html">Show Manager</A><BR>
<IMG SRC="qrc:/virtualconsole.png" align="absmiddle"> View the <A HREF="virtualconsole.html">Virtual Console</A><BR>
<IMG SRC="qrc:/slidermatrix.png" align="absmiddle"> View the <A HREF="simpledesk.html">Simple Desk</A><BR>
<IMG SRC="qrc:/input_output.png" align="absmiddle"> View the <A HREF="howto-input-output-mapping.html">Input/Output</A> configuration manager<BR>
</P>
</BODY>
</HTML>
|