File: vcbuttonmatrix.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 (28 lines) | stat: -rwxr-xr-x 802 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
24
25
26
27
28
<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:/buttonmatrix.png" ALIGN="absmiddle">複数ボタンをまとめて配置</h1>

<p>
 この機能では、フレーム内に複数の<a href="vcbutton.html">ボタン</a>を一括で作成します。
</p>

<p>
 また、作成時にファンクションを一括で楽に割り当てることもできます。
</p>

<h3>各種設定</h3>

<p>
 詳しくは<a href="vcframe.html">フレーム</a>や<a href="vcbutton.html">ボタン</a>を参照してください。
</p>

</BODY>
</html>