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 (23 lines) | stat: -rwxr-xr-x 788 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html dir="ltr">
<head>
<title>Q Light Controller Plus - フェダー(スライダー)の複数追加</title>
<script src="utility.js" type="text/javascript"></script>
<link href="style.css" rel="stylesheet" type="text/css"></link>
  <meta charset="utf-8">
</head>
<BODY onLoad="replaceqrc()">


<h1><IMG SRC="qrc:/slidermatrix.png" ALIGN="absmiddle">  フェダー(スライダー)の複数追加</h1>

<p>1つの<a href="vcframe.html">フレーム</a>を作成し、その中に指定した数の<a href="vcslider.html">フェダー(スライダー)</a>を一括追加します。
</p>

<h3>各種設定</h3>

<p>
 詳しくは、<a href="vcframe.html">フレーム</a>と<a href="vcslider.html">フェダー(スライダー)</a>を参照してください。
</p>

</BODY>
</html>