Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
hello Im using Qt 5.7 minGw 32bin in windows 7 i want use addQueryItem and encodedQuery methods in Qurl Object, but this methos is missing !!!
Hi,
Because the first one has been obsoleted and QUrlQuery should be used and the second one has also been obsoleted and should be replaced by query(QUrl::FullyEncoded).toLatin1().
query(QUrl::FullyEncoded).toLatin1()