frontend: Add OBSSourceView widget#11862
Open
Warchamp7 wants to merge 1 commit intoobsproject:masterfrom
Open
Conversation
6 tasks
c5162e3 to
02bc282
Compare
c11b227 to
d6e881d
Compare
d3fba92 to
aee0bb0
Compare
Member
Author
|
Removed the test code and debug logging, moving this PR out of Draft. I have an unpushed local commit that uses this widget in the Filters window if we want this PR to include a functional usage of it. This widget can be tested locally very easily by including the header and slapping a widget in any UI: auto sourceWidget = new OBSSourceWidget(this, source); |
aee0bb0 to
3f981d4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Creates a new widget for displaying an OBS source preview.
Motivation and Context
Creates a wrapper around the existing OBSQTDisplay which comes without batteries and some assembly required.
This widget bundles the necessary setup and callbacks for OBSQTDisplay in an easier to use widget.
How Has This Been Tested?
Replaced the preview of the Filters window with an OBSSourceView widget, as well as adding an additional one to the sidebar.
Types of changes
Checklist: