Does QFileDialog allow saving a file? #1053
Unanswered
Battojutsu
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
`
export function export_json() {
const fileDialog = new QFileDialog()
}`
I've looked over the nodegui dialog and stepped through and inspected the objects and I can't find any indication on how to set the file content of the output or save the file output. Which is how it works in regular QT.
Any information or documentation would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions