Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
|
@@ -170,7 +170,7 @@ Runs a render check on the layout, adding results to the specified ``report``. |
|
|
The maximum number of allowable pixels differing from the reference image is |
|
|
specified via the ``pixelDiff`` argument. |
|
|
|
|
|
A reference image can be creates by setting ``createReferenceImage`` to true |
|
|
A reference image can be created by setting ``createReferenceImage`` to true |
|
|
in this case the test will always return true. |
|
|
|
|
|
The page number is specified via ``page``, where 0 corresponds to the first |
|
|
|
@@ -260,7 +260,7 @@ QList<QgsLayoutItem *> QgsCompositionConverter::addItemsFromCompositionXml( QgsL |
|
|
newItems << layoutItem ; |
|
|
} |
|
|
|
|
|
// Polylin |
|
|
// Polyline |
|
|
for ( int i = 0; i < parentElement.elementsByTagName( QStringLiteral( "ComposerPolyline" ) ).size(); i++ ) |
|
|
{ |
|
|
QDomNode itemNode( parentElement.elementsByTagName( QStringLiteral( "ComposerPolyline" ) ).at( i ) ); |
|
|
|
@@ -207,7 +207,7 @@ class CORE_EXPORT QgsLayoutChecker : public QgsMultiRenderChecker |
|
|
* The maximum number of allowable pixels differing from the reference image is |
|
|
* specified via the \a pixelDiff argument. |
|
|
* |
|
|
* A reference image can be creates by setting \a createReferenceImage to true |
|
|
* A reference image can be created by setting \a createReferenceImage to true |
|
|
* in this case the test will always return true. |
|
|
* |
|
|
* The page number is specified via \a page, where 0 corresponds to the first |
|
|
|
@@ -59,7 +59,7 @@ class TestQgsCompositionConverter: public QObject |
|
|
void importComposerTemplateShape(); |
|
|
|
|
|
/** |
|
|
* Test import multiple ements from a composer template |
|
|
* Test import multiple elements from a composer template |
|
|
*/ |
|
|
void importComposerTemplate(); |
|
|
|
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.