Hi
I have a problem,I have some data in a c++ structure. I want to write that data in some html file . Sothat i can read that html file in my QTextEdit .
Now my question is how to generate this HTML file from strcuture data at run time in Qt4. Pleaseeeeeeeee help.


Reply With Quote


loop through your structure data and append it to a HTML string, you create.


Bookmarks