xmpp - Best widget for a chat session in Qt -


i implementing desktop qt application uses xmpp library chat. trying find best approach in terms of performance, easy modify, add custom stuff (for instance, show thumbnain if sends me image)... know approach think best: - each element layout or widget , add them 1 one (it seems slow) - listwidget items overloading paint event (problem: don't know item height before painting) - use rich text widget , build chat html page (didn't tried yet) - ??

best regards,

qlistview simple irc chat. if planning implement advanced text styling (different fonts, etc.) or images (like said) webview way go. additionally, simpler way qlistview.

there's example qt google chat project uses qtwebkit: http://harmattan-dev.nokia.com/docs/library/html/qt4/webkit-googlechat.html


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -