Set query string to URL
Solved
General and Desktop
-
i need to open a page on wikipedia based on the provided string. this doesn't work:
QUrl url { "https://en.wikipedia.org/wiki/" }; url.setQuery(query); QDesktopServices::openUrl(url);
please help
-
Hi @user4592357
What is your exact problem?
-
Hi,
Can you show the query ?
Can you show the url once you set the query ?