mirror of
https://github.com/fralx/LimeReport.git
synced 2025-09-23 16:39:07 +03:00
Some band improvements have been added. Printing signals have been added. Render & printing speed little bit has been increased
This commit is contained in:
@@ -52,6 +52,7 @@ namespace LimeReport {
|
||||
|
||||
|
||||
namespace Const{
|
||||
int const DEFAULT_GRID_STEP = 1;
|
||||
int const RESIZE_HANDLE_SIZE = 5;
|
||||
int const SELECTION_PEN_SIZE = 1;
|
||||
int const MINIMUM_ITEM_WIDTH = 2*RESIZE_HANDLE_SIZE;
|
||||
|
@@ -212,6 +212,11 @@ signals:
|
||||
void renderStarted();
|
||||
void renderFinished();
|
||||
void renderPageFinished(int renderedPageCount);
|
||||
|
||||
void printingStarted(int pageCount);
|
||||
void printingFinished();
|
||||
void pagePrintingFinished(int index);
|
||||
|
||||
void onSave(bool& saved);
|
||||
void onSaveAs(bool& saved);
|
||||
void onLoad(bool& loaded);
|
||||
|
Reference in New Issue
Block a user