Skip to content

Commit dada301

Browse files
committedJan 8, 2019
[georeferencer] Fix some HIG violations
1 parent 6ed0b47 commit dada301

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed
 

‎src/plugins/georeferencer/qgsmapcoordsdialog.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ QgsMapCoordsDialog::QgsMapCoordsDialog( QgsMapCanvas *qgisCanvas, const QgsPoint
3434

3535
setAttribute( Qt::WA_DeleteOnClose );
3636

37-
mPointFromCanvasPushButton = new QPushButton( QIcon( ":/icons/default/mPushButtonPencil.png" ), tr( "From map canvas" ) );
37+
mPointFromCanvasPushButton = new QPushButton( QIcon( ":/icons/default/mPushButtonPencil.png" ), tr( "From Map Canvas" ) );
3838
mPointFromCanvasPushButton->setCheckable( true );
3939
buttonBox->addButton( mPointFromCanvasPushButton, QDialogButtonBox::ActionRole );
4040

41-
// User can input either DD or DMS coords (from QGis mapcanav we take DD coords)
41+
// User can input either DD or DMS coords (from QGis mapcanvas we take DD coords)
4242
QgsDMSAndDDValidator *validator = new QgsDMSAndDDValidator( this );
4343
leXCoord->setValidator( validator );
4444
leYCoord->setValidator( validator );

‎src/plugins/georeferencer/qgstransformsettingsdialogbase.ui

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<item row="1" column="0">
3131
<widget class="QGroupBox" name="groupBox_2">
3232
<property name="title">
33-
<string>Output settings</string>
33+
<string>Output Settings</string>
3434
</property>
3535
<layout class="QGridLayout" name="gridLayout_5">
3636
<item row="3" column="0" colspan="2">
@@ -54,7 +54,7 @@
5454
</widget>
5555
</item>
5656
<item row="0" column="1">
57-
<widget class="QgsFileWidget" name="mOutputRaster"/>
57+
<widget class="QgsFileWidget" name="mOutputRaster" native="true"/>
5858
</item>
5959
<item row="4" column="0" colspan="2">
6060
<widget class="QCheckBox" name="cbxZeroAsTrans">
@@ -176,10 +176,10 @@
176176
</property>
177177
<layout class="QGridLayout" name="gridLayout_6">
178178
<item row="0" column="1">
179-
<widget class="QgsFileWidget" name="mPdfMap"/>
179+
<widget class="QgsFileWidget" name="mPdfMap" native="true"/>
180180
</item>
181181
<item row="1" column="1">
182-
<widget class="QgsFileWidget" name="mPdfReport"/>
182+
<widget class="QgsFileWidget" name="mPdfReport" native="true"/>
183183
</item>
184184
<item row="1" column="0">
185185
<widget class="QLabel" name="label_6">
@@ -211,7 +211,7 @@
211211
<item row="0" column="0">
212212
<widget class="QGroupBox" name="groupBox">
213213
<property name="title">
214-
<string>Transformation parameters</string>
214+
<string>Transformation Parameters</string>
215215
</property>
216216
<layout class="QGridLayout" name="gridLayout_4">
217217
<item row="0" column="0">
@@ -286,7 +286,7 @@
286286
</widget>
287287
</item>
288288
<item row="2" column="1">
289-
<widget class="QgsProjectionSelectionWidget" name="mCrsSelector">
289+
<widget class="QgsProjectionSelectionWidget" name="mCrsSelector" native="true">
290290
<property name="focusPolicy">
291291
<enum>Qt::StrongFocus</enum>
292292
</property>

0 commit comments

Comments
 (0)
Please sign in to comment.