New upstream version 0.15.4+dfsg1

This commit is contained in:
Sebastian Ramacher 2016-08-28 14:07:43 +02:00
parent 55d5047af0
commit 67704ac59c
359 changed files with 8423 additions and 1050 deletions

View file

@ -7,7 +7,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>957</width>
<width>1110</width>
<height>724</height>
</rect>
</property>
@ -575,210 +575,224 @@
</property>
</widget>
</item>
<item row="1" column="3">
<layout class="QVBoxLayout" name="verticalLayout">
<property name="spacing">
<number>4</number>
</property>
<item>
<widget class="QComboBox" name="transitions">
<property name="minimumSize">
<size>
<width>120</width>
<height>0</height>
</size>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<property name="spacing">
<number>4</number>
</property>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="transitionAdd">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>22</width>
<height>22</height>
</size>
</property>
<property name="toolTip">
<string>Basic.AddTransition</string>
</property>
<property name="accessibleName">
<string>Basic.AddTransition</string>
</property>
<property name="text">
<string notr="true"/>
</property>
<property name="icon">
<iconset resource="obs.qrc">
<normaloff>:/res/images/add.png</normaloff>:/res/images/add.png</iconset>
</property>
<property name="flat">
<bool>true</bool>
</property>
<property name="themeID" stdset="0">
<string notr="true">addIconSmall</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="transitionRemove">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>22</width>
<height>22</height>
</size>
</property>
<property name="toolTip">
<string>Basic.RemoveTransition</string>
</property>
<property name="accessibleName">
<string>Basic.RemoveTransition</string>
</property>
<property name="text">
<string notr="true"/>
</property>
<property name="icon">
<iconset resource="obs.qrc">
<normaloff>:/res/images/list_remove.png</normaloff>:/res/images/list_remove.png</iconset>
</property>
<property name="flat">
<bool>true</bool>
</property>
<property name="themeID" stdset="0">
<string notr="true">removeIconSmall</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="transitionProps">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>22</width>
<height>22</height>
</size>
</property>
<property name="toolTip">
<string>Basic.TransitionProperties</string>
</property>
<property name="accessibleName">
<string>Basic.TransitionProperties</string>
</property>
<property name="text">
<string notr="true"/>
</property>
<property name="icon">
<iconset resource="obs.qrc">
<normaloff>:/res/images/configuration21_16.png</normaloff>:/res/images/configuration21_16.png</iconset>
</property>
<property name="flat">
<bool>true</bool>
</property>
<property name="themeID" stdset="0">
<string notr="true">configIconSmall</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<property name="spacing">
<number>4</number>
</property>
<item>
<widget class="QLabel" name="transitionDurationLabel">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Basic.TransitionDuration</string>
</property>
<property name="buddy">
<cstring>transitionDuration</cstring>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="transitionDuration">
<property name="suffix">
<string>ms</string>
</property>
<property name="minimum">
<number>2</number>
</property>
<property name="maximum">
<number>10000</number>
</property>
<property name="singleStep">
<number>50</number>
</property>
<property name="value">
<number>300</number>
</property>
</widget>
</item>
</layout>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item row="0" column="3">
<widget class="QLabel" name="label_2">
<widget class="QLabel" name="sceneTransitionsLabel">
<property name="text">
<string>Basic.SceneTransitions</string>
</property>
</widget>
</item>
<item row="1" column="3">
<widget class="QWidget" name="transitionsContainer" native="true">
<layout class="QVBoxLayout" name="verticalLayout">
<property name="spacing">
<number>4</number>
</property>
<property name="leftMargin">
<number>1</number>
</property>
<property name="topMargin">
<number>1</number>
</property>
<property name="rightMargin">
<number>1</number>
</property>
<property name="bottomMargin">
<number>2</number>
</property>
<item>
<widget class="QComboBox" name="transitions">
<property name="minimumSize">
<size>
<width>120</width>
<height>0</height>
</size>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<property name="spacing">
<number>4</number>
</property>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Preferred</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="transitionAdd">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>22</width>
<height>22</height>
</size>
</property>
<property name="toolTip">
<string>Basic.AddTransition</string>
</property>
<property name="accessibleName">
<string>Basic.AddTransition</string>
</property>
<property name="text">
<string notr="true"/>
</property>
<property name="icon">
<iconset resource="obs.qrc">
<normaloff>:/res/images/add.png</normaloff>:/res/images/add.png</iconset>
</property>
<property name="flat">
<bool>true</bool>
</property>
<property name="themeID" stdset="0">
<string notr="true">addIconSmall</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="transitionRemove">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>22</width>
<height>22</height>
</size>
</property>
<property name="toolTip">
<string>Basic.RemoveTransition</string>
</property>
<property name="accessibleName">
<string>Basic.RemoveTransition</string>
</property>
<property name="text">
<string notr="true"/>
</property>
<property name="icon">
<iconset resource="obs.qrc">
<normaloff>:/res/images/list_remove.png</normaloff>:/res/images/list_remove.png</iconset>
</property>
<property name="flat">
<bool>true</bool>
</property>
<property name="themeID" stdset="0">
<string notr="true">removeIconSmall</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="transitionProps">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>22</width>
<height>22</height>
</size>
</property>
<property name="toolTip">
<string>Basic.TransitionProperties</string>
</property>
<property name="accessibleName">
<string>Basic.TransitionProperties</string>
</property>
<property name="text">
<string notr="true"/>
</property>
<property name="icon">
<iconset resource="obs.qrc">
<normaloff>:/res/images/configuration21_16.png</normaloff>:/res/images/configuration21_16.png</iconset>
</property>
<property name="flat">
<bool>true</bool>
</property>
<property name="themeID" stdset="0">
<string notr="true">configIconSmall</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<property name="spacing">
<number>4</number>
</property>
<item>
<widget class="QLabel" name="transitionDurationLabel">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Basic.TransitionDuration</string>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="transitionDuration">
<property name="suffix">
<string>ms</string>
</property>
<property name="minimum">
<number>2</number>
</property>
<property name="maximum">
<number>10000</number>
</property>
<property name="singleStep">
<number>50</number>
</property>
<property name="value">
<number>300</number>
</property>
</widget>
</item>
</layout>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
</widget>
@ -790,7 +804,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>957</width>
<width>1110</width>
<height>21</height>
</rect>
</property>
@ -861,6 +875,7 @@
</widget>
<addaction name="transformMenu"/>
<addaction name="orderMenu"/>
<addaction name="actionLockPreview"/>
<addaction name="separator"/>
<addaction name="actionAdvAudioProperties"/>
</widget>
@ -884,8 +899,23 @@
<addaction name="actionRemoveSceneCollection"/>
<addaction name="separator"/>
</widget>
<widget class="QMenu" name="viewMenu">
<property name="title">
<string>Basic.MainMenu.View</string>
</property>
<widget class="QMenu" name="viewMenuToolbars">
<property name="title">
<string>Basic.MainMenu.View.Toolbars</string>
</property>
<addaction name="toggleListboxToolbars"/>
</widget>
<addaction name="viewMenuToolbars"/>
<addaction name="toggleSceneTransitions"/>
<addaction name="toggleStatusBar"/>
</widget>
<addaction name="menu_File"/>
<addaction name="menuBasic_MainMenu_Edit"/>
<addaction name="viewMenu"/>
<addaction name="profileMenu"/>
<addaction name="sceneCollectionMenu"/>
<addaction name="menuBasic_MainMenu_Help"/>
@ -1248,6 +1278,47 @@
<string>Basic.MainMenu.AlwaysOnTop</string>
</property>
</action>
<action name="toggleListboxToolbars">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
<string>Basic.MainMenu.View.Toolbars.Listboxes</string>
</property>
</action>
<action name="toggleSceneTransitions">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
<string>Basic.MainMenu.View.SceneTransitions</string>
</property>
</action>
<action name="toggleStatusBar">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
<string>Basic.MainMenu.View.StatusBar</string>
</property>
</action>
<action name="actionLockPreview">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Basic.MainMenu.Edit.LockPreview</string>
</property>
</action>
</widget>
<customwidgets>
<customwidget>

