How to use fileDialog
kangruixiang opened this issue · 3 comments
kangruixiang commented
Is there a way to use fileDialog with vue-nodegui? I also tried under html but hasn't had any success. Thanks.
shubhamzanwar commented
I believe nodegui already has an implementation for this: https://github.com/nodegui/nodegui/blob/master/src/lib/QtWidgets/QFileDialog.ts
We're yet to bring this functionality to vue-nodegui.
Would you like to contribute? :)
kangruixiang commented
Oh ok thank you. I don't think I'm proficient enough in either vue or javascript to be able to contribute.
tusharmoraye commented
Hi @shubhamzanwar, I would like to contribute.