mirror of
				https://github.com/fralx/LimeReport.git
				synced 2025-11-04 07:01:26 +03:00 
			
		
		
		
	Merge branch 'master' into 1.4
# Conflicts: # limereport/lrreportengine.cpp # limereport/lrreportengine_p.h
This commit is contained in:
		@@ -57,6 +57,7 @@ class ReportEnginePrivate : public QObject, public ICollectionContainer
 | 
			
		||||
    Q_PROPERTY(ACollectionProperty pages READ fakeCollectionReader())
 | 
			
		||||
    Q_PROPERTY(QObject* datasourcesManager READ dataManager)
 | 
			
		||||
    Q_PROPERTY(QObject* scriptContext READ scriptContext)
 | 
			
		||||
    Q_PROPERTY(bool suppressFieldAndVarError READ suppressFieldAndVarError WRITE setSuppressFieldAndVarError)
 | 
			
		||||
    friend class PreviewReportWidget;
 | 
			
		||||
public:
 | 
			
		||||
    static void printReport(ItemsReaderIntf::Ptr reader, QPrinter &printer);
 | 
			
		||||
@@ -118,6 +119,9 @@ public:
 | 
			
		||||
    QString previewWindowTitle() const;
 | 
			
		||||
    void setPreviewWindowTitle(const QString &previewWindowTitle);
 | 
			
		||||
 | 
			
		||||
    bool suppressFieldAndVarError() const;
 | 
			
		||||
    void setSuppressFieldAndVarError(bool suppressFieldAndVarError);
 | 
			
		||||
 | 
			
		||||
signals:
 | 
			
		||||
    void    pagesLoadFinished();
 | 
			
		||||
    void    datasourceCollectionLoadFinished(const QString& collectionName);
 | 
			
		||||
@@ -165,6 +169,7 @@ private:
 | 
			
		||||
    QIcon m_previewWindowIcon;
 | 
			
		||||
    QString m_previewWindowTitle;
 | 
			
		||||
    QPointer<ReportDesignWindow> m_designerWindow;
 | 
			
		||||
    ReportSettings m_reportSettings;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user