View file

@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>896</width>
<width>981</width>
<height>667</height>
</rect>
</property>
@ -185,14 +185,21 @@
</property>
</widget>
</item>
<item row="5" column="0" colspan="2">
<item row="6" column="1">
<widget class="QCheckBox" name="recordWhenStreaming">
<property name="text">
<string>Basic.Settings.General.RecordWhenStreaming</string>
</property>
</widget>
</item>
<item row="8" column="0" colspan="2">
<widget class="Line" name="line_4">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item row="6" column="0" colspan="2">
<item row="9" column="0" colspan="2">
<widget class="QGroupBox" name="groupBox_10">
<property name="enabled">
<bool>true</bool>
@ -285,6 +292,23 @@
</layout>
</widget>
</item>
<item row="5" column="1">
<widget class="QCheckBox" name="hideProjectorCursor">
<property name="text">
<string>Basic.Settings.General.HideProjectorCursor</string>
</property>
</widget>
</item>
<item row="7" column="1">
<widget class="QCheckBox" name="keepRecordStreamStops">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Basic.Settings.General.KeepRecordingWhenStreamStops</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="streamPage">
@ -2497,8 +2521,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>80</width>
<height>16</height>
<width>98</width>
<height>28</height>
</rect>
</property>
</widget>
@ -2862,9 +2886,9 @@
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>559</width>
<height>563</height>
<y>-206</y>
<width>803</width>
<height>820</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_16">
@ -2883,6 +2907,28 @@
<item alignment="Qt::AlignTop">
<widget class="QWidget" name="widget_11" native="true">
<layout class="QVBoxLayout" name="verticalLayout_17">
<item>
<widget class="QGroupBox" name="advancedGeneralGroupBox">
<property name="title">
<string>Basic.Settings.General</string>
</property>
<layout class="QFormLayout" name="formLayout_22">
<item row="0" column="0">
<widget class="QLabel" name="processPriorityLabel">
<property name="text">
<string>Basic.Settings.Advanced.General.ProcessPriority</string>
</property>
<property name="buddy">
<cstring>processPriority</cstring>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QComboBox" name="processPriority"/>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="advancedVideoContainer">
<property name="title">
@ -3212,6 +3258,28 @@
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_11">
<property name="title">
<string>Basic.Settings.Advanced.Network</string>
</property>
<layout class="QFormLayout" name="formLayout_23">
<property name="fieldGrowthPolicy">
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
</property>
<item row="0" column="1">
<widget class="QComboBox" name="bindToIP"/>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label_27">
<property name="text">
<string>Basic.Settings.Advanced.Network.BindToIP</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QLabel" name="advancedMsg">
<property name="styleSheet">
@ -3292,8 +3360,8 @@
<slot>setCurrentIndex(int)</slot>
<hints>
<hint type="sourcelabel">
<x>159</x>
<y>34</y>
<x>310</x>
<y>29</y>
</hint>
<hint type="destinationlabel">
<x>241</x>
@ -3308,8 +3376,8 @@
<slot>setCurrentIndex(int)</slot>
<hints>
<hint type="sourcelabel">
<x>586</x>
<y>38</y>
<x>250</x>
<y>39</y>
</hint>
<hint type="destinationlabel">
<x>250</x>
@ -3324,12 +3392,12 @@
<slot>setVisible(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>875</x>
<y>360</y>
<x>250</x>
<y>39</y>
</hint>
<hint type="destinationlabel">
<x>875</x>
<y>427</y>
<x>250</x>
<y>39</y>
</hint>
</hints>
</connection>
@ -3340,12 +3408,12 @@
<slot>setVisible(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>875</x>
<y>360</y>
<x>250</x>
<y>39</y>
</hint>
<hint type="destinationlabel">
<x>466</x>
<y>427</y>
<x>250</x>
<y>39</y>
</hint>
</hints>
</connection>
@ -3356,12 +3424,12 @@
<slot>setVisible(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>875</x>
<y>360</y>
<x>250</x>
<y>39</y>
</hint>
<hint type="destinationlabel">
<x>875</x>
<y>503</y>
<x>250</x>
<y>39</y>
</hint>
</hints>
</connection>
@ -3372,12 +3440,12 @@
<slot>setVisible(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>875</x>
<y>360</y>
<x>250</x>
<y>39</y>
</hint>
<hint type="destinationlabel">
<x>466</x>
<y>503</y>
<x>250</x>
<y>39</y>
</hint>
</hints>
</connection>
@ -3388,12 +3456,12 @@
<slot>setCurrentIndex(int)</slot>
<hints>
<hint type="sourcelabel">
<x>705</x>
<y>144</y>
<x>259</x>
<y>48</y>
</hint>
<hint type="destinationlabel">
<x>396</x>
<y>245</y>
<x>241</x>
<y>30</y>
</hint>
</hints>
</connection>
@ -3404,12 +3472,12 @@
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>514</x>
<y>344</y>
<x>259</x>
<y>60</y>
</hint>
<hint type="destinationlabel">
<x>748</x>
<y>344</y>
<x>228</x>
<y>50</y>
</hint>
</hints>
</connection>
@ -3420,12 +3488,12 @@
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>864</x>
<y>141</y>
<x>259</x>
<y>39</y>
</hint>
<hint type="destinationlabel">
<x>427</x>
<y>178</y>
<x>228</x>
<y>29</y>
</hint>
</hints>
</connection>
@ -3436,12 +3504,12 @@
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>864</x>
<y>141</y>
<x>259</x>
<y>60</y>
</hint>
<hint type="destinationlabel">
<x>864</x>
<y>178</y>
<x>228</x>
<y>50</y>
</hint>
</hints>
</connection>
@ -3452,12 +3520,12 @@
<slot>setCurrentIndex(int)</slot>
<hints>
<hint type="sourcelabel">
<x>864</x>
<y>141</y>
<x>259</x>
<y>60</y>
</hint>
<hint type="destinationlabel">
<x>427</x>
<y>215</y>
<x>259</x>
<y>60</y>
</hint>
</hints>
</connection>
@ -3468,12 +3536,12 @@
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>864</x>
<y>141</y>
<x>250</x>
<y>39</y>
</hint>
<hint type="destinationlabel">
<x>864</x>
<y>215</y>
<x>250</x>
<y>39</y>
</hint>
</hints>
</connection>
@ -3484,12 +3552,12 @@
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>427</x>
<y>355</y>
<x>250</x>
<y>39</y>
</hint>
<hint type="destinationlabel">
<x>862</x>
<y>355</y>
<x>250</x>
<y>39</y>
</hint>
</hints>
</connection>
@ -3500,12 +3568,12 @@
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>424</x>
<y>331</y>
<x>250</x>
<y>39</y>
</hint>
<hint type="destinationlabel">
<x>658</x>
<y>331</y>
<x>250</x>
<y>39</y>
</hint>
</hints>
</connection>
@ -3516,12 +3584,12 @@
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>875</x>
<y>254</y>
<x>250</x>
<y>39</y>
</hint>
<hint type="destinationlabel">
<x>466</x>
<y>291</y>
<x>250</x>
<y>39</y>
</hint>
</hints>
</connection>
@ -3532,12 +3600,12 @@
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>516</x>
<y>411</y>
<x>250</x>
<y>39</y>
</hint>
<hint type="destinationlabel">
<x>250</x>
<y>92</y>
<y>39</y>
</hint>
</hints>
</connection>
@ -3548,12 +3616,12 @@
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>533</x>
<y>273</y>
<x>250</x>
<y>39</y>
</hint>
<hint type="destinationlabel">
<x>449</x>
<y>301</y>
<x>250</x>
<y>39</y>
</hint>
</hints>
</connection>
@ -3564,12 +3632,12 @@
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>690</x>
<y>454</y>
<x>250</x>
<y>39</y>
</hint>
<hint type="destinationlabel">
<x>690</x>
<y>506</y>
<x>250</x>
<y>39</y>
</hint>
</hints>
</connection>
@ -3580,12 +3648,12 @@
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>376</x>
<y>196</y>
<x>720</x>
<y>280</y>
</hint>
<hint type="destinationlabel">
<x>305</x>
<y>224</y>
<x>346</x>
<y>306</y>
</hint>
</hints>
</connection>
@ -3596,12 +3664,12 @@
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>417</x>
<y>204</y>
<x>761</x>
<y>280</y>
</hint>
<hint type="destinationlabel">
<x>434</x>
<y>234</y>
<x>778</x>
<y>306</y>
</hint>
</hints>
</connection>
@ -3612,12 +3680,12 @@
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>476</x>
<y>202</y>
<x>820</x>
<y>280</y>
</hint>
<hint type="destinationlabel">
<x>466</x>
<y>253</y>
<x>810</x>
<y>329</y>
</hint>
</hints>
</connection>
@ -3628,12 +3696,12 @@
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>518</x>
<y>204</y>
<x>862</x>
<y>280</y>
</hint>
<hint type="destinationlabel">
<x>515</x>
<y>277</y>
<x>859</x>
<y>352</y>
</hint>
</hints>
</connection>
@ -3644,12 +3712,12 @@
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>557</x>
<y>207</y>
<x>866</x>
<y>280</y>
</hint>
<hint type="destinationlabel">
<x>866</x>
<y>306</y>
<y>375</y>
</hint>
</hints>
</connection>
@ -3660,12 +3728,28 @@
<slot>setVisible(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>484</x>
<y>147</y>
<x>250</x>
<y>39</y>
</hint>
<hint type="destinationlabel">
<x>483</x>
<y>170</y>
<x>250</x>
<y>39</y>
</hint>
</hints>
</connection>
<connection>
<sender>recordWhenStreaming</sender>
<signal>toggled(bool)</signal>
<receiver>keepRecordStreamStops</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>404</x>
<y>193</y>
</hint>
<hint type="destinationlabel">
<x>404</x>
<y>219</y>
</hint>
</hints>
</connection>

View file

@ -20,7 +20,7 @@
<item>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QRadioButton" name="radioButton">
<widget class="QRadioButton" name="createNew">
<property name="text">
<string>Basic.SourceSelect.CreateNew</string>
</property>
@ -73,7 +73,7 @@
<resources/>
<connections>
<connection>
<sender>radioButton</sender>
<sender>createNew</sender>
<signal>toggled(bool)</signal>
<receiver>sourceName</receiver>
<slot>setEnabled(bool)</slot>