mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-09-09 10:06:04 -05:00
scene sequence adjustments
use double internally instead of two ints rework save / load to file to reuse existing functionality add option to select between seconds / minutes / hours
This commit is contained in:
@@ -3140,7 +3140,7 @@
|
||||
<attribute name="title">
|
||||
<string notr="true">Sequence</string>
|
||||
</attribute>
|
||||
<layout class="QVBoxLayout" name="verticalLayout_7">
|
||||
<layout class="QVBoxLayout" name="verticalLayout_3">
|
||||
<item>
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_11">
|
||||
<item>
|
||||
@@ -3199,13 +3199,16 @@
|
||||
<item>
|
||||
<widget class="QDoubleSpinBox" name="sceneRoundTripSpinBox">
|
||||
<property name="suffix">
|
||||
<string>s</string>
|
||||
<string/>
|
||||
</property>
|
||||
<property name="maximum">
|
||||
<double>1000000.000000000000000</double>
|
||||
<double>999999999.000000000000000</double>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QComboBox" name="sceneRoundTripDelayUnits"/>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QLabel" name="label_17">
|
||||
<property name="text">
|
||||
|
||||
Reference in New Issue
Block a user