1
1
#include < cmath>
2
2
3
- #include < QPushButton>
4
- #include < QComboBox>
5
3
#include < QFileDialog>
6
- #include < QHBoxLayout>
7
- #include < QLayout>
8
- #include < QLineEdit>
9
4
#include < QMessageBox>
10
5
#include < QTextStream>
11
- #include < QToolButton>
12
6
13
7
#include " qgisiface.h"
14
8
#include " qgsapplication.h"
@@ -264,11 +258,11 @@ bool QgsPointDialog::generateWorldFile()
264
258
else if (cmbTransformType->currentItem () == 1 )
265
259
{
266
260
int res = QMessageBox::warning (this , tr (" Warning" ),
267
- tr (" A Helmert transform requires modifications in "
268
- " the raster layer.\n The modifed raster will be "
269
- " saved in a new file and a world file will be "
270
- " generated for this new file instead.\n Are you "
271
- " sure that this is what you want?" ),
261
+ tr (" <p> A Helmert transform requires modifications in "
262
+ " the raster layer.</p><p>The modifed raster will be "
263
+ " saved in a new file and a world file will be "
264
+ " generated for this new file instead.</p><p>Are you "
265
+ " sure that this is what you want?</p> " ),
272
266
QMessageBox::No, QMessageBox::Yes);
273
267
if (res == QMessageBox::No)
274
268
return false ;
@@ -277,9 +271,9 @@ bool QgsPointDialog::generateWorldFile()
277
271
else if (cmbTransformType->currentItem () == 2 )
278
272
{
279
273
QMessageBox::critical (this , tr (" Not implemented!" ),
280
- tr (" An affine transform requires changing the "
274
+ tr (" <p> An affine transform requires changing the "
281
275
" original raster file. This is not yet "
282
- " supported." ));
276
+ " supported.</p> " ));
283
277
return false ;
284
278
}
285
279
}
0 commit comments