nodegui / vue-nodegui

Build performant, native and cross-platform desktop applications with native Vue + powerful CSS like styling.🚀
https://vue.nodegui.org
MIT License
806 stars 28 forks source link

How to use fileDialog #31

Open kangruixiang opened 3 years ago

kangruixiang commented 3 years ago

Is there a way to use fileDialog with vue-nodegui? I also tried under html but hasn't had any success. Thanks.

shubhamzanwar commented 3 years ago

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 3 years ago

Oh ok thank you. I don't think I'm proficient enough in either vue or javascript to be able to contribute.

tusharmoraye commented 3 years ago

Hi @shubhamzanwar, I would like to contribute.