fralx / LimeReport

Report generator for Qt Framework
http://limereport.ru/
Other
404 stars 153 forks source link

some question #221

Open lpwwpl opened 5 years ago

lpwwpl commented 5 years ago

1, what about feature "followto",how to use 2,watermark not effect, how to set watermark pic 3, item can not move by keyboard left,right,up,down 4,printOnFirstPage ,printOnLastPage,how to use 5,if in design mode ,itemtext with variable $V{#PAGE}, i want it hidden, but in render mode ,it shows, how to do 6, not table widget, i found use horizontal and vertical together , can take effect like table, it that right? 7,stretchToMaxHeight,how to use

lpwwpl commented 5 years ago

8,in editmode ,is it possible set scene auto paged,

fralx commented 5 years ago

1, what about feature "followto",how to use

If you need for some reason to split the text between two or more TextItems you can specify that the second item follows to the first item and when space for text in the first item will be filled than text will continue in the second item.

2 watermark not effect, how to set watermark pic

What do you mean "watermark not effect"? If you put the TextItem or ImageItem on the page and set property watermark to true it will be printed above all items on the page. And as i said early you can use as a watermark ImageItem

3, item can not move by keyboard left,right,up,down

Just hold the Ctlr key when you want to move an item by keyboard

4,printOnFirstPage ,printOnLastPage,how to use

If a generated report contains more then one page and you don want that page footer will be printed on the first page or on the last page you can disable printing on that pages by printOnFirstPage = false, printOnLastPage = false

5,if in design mode ,itemtext with variable $V{#PAGE}, i want it hidden, but in render mode ,it shows, how to do

Honestly, i do not clearly understand what do you mean :) But you can change the item visibility in the script.

6, not table widget, i found use horizontal and vertical together , can take effect like table, it that right?

Maybe this video will be useful for you https://www.youtube.com/watch?v=6T1VHAhPDt4

7,stretchToMaxHeight,how to use

This property is useful when you build a table. If you have more than one item on the databand and that items have property autoHeigth and you want them all to be the same size at the end. use this property and all items will have the size of the biggest item

8,in editmode ,is it possible set scene auto paged,

Unfortunately, i don't understand what do you mean, sorry

lpwwpl commented 5 years ago

could you send me vedio to my email,250531059@qq.com,as in china, i can not open youtube.thank u very much. --------------------->reply to 6, not table widget, i found use horizontal and vertical together , can take effect like table, it that right?

Maybe this video will be useful for you https://www.youtube.com/watch?v=6T1VHAhPDt4