Good day all,

I wonder is it possible have a QTextBrowser automaticaly turn urls into links

ie. If I use a QTextBrowser as a main window for a chatroom, and a user types http://www.google.com, can this be made clickable automatically somehow, or do I have to manually search each string for "http://"; and convert it to <a href........ myself

thanks in advance

Martin
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to