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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<TITLE>Q Light Controller Plus - Virtual Console Button Matrix</TITLE>
<SCRIPT SRC="utility.js" TYPE="text/javascript"></SCRIPT>
<link href="style.css" rel="stylesheet" type="text/css" />
</HEAD>
<BODY onLoad="replaceqrc()">
<H1><IMG SRC="qrc:/buttonmatrix.png" ALIGN="absmiddle"> Virtual Console Button Matrix</H1>
<P>
A Button Matrix is basically just a way for quickly creating multiple
<A HREF="vcbutton.html">Buttons</A> at the same time inside a common container
<A HREF="vcframe.html">Frame</A>.
</P>
<P>
When creating a new button matrix, you can assign functions to each of the buttons
quite quickly with the <A HREF="addvcbuttonmatrix.html">Add Button Matrix</A>
dialog.
</P>
<H3>Configuration</H3>
<P>
Refer to <A HREF="vcframe.html">Frame</A> and <A HREF="vcbutton.html">Button</A>
on how to configure them.
</P>
</BODY>
</HTML>
|