New upstream version 21.0.2+dfsg1
This commit is contained in:
parent
1f1bbb3518
commit
baafb6325b
706 changed files with 49633 additions and 5044 deletions
1639
UI/forms/OBSBasic.ui
1639
UI/forms/OBSBasic.ui
File diff suppressed because it is too large
Load diff
|
|
@ -412,12 +412,9 @@
|
|||
</spacer>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="close">
|
||||
<property name="text">
|
||||
<string>Close</string>
|
||||
</property>
|
||||
<property name="autoDefault">
|
||||
<bool>false</bool>
|
||||
<widget class="QDialogButtonBox" name="buttonBox">
|
||||
<property name="standardButtons">
|
||||
<set>QDialogButtonBox::Reset|QDialogButtonBox::Close</set>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
@ -446,21 +443,5 @@
|
|||
<include location="obs.qrc"/>
|
||||
</resources>
|
||||
<connections>
|
||||
<connection>
|
||||
<sender>close</sender>
|
||||
<signal>clicked()</signal>
|
||||
<receiver>OBSBasicFilters</receiver>
|
||||
<slot>accept()</slot>
|
||||
<hints>
|
||||
<hint type="sourcelabel">
|
||||
<x>811</x>
|
||||
<y>701</y>
|
||||
</hint>
|
||||
<hint type="destinationlabel">
|
||||
<x>722</x>
|
||||
<y>727</y>
|
||||
</hint>
|
||||
</hints>
|
||||
</connection>
|
||||
</connections>
|
||||
</ui>
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
BIN
UI/forms/images/locked_mask.png
Normal file
BIN
UI/forms/images/locked_mask.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 289 B |
BIN
UI/forms/images/refresh.png
Normal file
BIN
UI/forms/images/refresh.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.6 KiB |
BIN
UI/forms/images/unlocked_mask.png
Normal file
BIN
UI/forms/images/unlocked_mask.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 297 B |
|
|
@ -2,6 +2,7 @@
|
|||
<qresource prefix="/res">
|
||||
<file>images/mute.png</file>
|
||||
<file>images/unmute.png</file>
|
||||
<file>images/refresh.png</file>
|
||||
<file>images/configuration21_16.png</file>
|
||||
<file>images/invisible_mask.png</file>
|
||||
<file>images/visible_mask.png</file>
|
||||
|
|
@ -14,6 +15,8 @@
|
|||
<file>images/up.png</file>
|
||||
<file>images/obs.png</file>
|
||||
<file>images/tray_active.png</file>
|
||||
<file>images/locked_mask.png</file>
|
||||
<file>images/unlocked_mask.png</file>
|
||||
</qresource>
|
||||
<qresource prefix="/settings">
|
||||
<file>images/settings/advanced.png</file>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue