Added warning to transitions tab

This commit is contained in:
WarmUpTill 2017-10-29 00:28:08 +02:00 committed by GitHub
parent 39a38882b0
commit d807127bca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -162,7 +162,7 @@
<item>
<widget class="QRadioButton" name="noMatchDontSwitch">
<property name="text">
<string>SceneSwitcher.OnNoMatch.DontSwitch</string>
<string>Don't switch</string>
</property>
<property name="checked">
<bool>true</bool>
@ -186,7 +186,7 @@
<item>
<widget class="QRadioButton" name="noMatchSwitch">
<property name="text">
<string>SceneSwitcher.OnNoMatch.SwitchTo</string>
<string>Switch to:</string>
</property>
</widget>
</item>
@ -239,7 +239,7 @@
<item row="2" column="0">
<widget class="QLabel" name="label_5">
<property name="text">
<string>SceneSwitcher.ActiveOrNotActive</string>
<string>Advanced Scene Switcher is:</string>
</property>
</widget>
</item>
@ -1783,6 +1783,16 @@
</item>
</layout>
</item>
<item>
<widget class="QLabel" name="transitionWarning">
<property name="text">
<string>Warning: If the Scene Swicher interval is shorter than the duration of your transitions, the options below might lead to scene changes not being completed! (In this case avoid using the options below or increase the scene switcher interval on the general tab)</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_12">
<item>