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

I get the file path from Qml like this: mainView.projectFilePath = Qt.resolvedUrl(newProjectFileDlg.fileUrl).toString(); The above file path looks like this: file:///C:/uuuu.a3 But when this pa...
Mathis asked 7/1, 2014 at 8:35

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 ...
Sarthe asked 21/6, 2014 at 16:27

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...
Mcgean asked 22/1, 2013 at 18:12

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...
Spear asked 27/1, 2011 at 10:56
1

© 2022 - 2024 — McMap. All rights reserved.