Hi everyone,
Just had to update my progress.
Last week, I worked on completing the methods for weld_message_dialog which should create qt dialog from a .ui file. I completed the required methods including the .ui parser. The approach is pretty similar to how VCL does. So currently the dialog having qt widgets can be seen but I need to connect the buttons. Also possibly rework this whole code so as to avoid duplication ie having common code for both VCl and Qt implementation where it can be possible to make.
Last week, I worked on completing the methods for weld_message_dialog which should create qt dialog from a .ui file. I completed the required methods including the .ui parser. The approach is pretty similar to how VCL does. So currently the dialog having qt widgets can be seen but I need to connect the buttons. Also possibly rework this whole code so as to avoid duplication ie having common code for both VCl and Qt implementation where it can be possible to make.
Current patch - https://gerrit.libreoffice.org/c/core/+/161831
Thanks
Omkar