PDA

View Full Version : Additional classes and widgets for Qt.



ufo-vl
20th July 2007, 04:41
Hello.
I'm newbie in Qt library,
Where I found additional classes and widgets for Qt?

Needed class for e-mail.
Requirements for this class(classes):
Supporting SMTP and POP3,
Supporting authentication in SMTP protocol,
Supporting attachments,
Supporting proxy.

Thanks.

kernel_panic
20th July 2007, 06:28
try it on sourceforge.net. maybe there are real qt classes or you could find c++ classes which you can use in qt, too.

ufo-vl
20th July 2007, 06:59
thanks for your message :)

iw2nhl
21st July 2007, 18:39
Here you can find a lot of software, classes and widgets for Qt.
http://trolltech.com/developer/downloads/freesoftware

It has 2 hierarchical levels: the first one for the type (classes, widgets, applications, ecc.) and the second one for the topic.

ufo-vl
22nd July 2007, 13:51
thanks for your message.
:)
I will look your link.