--Code Change

-Add Clear Sequence button to Sequence Panel
This commit is contained in:
Seth Troisi
2022-02-12 18:47:42 -08:00
parent 0fc2d3107e
commit 36e83c5552
5 changed files with 28 additions and 0 deletions

View File

@ -8097,6 +8097,16 @@
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="SequenceClearButton">
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Clear the sequence of generated thumbnails.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text">
<string>Clear</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="SequenceSaveButton">
<property name="toolTip">