added auto stop scene

This commit is contained in:
WarmUpTill 2016-11-06 17:57:17 +01:00 committed by GitHub
parent 3eb105b382
commit 1d6bb4b0a0

View File

@ -322,8 +322,6 @@
<attribute name="title">
<string>Screen Region</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_11">
<item>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_4">
@ -458,6 +456,49 @@
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_20">
<item>
<widget class="QLabel" name="label_22">
<property name="text">
<string>Cursor is currently at:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="cursorXPosition">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_23">
<property name="text">
<string>x</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="cursorYPosition">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_18">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>600</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
@ -690,6 +731,46 @@
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_21">
<item>
<widget class="QCheckBox" name="autoStopSceneCheckBox">
<property name="text">
<string>Automatically stop streaming/recording on scene</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="autoStopScenes">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>100</width>
<height>0</height>
</size>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_19">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QWidget" name="transitionsTab">
@ -1200,7 +1281,7 @@
<item>
<widget class="QLabel" name="label_15">
<property name="text">
<string>Write the name of the current scene to this file</string>
<string>Write the name of the current scene to this file:</string>
</property>
</widget>
</item>
@ -1247,7 +1328,7 @@
<item>
<widget class="QLabel" name="label_16">
<property name="text">
<string>Read scene to be switched to from this file</string>
<string>Read scene to be switched to from this file:</string>
</property>
</widget>
</item>