Re: Need Basic html Browser
There are many tags that won't come built into the default Qt stuff that you'll need to add on yourself. You're probably having trouble with things such as <applet>, <embed>, <marquee>, and filters probably aren't working. Things such as applet and embed would require third party add-ons(i.e. JVM).
Re: Need Basic html Browser
Quote:
Originally Posted by awalesminfo
Hi Guys am new to qt and i want to write basic html browser ,i used the qt3 example "helpviewer" but it dosent support all HTMl tags so , please help me in adding the form tag to it , or please post me a basic html browser.:( :confused:
awalesminfo@gmail.com
:confused: :confused:
Re: Need Basic html Browser
But you can simply modify the source code of QTextBrowser
Re: Need Basic html Browser
thanks buddy , for modifying the QTextBrowser i dont have QTextBrowser , so please tell me from where should i download it .:) need ur help buddy ,:)
Re: Need For QTextbrowser
QTextBrowser is standard Qt class.
Please, don't start multiple threads on the same problem.