Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change UIs to inherit from QWidget instead of QDialog so they can be used in "docked" style #13

Closed
nxkb opened this issue Sep 5, 2018 · 1 comment

Comments

@nxkb
Copy link
Collaborator

nxkb commented Sep 5, 2018

Some of the dialogs have a significant amount of machinery in the dialog itself, which you lose if you want to use the model / view in a docked widget. We should be able to split any dialog specific functionality into its own class that simply wraps the widget. Then the client can use whichever one they need and not lose out on any of the good stuff.

In particular, this should be done for: UsdOutliner, EditTargetDialog
The LayerTextEditorDialog looks like it already wraps the LayerTextEditor.

@nrusch
Copy link
Collaborator

nrusch commented Sep 27, 2018

This should be addressed by bdef955 (currently on dev)

@nrusch nrusch closed this as completed Sep 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants