Nobody here has experiance in using QMimeSourceFactory? I want to set
MimeSourceFactory in my QTextBrowser , I use the code in below, but my
program intrupt during click on a hypertext :
textBrowser = QTextBrowser ()
mime = QMimeSourceFactory()
mime.defaultFactory().setText("some tag","some tag")
textBrowser.setMimeSourceFactory( mime )
.
.
.
textBrowser.append(' some tag some tag ')
...
Would you please help me and guide how I should use that in my code?
--
View this message in context:
http://www.nabble.com/Using-QMimeSourceFactory-problem-%21-tp21191806p21191806.html
Sent from the PyQt mailing list archive at Nabble.com.
_______________________________________________
PyQt mailing list [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt