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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<TITLE>Q Light Controller Plus - Virtual Console Label</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:/label.png" ALIGN="absmiddle"> Virtual Console Label</H1>
<P>
A Label is simply text field that can be placed on the Virtual Console to give additional
information, for example, as a heading for a group of buttons or the title of a
frame.
</P>
<H3>Configuration</H3>
<P>
You can only set up the text to be displayed in a Label with the <B>Rename</B>
<IMG SRC="qrc:/editclear.png"> button. It does not have any other purpose nor
configurable options, other than the standard
<A HREF="vcstylingplacement.html">styling & placement options</A> that all
Virtual Console widgets have.
</P>
</BODY>
</HTML>
|