How to use QDialog from javascript file
-
Hello all
I would kindly ask you if there is any possibility to use QDialog from javascript file (instead of vue file). I would like to have a component that, triggered by something, will show a QDialog with two fields (username and password in short) and ask the operator to fill it.I would need to have it in a javascript component because Iām working on a microfrontend eco system and I dont want to copy the same code for manage the QDialog all around the code.
can you kindly help me?
-
@cosby said in How to use QDialog from javascript file:
Dialog
-
Thank you dobbel. I just seen how to use it on my scenario