Unable to make QDialog fit container #17331
Unanswered
Nextgen-developers
asked this question in
General - Components / Directives / etc
Replies: 1 comment
-
Dialog works with window, it is not a child component of any parent but only window, just like notification or tooltip, for example. So this is not possible. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want the QDialog to fit within its parent container, including the backdrop and other elements. It should not extend to cover the entire window but should remain within the bounds of the parent container. I'm having trouble achieving this behavior. Are there any solutions available?
<myContainer> <q-dialog v-model="model"> Dialog content </q-dialog> </myContainer>
Beta Was this translation helpful? Give feedback.
All reactions