@Richard setApplicationDisplayName will set the name application wide and thus it will be visible on all windows. No point it having a different application names for all the windows originating from the application.
You can use setWindowTitle to set title per dialog.