How to use the default browser to open the link in qtextbrowser
Source: Internet
Author: User
Qtextbrowser will try to open the link by itself. Most of the time this is not what you want, so setopenlinks (false) is required ). Then capture the anchorclicked signal and call the ShellExecute Function to open the URL in the default browser. The reference code is as follows:
========================================================== ========
# Include "testtextbrowser. H"
# Include <qstring>
# Include <windows. h>
Void testtextbrowser: anchorclickedslot (const qurl & URL)
{
Shellexecutea (null,
"Open", URL. tostring (). tostdstring (). c_str (), "", "", sw_show );
}Qtextbrowser will try to open the link by itself. Most of the time this is not what you want, so setopenlinks (false) is required ). Then capture the anchorclicked signal and call the ShellExecute Function to open the URL in the default browser. The reference code is as follows:
========================================================== ========
# Include "testtextbrowser. H"
# Include <qstring>
# Include <windows. h>
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service