File: showeditor.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 (25 lines) | stat: -rwxr-xr-x 1,151 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
<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>ショーエディター</h1>
<p>
 タイムラインのツールバー上にあり、<IMG SRC="qrc:/show.png" align="absmiddle"> <A HREF="concept.html#Show">ショーエディター</a>をクリックすると<a href="showmanager.html">ショーマネージャー</a>を開きます。<br>
 現状、ここで編集できるのはタイムライン名のみです。<br>
<br>
 また、ツリービューから以下の情報を確認できます。<ul>
 <li><b>ファンクション</b> ファンクション名が表示されます。</li>
 <li><b>Step: </b> <a href="concept.html#Sequence">シークエンス</a>のステップを表示します。 </li>
 <li><b>Start Time:</b> シークエンスの再生開始時間を表示します。</li>
 <li><b>Duration:</b> シークエンスの継続時間を表示します。</li>
</ul>
</p>

</BODY>
</html>