QNetworkaccessmanager - post
-
I even got this in the debugwindow
bq. X Error: BadWindow (invalid Window parameter) 3
Major opcode: 15 (X_QueryTree)
Resource id: 0x165b0ef
X Error: BadWindow (invalid Window parameter) 3
Major opcode: 40 (X_TranslateCoords)
Resource id: 0x165b0ef
X Error: BadWindow (invalid Window parameter) 3
Major opcode: 15 (X_QueryTree)
Resource id: 0x165c579
X Error: BadWindow (invalid Window parameter) 3
Major opcode: 40 (X_TranslateCoords)
Resource id: 0x165c579
X Error: BadWindow (invalid Window parameter) 3
Major opcode: 15 (X_QueryTree)
Resource id: 0x165e494
X Error: BadWindow (invalid Window parameter) 3
Major opcode: 40 (X_TranslateCoords)
Resource id: 0x165e494 -
More errors
I got the errorcode 302 unknown error when i do my post but it changes the value in the textbox.
if I send one value.
When i changed to get operation I got the errorcode 200 "OK"
If someone have a simple example to show or some great hints to get me go on with this "Problem"
I would be very happy. -
-
[quote author="toho71" date="1324560334"
Maybe I have to use Qhttp instead
[/quote]You will run into the very same problems with constructing the URL and/or preparing the post data. You will need to understand HTTP protocol basics before using it in a class.
-