Hi

I am using QT4.3.4 on mac os, To open url I used

Qt Code:
  1. QLabel property setOpenExternalLinks ( bool open )
To copy to clipboard, switch view to plain text mode 

When i login as a root user then it opens the link in the default web browser, but when i login as a admin user then i wont opens it in the default web browser that is set.

Can u pls tell me , how can i open url in default web browser.

Thanks