We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18fa48f commit 6e676c1Copy full SHA for 6e676c1
src/plugins/grid_maker/graticulecreator.cpp
@@ -31,8 +31,8 @@ GraticuleCreator::GraticuleCreator( QString theOutputFileName )
31
QgsField myField3( "LblOffsetX", QVariant::Int, "Int", 5, 0, "X Offset for label" );
32
QgsField myField4( "LblOffsetY", QVariant::Int, "int", 5, 0, "Y Offset for label" );
33
QgsField myField5( "Label", QVariant::String, "String", 10, 0, "Label text" );
34
- QgsField myField6( "Row", QVariant::String, "String", 10, 0, "Row" );
35
- QgsField myField7( "Column", QVariant::String, "String", 10, 0, "Col" );
+ QgsField myField6( "gRow", QVariant::String, "String", 10, 0, "Row" );
+ QgsField myField7( "gColumn", QVariant::String, "String", 10, 0, "Col" );
36
QgsField myField8( "RowCol", QVariant::String, "String", 10, 0, "Row and col" );
37
mFields.insert( 0, myField1 );
38
mFields.insert( 1, myField2 );
0 commit comments