Sir,
I am trying to use html in QTextBrowser..I have a Html file in my filesystem...
I am trying to print that on a QTextBrowser....But I cant...
This is the code that I used..
Qt Code:
QTextBrowser * browser; { qWarning("file not found"); return; } while (!file.atEnd()) { }To copy to clipboard, switch view to plain text mode
What am i missing....
Bookmarks