Add functions to generate properties from frontend api - #9989
Closed
cg2121 wants to merge 4 commits into
Closed
Conversation
This adds a properties view constructor that constructs a view by type of object.
This is needed so frontend plugins don't have to link to UI files.
cg2121
force-pushed
the
frontend-api-props-view
branch
from
December 11, 2023 12:52
fef0054 to
dfe04f2
Compare
These plugins no longer have to link to UI files.
cg2121
force-pushed
the
frontend-api-props-view
branch
from
December 11, 2023 13:05
dfe04f2 to
70b438b
Compare
Collaborator
|
I don't wish to see more "Qt" frontend-api and the property view becoming a "stable" API. |
Contributor
|
Decklink has its own UI to output preview and program to decklink-output. AJA has its own UI to output preview and program to aja-output. Majority of the code was just copied from decklink-output-ui to aja-output-ui. So does NDI. |
Contributor
Author
|
Closing, as this is just a band-aid around the problem. Like @norihiro said, we need a plugin agnostic UI for outputs. |
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
Adds functions to the frontend api to generate a properties widget. This is useful so frontend plugins no longer have to link to UI files.
Motivation and Context
Got sick of dealing with cmake files in frontend plugins.
How Has This Been Tested?
Tested with script properties. Still need to be tested with Decklink and AJA plugins.
Types of changes
Checklist: