|
2010-06-15
, 21:27
|
Posts: 401 |
Thanked: 724 times |
Joined on May 2010
@ Italy
|
#32
|
I am just starting with C++/Qt, I am more of a C# / TCL dude,
If I find out how to do it, i'll gladly send you the code.
It should be too hard.
Edit :
I just did some search and there is no native support for SMTP in Qt, so you have to find the code that implements an SMTP client or write it yourself over raw TCP socket.
Also you need to find an smtp server that will allow you to send mutliple e-mails from different locations without limits, I don't know if that doable.
I find HTTP much more attractive, especially when there is "#include <QtNetwork>" which gives you an HTTP client.
If you decide to go for HTTP, I might be able to help more, you still need an http server somewhere (:
|
2010-06-16
, 06:45
|
|
Posts: 702 |
Thanked: 334 times |
Joined on Feb 2010
@ Israel.
|
#33
|
About the server: what do you need exactly? only an http address??? Sorry for stupid question but im less than a beginner about this!
If you are able to implement it using HTTP, no problem!
However im looking about using a db (SQLITE) for the app...
|
2010-06-16
, 06:50
|
Posts: 402 |
Thanked: 229 times |
Joined on Nov 2009
@ Missouri, USA
|
#34
|
Primarily I do it in this way to try to manage AutoOrientation well, but it doesn't work anyway. And then i forgotten to move the function
However.....did you use (for example) this or there are others functions?
Code:w.setAttribute(Qt::WA_Maemo5AutoOrientation, true);
|
2010-06-16
, 07:06
|
Posts: 2,829 |
Thanked: 1,459 times |
Joined on Dec 2009
@ Finland
|
#35
|
|
2010-06-16
, 09:04
|
Posts: 282 |
Thanked: 18 times |
Joined on Mar 2010
|
#36
|
|
2010-06-16
, 09:39
|
Posts: 51 |
Thanked: 32 times |
Joined on Jan 2010
|
#37
|
|
2010-06-16
, 13:57
|
Posts: 68 |
Thanked: 16 times |
Joined on Feb 2007
|
#38
|
|
2010-06-16
, 18:21
|
Posts: 401 |
Thanked: 724 times |
Joined on May 2010
@ Italy
|
#39
|
The Following User Says Thank You to realsportcars For This Useful Post: | ||
|
2010-06-16
, 20:54
|
Posts: 51 |
Thanked: 32 times |
Joined on Jan 2010
|
#40
|
If I find out how to do it, i'll gladly send you the code.
It should be too hard.
Edit :
I just did some search and there is no native support for SMTP in Qt, so you have to find the code that implements an SMTP client or write it yourself over raw TCP socket.
Also you need to find an smtp server that will allow you to send mutliple e-mails from different locations without limits, I don't know if that doable.
I find HTTP much more attractive, especially when there is "#include <QtNetwork>" which gives you an HTTP client.
If you decide to go for HTTP, I might be able to help more, you still need an http server somewhere (:
| Reverse SSH - access your N900 from anywhere, anytime |
| Using Samsung Galaxy S GT-i9000 and Nokia N900 |
| DonateMe - If you feel I helped you in a very good way, feel free to donate |
Last edited by eitama; 2010-06-15 at 20:34.