mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-07-01 00:41:07 -05:00
allow reordering of tabs and silence a few UI warnings
This commit is contained in:
parent
cd54cc17c0
commit
79f5ec340d
|
|
@ -37,6 +37,9 @@
|
|||
<property name="currentIndex">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="movable">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<widget class="QWidget" name="generalTab">
|
||||
<attribute name="title">
|
||||
<string notr="true">General</string>
|
||||
|
|
@ -45,7 +48,7 @@
|
|||
<item>
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_41">
|
||||
<item>
|
||||
<widget class="QLabel" name="label_55">
|
||||
<widget class="QLabel" name="label_63">
|
||||
<property name="text">
|
||||
<string>WARNING! Condition checking interval must be greater than the duration of transitions to avoid scene locking</string>
|
||||
</property>
|
||||
|
|
@ -394,7 +397,7 @@
|
|||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_44">
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_49">
|
||||
<item>
|
||||
<widget class="QLabel" name="label_56">
|
||||
<property name="text">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user