react-nodegui icon indicating copy to clipboard operation
react-nodegui copied to clipboard

QMessageBox component support

Open donskov opened this issue 5 years ago • 3 comments

Is your feature request related to a problem? Please describe. We have a small application based on Electron and have plans to use nodegui instead (less voracious to resources). Application has some actions which need to be confirmed by the user.

For example remove:

image image

Could you add MessageBox component and the possibility to work in the window as a parent?

Describe the solution you'd like Create MessageBox and use it.

Additional context Expected states (for example):

image

donskov avatar Sep 21 '20 16:09 donskov

Think it might just need to be ported to react https://docs.nodegui.org/docs/api/generated/classes/qdialog/

jswhisperer avatar Sep 22 '20 01:09 jswhisperer

@gregbenner Could you help to create Dialog component?

donskov avatar Sep 22 '20 08:09 donskov

I'm sorry I'm not that well versed with typescript or the internals of the project yet

jswhisperer avatar Sep 26 '20 05:09 jswhisperer