qurl Questions
3
Solved
I have a piece of code that worked in 4.8 but now I need to port it to Qt5 (beta2)
This is what should happen:
I want to post some data to a webserver the url should look like this "http://server/a...
Simulant asked 26/11, 2012 at 12:25
4
Solved
3
Solved
I use a URL entered by the user as text to initialize a QUrl object. Later I want to convert the QUrl back into a string for displaying it and to check it using regular expression. This works fine ...
1
Solved
In Qt 4, the following code using QUrl works:
QUrl u;
foreach (const settings::PostItem & pi, settings.post)
u.addQueryItem(pi.name, pi.value);
postData = u.encodedQuery();
NOTES: this code...
1
Solved
Im using Qt 4.7.1 and im trying to find way to decode url
from :
https://xxx.com&since=2011-01-27T10%3A33%3A50%2B0000
to vaild date , but i can find any way to do it now .. it used to be QUrl...
1
© 2022 - 2024 — McMap. All rights reserved.