|
@@ -842,6 +842,8 @@
|
|
<addaction name="actionAddScene"/>
|
|
<addaction name="actionAddScene"/>
|
|
<addaction name="actionRemoveScene"/>
|
|
<addaction name="actionRemoveScene"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="separator"/>
|
|
|
|
+ <addaction name="actionSceneFilters"/>
|
|
|
|
+ <addaction name="separator"/>
|
|
<addaction name="actionSceneUp"/>
|
|
<addaction name="actionSceneUp"/>
|
|
<addaction name="actionSceneDown"/>
|
|
<addaction name="actionSceneDown"/>
|
|
</widget>
|
|
</widget>
|
|
@@ -2349,6 +2351,21 @@
|
|
<string>menuIconSmall</string>
|
|
<string>menuIconSmall</string>
|
|
</property>
|
|
</property>
|
|
</action>
|
|
</action>
|
|
|
|
+ <action name="actionSceneFilters">
|
|
|
|
+ <property name="icon">
|
|
|
|
+ <iconset resource="obs.qrc">
|
|
|
|
+ <normaloff>:/res/images/filter.svg</normaloff>:/res/images/filter.svg</iconset>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="text">
|
|
|
|
+ <string>SceneFilters</string>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="toolTip">
|
|
|
|
+ <string>SceneFilters</string>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="themeID" stdset="0">
|
|
|
|
+ <string>filtersIcon</string>
|
|
|
|
+ </property>
|
|
|
|
+ </action>
|
|
</widget>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<customwidget>
|