File: vcslidermatrix.html

package info (click to toggle)
qlcplus 4.14.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 58,644 kB
  • sloc: cpp: 182,867; javascript: 7,764; xml: 2,453; ansic: 2,120; sh: 1,716; python: 634; ruby: 606; makefile: 23
file content (26 lines) | stat: -rw-r--r-- 747 bytes parent folder | download | duplicates (3)
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<TITLE>Q Light Controller Plus - Virtual Console Slider 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:/slidermatrix.png" ALIGN="absmiddle"> Virtual Console Slider Matrix</H1>

<P>
A Slider Matrix is basically just a way for quickly creating multiple
<A HREF="vcslider.html">Sliders</A> at the same time inside a common container
<A HREF="vcframe.html">Frame</A>.
</P>

<H3>Configuration</H3>

<P>
Refer to <A HREF="vcframe.html">Frame</A> and <A HREF="vcslider.html">Slider</A>
for how to configure them.
</P>

</BODY>
</HTML>