Hi,

Thank you for your reply. I created a QDialog the way you told me to. It is working fine. The only problem is I do not know how to show it when the QProcess is running the scan. Following are the ways I followed and failed

1. I connected the QPushButton clicked() function that calls a function to start the QProcess with a function which calls the show() function for QDialog

This shows the QDialog after the scanning process is finished

2. In the function where the QProcess does the scanning of Bluetooth devices, at the start of the function I call another function to show() QDialog, at the end of the scanning function I call another function to close() QDialog.

This works the way I want. It opens the QDialog when I press the scan button and disappears when the function finishes,but it shows the QDialog as just a frame with nothing inside.

I do not know how to go about it

Please do help

Giselle