Skip to content

Commit

Permalink
Regenerated scripting docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn committed Jan 11, 2025
1 parent 076878b commit 709cb00
Show file tree
Hide file tree
Showing 9 changed files with 865 additions and 15 deletions.
2 changes: 1 addition & 1 deletion docs/scripting/assets/js/search.js

Large diffs are not rendered by default.

36 changes: 36 additions & 0 deletions docs/scripting/classes/Dialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ <h3>Methods</h3>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="Dialog.html#addLabel" class="tsd-kind-icon">add<wbr>Label</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="Dialog.html#addNewRow" class="tsd-kind-icon">add<wbr>New<wbr>Row</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="Dialog.html#addNumberInput" class="tsd-kind-icon">add<wbr>Number<wbr>Input</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="Dialog.html#addRadioButtonGroup" class="tsd-kind-icon">add<wbr>Radio<wbr>Button<wbr>Group</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="Dialog.html#addSeparator" class="tsd-kind-icon">add<wbr>Separator</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="Dialog.html#addSlider" class="tsd-kind-icon">add<wbr>Slider</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="Dialog.html#addTextEdit" class="tsd-kind-icon">add<wbr>Text<wbr>Edit</a></li>
Expand Down Expand Up @@ -649,6 +650,38 @@ <h3>add<wbr>Number<wbr>Input</h3>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
<a name="addRadioButtonGroup" class="tsd-anchor"></a>
<h3>add<wbr>Radio<wbr>Button<wbr>Group</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon">add<wbr>Radio<wbr>Button<wbr>Group<span class="tsd-signature-symbol">(</span>labelText<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, values<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span>, labelToolTip<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span>, buttonToolTips<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="Qt.QButtonGroup.html" class="tsd-signature-type" data-tsd-kind="Class">QButtonGroup</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Add a <a href="Qt.QButtonGroup.html">QButtonGroup</a> widget which allows you to add multiple radio
buttons, where only one radio button can be selected at a time.</p>
</div>
<p>Each radio button is a <a href="Qt.QAbstractButton.html">QAbstractButton</a>. You can force selection of
a radio button by setting checked = true, and also disable</p>
<p>If the labelText is non-empty, a label widget will be added to the left of
the widget.</p>
<p>Each entry in the values array is the text that will appear on the radio button.</p>
<p>labelToolTip is an optional tooltip for the label to the left of the radio button group.</p>
<p>buttonToolTips is an optional list of tooltips, where each entry is a tooltip that corresponds
to the radio button in the list of values at each index.</p>
<dl class="tsd-comment-tags">
<dt>since</dt>
<dd><p>1.11.1</p>
</dd>
</dl>
</div>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
<a name="addSeparator" class="tsd-anchor"></a>
<h3>add<wbr>Separator</h3>
Expand Down Expand Up @@ -930,6 +963,9 @@ <h3>show</h3>
<li class=" tsd-kind-method tsd-parent-kind-class">
<a href="Dialog.html#addNumberInput" class="tsd-kind-icon">add<wbr>Number<wbr>Input</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class">
<a href="Dialog.html#addRadioButtonGroup" class="tsd-kind-icon">add<wbr>Radio<wbr>Button<wbr>Group</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class">
<a href="Dialog.html#addSeparator" class="tsd-kind-icon">add<wbr>Separator</a>
</li>
Expand Down
4 changes: 2 additions & 2 deletions docs/scripting/classes/Process.html
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ <h3>close<wbr>Write<wbr>Channel</h3>
<a name="exec" class="tsd-anchor"></a>
<h3>exec</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon">exec<span class="tsd-signature-symbol">(</span>filePath<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, arguments<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span>, throwOnError<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></li>
<li class="tsd-signature tsd-kind-icon">exec<span class="tsd-signature-symbol">(</span>filePath<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, args<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span>, throwOnError<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
Expand Down Expand Up @@ -390,7 +390,7 @@ <h3>set<wbr>Env</h3>
<a name="start" class="tsd-anchor"></a>
<h3>start</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon">start<span class="tsd-signature-symbol">(</span>filePath<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, arguments<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
<li class="tsd-signature tsd-kind-icon">start<span class="tsd-signature-symbol">(</span>filePath<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, args<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
Expand Down
3 changes: 3 additions & 0 deletions docs/scripting/classes/Qt.QAbstractButton.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ <h3>Hierarchy</h3>
<li>
<a href="Qt.QPushButton.html" class="tsd-signature-type" data-tsd-kind="Class">QPushButton</a>
</li>
<li>
<a href="Qt.QRadioButton.html" class="tsd-signature-type" data-tsd-kind="Class">QRadioButton</a>
</li>
</ul>
</li>
</ul>
Expand Down
Loading

0 comments on commit 709cb00

Please sign in to comment.