Hey there
I am new and this is my first little project, so be understanding.
Im in need of creating a layout for a document which will be used as a template, and which at the end will be filled with data gathered from database and printed. Havent created db yet
so, for now, Ive set up local vars to get my head around this. I want each of this little
pieces of data to be in very specific place. I Checked QTextDocument docs, and it looks like
good tool for the job, but I have no idea how to create layout for it.
Any pointers much appreciated.
EDIT: There is not much on the web about this subject. Although I was able to find this thread
This is nearly what Im looking for. However, there are many variables I wish to put into html, therefore ".format" options seems little overwhelming. Anyone knows of a better solution ?