9 #ifndef UI_MAINWINDOW_H
10 #define UI_MAINWINDOW_H
12 #include <QtCore/QVariant>
13 #include <QtGui/QAction>
14 #include <QtGui/QApplication>
15 #include <QtGui/QButtonGroup>
16 #include <QtGui/QCheckBox>
17 #include <QtGui/QComboBox>
18 #include <QtGui/QGridLayout>
19 #include <QtGui/QGroupBox>
20 #include <QtGui/QHBoxLayout>
21 #include <QtGui/QHeaderView>
22 #include <QtGui/QLabel>
23 #include <QtGui/QLineEdit>
24 #include <QtGui/QListWidget>
25 #include <QtGui/QMainWindow>
26 #include <QtGui/QMenu>
27 #include <QtGui/QMenuBar>
28 #include <QtGui/QPlainTextEdit>
29 #include <QtGui/QSpacerItem>
30 #include <QtGui/QStatusBar>
31 #include <QtGui/QTabWidget>
32 #include <QtGui/QToolBar>
33 #include <QtGui/QToolButton>
34 #include <QtGui/QVBoxLayout>
35 #include <QtGui/QWidget>
42 QAction *actionInput_image;
43 QAction *actionOutput_image;
45 QAction *actionSelection_Info_file;
46 QAction *actionExtent;
47 QWidget *centralWidget;
48 QVBoxLayout *verticalLayout;
49 QTabWidget *tabWidget;
51 QVBoxLayout *verticalLayout_2;
52 QGridLayout *gridLayout_2;
53 QSpacerItem *horizontalSpacer_3;
54 QListWidget *listWidget_input;
56 QToolButton *toolButton_input;
60 QSpacerItem *horizontalSpacer_2;
65 QToolButton *toolButton_extent;
67 QGridLayout *gridLayout_4;
68 QSpacerItem *verticalSpacer_3;
76 QGridLayout *gridLayout_3;
85 QSpacerItem *horizontalSpacer_4;
86 QSpacerItem *horizontalSpacer_5;
88 QVBoxLayout *verticalLayout_3;
89 QGridLayout *gridLayout;
90 QSpacerItem *horizontalSpacer_6;
96 QComboBox *interleaved;
101 QToolButton *toolButton_ct;
102 QComboBox *compressed;
106 QToolButton *toolButton_output;
115 QLineEdit *dstnodata;
116 QToolButton *toolButton_file;
119 QVBoxLayout *verticalLayout_5;
120 QVBoxLayout *verticalLayout_4;
122 QLineEdit *commandLineEdit;
124 QPlainTextEdit *consoleEdit;
125 QSpacerItem *verticalSpacer_2;
126 QHBoxLayout *horizontalLayout_2;
127 QToolButton *toolButton_Run;
128 QSpacerItem *horizontalSpacer;
129 QToolButton *toolButton_defaults;
132 QToolBar *mainToolBar;
133 QStatusBar *statusBar;
137 if (MainWindow->objectName().isEmpty())
138 MainWindow->setObjectName(QString::fromUtf8(
"MainWindow"));
139 MainWindow->resize(798, 859);
140 actionInput_image =
new QAction(MainWindow);
141 actionInput_image->setObjectName(QString::fromUtf8(
"actionInput_image"));
142 actionOutput_image =
new QAction(MainWindow);
143 actionOutput_image->setObjectName(QString::fromUtf8(
"actionOutput_image"));
144 actionQuit =
new QAction(MainWindow);
145 actionQuit->setObjectName(QString::fromUtf8(
"actionQuit"));
146 actionSelection_Info_file =
new QAction(MainWindow);
147 actionSelection_Info_file->setObjectName(QString::fromUtf8(
"actionSelection_Info_file"));
148 actionExtent =
new QAction(MainWindow);
149 actionExtent->setObjectName(QString::fromUtf8(
"actionExtent"));
150 centralWidget =
new QWidget(MainWindow);
151 centralWidget->setObjectName(QString::fromUtf8(
"centralWidget"));
152 verticalLayout =
new QVBoxLayout(centralWidget);
153 verticalLayout->setSpacing(6);
154 verticalLayout->setContentsMargins(11, 11, 11, 11);
155 verticalLayout->setObjectName(QString::fromUtf8(
"verticalLayout"));
156 tabWidget =
new QTabWidget(centralWidget);
157 tabWidget->setObjectName(QString::fromUtf8(
"tabWidget"));
159 tab->setObjectName(QString::fromUtf8(
"tab"));
160 verticalLayout_2 =
new QVBoxLayout(tab);
161 verticalLayout_2->setSpacing(6);
162 verticalLayout_2->setContentsMargins(11, 11, 11, 11);
163 verticalLayout_2->setObjectName(QString::fromUtf8(
"verticalLayout_2"));
164 gridLayout_2 =
new QGridLayout();
165 gridLayout_2->setSpacing(6);
166 gridLayout_2->setObjectName(QString::fromUtf8(
"gridLayout_2"));
167 horizontalSpacer_3 =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
169 gridLayout_2->addItem(horizontalSpacer_3, 1, 3, 1, 1);
171 listWidget_input =
new QListWidget(tab);
172 listWidget_input->setObjectName(QString::fromUtf8(
"listWidget_input"));
174 gridLayout_2->addWidget(listWidget_input, 0, 2, 1, 1);
176 label =
new QLabel(tab);
177 label->setObjectName(QString::fromUtf8(
"label"));
179 gridLayout_2->addWidget(label, 0, 0, 1, 1);
181 toolButton_input =
new QToolButton(tab);
182 toolButton_input->setObjectName(QString::fromUtf8(
"toolButton_input"));
184 gridLayout_2->addWidget(toolButton_input, 0, 1, 1, 1);
186 lry =
new QLineEdit(tab);
187 lry->setObjectName(QString::fromUtf8(
"lry"));
189 gridLayout_2->addWidget(lry, 3, 2, 1, 1);
191 uly =
new QLineEdit(tab);
192 uly->setObjectName(QString::fromUtf8(
"uly"));
194 gridLayout_2->addWidget(uly, 1, 2, 1, 1);
196 label_2 =
new QLabel(tab);
197 label_2->setObjectName(QString::fromUtf8(
"label_2"));
199 gridLayout_2->addWidget(label_2, 1, 0, 1, 1);
201 horizontalSpacer_2 =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
203 gridLayout_2->addItem(horizontalSpacer_2, 1, 1, 1, 1);
205 lrx =
new QLineEdit(tab);
206 lrx->setObjectName(QString::fromUtf8(
"lrx"));
208 gridLayout_2->addWidget(lrx, 2, 3, 1, 1);
210 ulx =
new QLineEdit(tab);
211 ulx->setObjectName(QString::fromUtf8(
"ulx"));
213 gridLayout_2->addWidget(ulx, 2, 1, 1, 1);
215 label_4 =
new QLabel(tab);
216 label_4->setObjectName(QString::fromUtf8(
"label_4"));
218 gridLayout_2->addWidget(label_4, 4, 0, 1, 1);
220 extent =
new QLineEdit(tab);
221 extent->setObjectName(QString::fromUtf8(
"extent"));
223 gridLayout_2->addWidget(extent, 4, 1, 1, 1);
225 toolButton_extent =
new QToolButton(tab);
226 toolButton_extent->setObjectName(QString::fromUtf8(
"toolButton_extent"));
228 gridLayout_2->addWidget(toolButton_extent, 4, 2, 1, 1);
231 verticalLayout_2->addLayout(gridLayout_2);
233 tabWidget->addTab(tab, QString());
234 tab_2 =
new QWidget();
235 tab_2->setObjectName(QString::fromUtf8(
"tab_2"));
236 gridLayout_4 =
new QGridLayout(tab_2);
237 gridLayout_4->setSpacing(6);
238 gridLayout_4->setContentsMargins(11, 11, 11, 11);
239 gridLayout_4->setObjectName(QString::fromUtf8(
"gridLayout_4"));
240 verticalSpacer_3 =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
242 gridLayout_4->addItem(verticalSpacer_3, 2, 0, 1, 1);
244 resample =
new QComboBox(tab_2);
245 resample->setObjectName(QString::fromUtf8(
"resample"));
247 gridLayout_4->addWidget(resample, 0, 1, 1, 1);
249 label_18 =
new QLabel(tab_2);
250 label_18->setObjectName(QString::fromUtf8(
"label_18"));
252 gridLayout_4->addWidget(label_18, 1, 0, 1, 1);
254 label_17 =
new QLabel(tab_2);
255 label_17->setObjectName(QString::fromUtf8(
"label_17"));
257 gridLayout_4->addWidget(label_17, 0, 0, 1, 1);
259 crule =
new QComboBox(tab_2);
260 crule->setObjectName(QString::fromUtf8(
"crule"));
262 gridLayout_4->addWidget(crule, 1, 1, 1, 1);
264 label_19 =
new QLabel(tab_2);
265 label_19->setObjectName(QString::fromUtf8(
"label_19"));
267 gridLayout_4->addWidget(label_19, 1, 3, 1, 1);
269 cband =
new QLineEdit(tab_2);
270 cband->setObjectName(QString::fromUtf8(
"cband"));
272 gridLayout_4->addWidget(cband, 1, 4, 1, 1);
274 groupBox =
new QGroupBox(tab_2);
275 groupBox->setObjectName(QString::fromUtf8(
"groupBox"));
276 gridLayout_3 =
new QGridLayout(groupBox);
277 gridLayout_3->setSpacing(6);
278 gridLayout_3->setContentsMargins(11, 11, 11, 11);
279 gridLayout_3->setObjectName(QString::fromUtf8(
"gridLayout_3"));
280 label_21 =
new QLabel(groupBox);
281 label_21->setObjectName(QString::fromUtf8(
"label_21"));
283 gridLayout_3->addWidget(label_21, 1, 0, 1, 1);
285 srcnodata =
new QLineEdit(groupBox);
286 srcnodata->setObjectName(QString::fromUtf8(
"srcnodata"));
288 gridLayout_3->addWidget(srcnodata, 1, 1, 1, 2);
290 label_23 =
new QLabel(groupBox);
291 label_23->setObjectName(QString::fromUtf8(
"label_23"));
293 gridLayout_3->addWidget(label_23, 3, 0, 1, 1);
295 label_22 =
new QLabel(groupBox);
296 label_22->setObjectName(QString::fromUtf8(
"label_22"));
298 gridLayout_3->addWidget(label_22, 2, 0, 1, 1);
300 min =
new QLineEdit(groupBox);
301 min->setObjectName(QString::fromUtf8(
"min"));
303 gridLayout_3->addWidget(min, 2, 1, 1, 2);
305 max =
new QLineEdit(groupBox);
306 max->setObjectName(QString::fromUtf8(
"max"));
308 gridLayout_3->addWidget(max, 3, 1, 1, 1);
310 label_20 =
new QLabel(groupBox);
311 label_20->setObjectName(QString::fromUtf8(
"label_20"));
313 gridLayout_3->addWidget(label_20, 0, 0, 1, 1);
315 bndnodata =
new QLineEdit(groupBox);
316 bndnodata->setObjectName(QString::fromUtf8(
"bndnodata"));
318 gridLayout_3->addWidget(bndnodata, 0, 1, 1, 1);
321 gridLayout_4->addWidget(groupBox, 3, 0, 1, 4);
323 horizontalSpacer_4 =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
325 gridLayout_4->addItem(horizontalSpacer_4, 1, 5, 1, 1);
327 horizontalSpacer_5 =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
329 gridLayout_4->addItem(horizontalSpacer_5, 1, 2, 1, 1);
331 tabWidget->addTab(tab_2, QString());
332 tab_3 =
new QWidget();
333 tab_3->setObjectName(QString::fromUtf8(
"tab_3"));
334 verticalLayout_3 =
new QVBoxLayout(tab_3);
335 verticalLayout_3->setSpacing(6);
336 verticalLayout_3->setContentsMargins(11, 11, 11, 11);
337 verticalLayout_3->setObjectName(QString::fromUtf8(
"verticalLayout_3"));
338 gridLayout =
new QGridLayout();
339 gridLayout->setSpacing(6);
340 gridLayout->setObjectName(QString::fromUtf8(
"gridLayout"));
341 horizontalSpacer_6 =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
343 gridLayout->addItem(horizontalSpacer_6, 7, 3, 1, 1);
345 label_7 =
new QLabel(tab_3);
346 label_7->setObjectName(QString::fromUtf8(
"label_7"));
348 gridLayout->addWidget(label_7, 4, 0, 1, 1);
350 label_14 =
new QLabel(tab_3);
351 label_14->setObjectName(QString::fromUtf8(
"label_14"));
353 gridLayout->addWidget(label_14, 8, 0, 1, 1);
355 file =
new QLineEdit(tab_3);
356 file->setObjectName(QString::fromUtf8(
"file"));
358 gridLayout->addWidget(file, 9, 1, 1, 1);
360 label_10 =
new QLabel(tab_3);
361 label_10->setObjectName(QString::fromUtf8(
"label_10"));
363 gridLayout->addWidget(label_10, 6, 2, 1, 1);
365 oformat =
new QComboBox(tab_3);
366 oformat->setObjectName(QString::fromUtf8(
"oformat"));
368 gridLayout->addWidget(oformat, 4, 1, 1, 1);
370 interleaved =
new QComboBox(tab_3);
371 interleaved->setObjectName(QString::fromUtf8(
"interleaved"));
373 gridLayout->addWidget(interleaved, 7, 1, 1, 1);
375 label_9 =
new QLabel(tab_3);
376 label_9->setObjectName(QString::fromUtf8(
"label_9"));
378 gridLayout->addWidget(label_9, 6, 0, 1, 1);
380 dx =
new QLineEdit(tab_3);
381 dx->setObjectName(QString::fromUtf8(
"dx"));
383 gridLayout->addWidget(dx, 6, 1, 1, 1);
385 label_8 =
new QLabel(tab_3);
386 label_8->setObjectName(QString::fromUtf8(
"label_8"));
388 gridLayout->addWidget(label_8, 5, 0, 1, 1);
390 label_13 =
new QLabel(tab_3);
391 label_13->setObjectName(QString::fromUtf8(
"label_13"));
393 gridLayout->addWidget(label_13, 7, 4, 1, 1);
395 toolButton_ct =
new QToolButton(tab_3);
396 toolButton_ct->setObjectName(QString::fromUtf8(
"toolButton_ct"));
398 gridLayout->addWidget(toolButton_ct, 5, 2, 1, 1);
400 compressed =
new QComboBox(tab_3);
401 compressed->setObjectName(QString::fromUtf8(
"compressed"));
403 gridLayout->addWidget(compressed, 7, 5, 1, 1);
405 label_12 =
new QLabel(tab_3);
406 label_12->setObjectName(QString::fromUtf8(
"label_12"));
408 gridLayout->addWidget(label_12, 7, 0, 1, 1);
410 ct =
new QLineEdit(tab_3);
411 ct->setObjectName(QString::fromUtf8(
"ct"));
413 gridLayout->addWidget(ct, 5, 1, 1, 1);
415 output =
new QLineEdit(tab_3);
416 output->setObjectName(QString::fromUtf8(
"output"));
418 gridLayout->addWidget(output, 1, 1, 1, 1);
420 toolButton_output =
new QToolButton(tab_3);
421 toolButton_output->setObjectName(QString::fromUtf8(
"toolButton_output"));
423 gridLayout->addWidget(toolButton_output, 1, 2, 1, 1);
425 label_6 =
new QLabel(tab_3);
426 label_6->setObjectName(QString::fromUtf8(
"label_6"));
428 gridLayout->addWidget(label_6, 3, 0, 1, 1);
430 a_srs =
new QLineEdit(tab_3);
431 a_srs->setObjectName(QString::fromUtf8(
"a_srs"));
433 gridLayout->addWidget(a_srs, 2, 1, 1, 1);
435 label_15 =
new QLabel(tab_3);
436 label_15->setObjectName(QString::fromUtf8(
"label_15"));
438 gridLayout->addWidget(label_15, 9, 0, 1, 1);
440 dy =
new QLineEdit(tab_3);
441 dy->setObjectName(QString::fromUtf8(
"dy"));
443 gridLayout->addWidget(dy, 6, 4, 1, 1);
445 label_5 =
new QLabel(tab_3);
446 label_5->setObjectName(QString::fromUtf8(
"label_5"));
448 gridLayout->addWidget(label_5, 2, 0, 1, 1);
450 tiled =
new QCheckBox(tab_3);
451 tiled->setObjectName(QString::fromUtf8(
"tiled"));
453 gridLayout->addWidget(tiled, 7, 2, 1, 1);
455 otype =
new QComboBox(tab_3);
456 otype->setObjectName(QString::fromUtf8(
"otype"));
458 gridLayout->addWidget(otype, 3, 1, 1, 1);
460 label_11 =
new QLabel(tab_3);
461 label_11->setObjectName(QString::fromUtf8(
"label_11"));
463 gridLayout->addWidget(label_11, 6, 5, 1, 1);
465 dstnodata =
new QLineEdit(tab_3);
466 dstnodata->setObjectName(QString::fromUtf8(
"dstnodata"));
468 gridLayout->addWidget(dstnodata, 8, 1, 1, 1);
470 toolButton_file =
new QToolButton(tab_3);
471 toolButton_file->setObjectName(QString::fromUtf8(
"toolButton_file"));
473 gridLayout->addWidget(toolButton_file, 9, 2, 1, 1);
475 label_3 =
new QLabel(tab_3);
476 label_3->setObjectName(QString::fromUtf8(
"label_3"));
478 gridLayout->addWidget(label_3, 1, 0, 1, 1);
481 verticalLayout_3->addLayout(gridLayout);
483 tabWidget->addTab(tab_3, QString());
484 tab_4 =
new QWidget();
485 tab_4->setObjectName(QString::fromUtf8(
"tab_4"));
486 verticalLayout_5 =
new QVBoxLayout(tab_4);
487 verticalLayout_5->setSpacing(6);
488 verticalLayout_5->setContentsMargins(11, 11, 11, 11);
489 verticalLayout_5->setObjectName(QString::fromUtf8(
"verticalLayout_5"));
490 verticalLayout_4 =
new QVBoxLayout();
491 verticalLayout_4->setSpacing(6);
492 verticalLayout_4->setObjectName(QString::fromUtf8(
"verticalLayout_4"));
493 label_24 =
new QLabel(tab_4);
494 label_24->setObjectName(QString::fromUtf8(
"label_24"));
496 verticalLayout_4->addWidget(label_24);
498 commandLineEdit =
new QLineEdit(tab_4);
499 commandLineEdit->setObjectName(QString::fromUtf8(
"commandLineEdit"));
501 verticalLayout_4->addWidget(commandLineEdit);
503 label_25 =
new QLabel(tab_4);
504 label_25->setObjectName(QString::fromUtf8(
"label_25"));
506 verticalLayout_4->addWidget(label_25);
508 consoleEdit =
new QPlainTextEdit(tab_4);
509 consoleEdit->setObjectName(QString::fromUtf8(
"consoleEdit"));
511 verticalLayout_4->addWidget(consoleEdit);
514 verticalLayout_5->addLayout(verticalLayout_4);
516 tabWidget->addTab(tab_4, QString());
518 verticalLayout->addWidget(tabWidget);
520 verticalSpacer_2 =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
522 verticalLayout->addItem(verticalSpacer_2);
524 horizontalLayout_2 =
new QHBoxLayout();
525 horizontalLayout_2->setSpacing(6);
526 horizontalLayout_2->setObjectName(QString::fromUtf8(
"horizontalLayout_2"));
527 toolButton_Run =
new QToolButton(centralWidget);
528 toolButton_Run->setObjectName(QString::fromUtf8(
"toolButton_Run"));
530 horizontalLayout_2->addWidget(toolButton_Run);
532 horizontalSpacer =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
534 horizontalLayout_2->addItem(horizontalSpacer);
536 toolButton_defaults =
new QToolButton(centralWidget);
537 toolButton_defaults->setObjectName(QString::fromUtf8(
"toolButton_defaults"));
539 horizontalLayout_2->addWidget(toolButton_defaults);
542 verticalLayout->addLayout(horizontalLayout_2);
544 MainWindow->setCentralWidget(centralWidget);
545 menuBar =
new QMenuBar(MainWindow);
546 menuBar->setObjectName(QString::fromUtf8(
"menuBar"));
547 menuBar->setGeometry(QRect(0, 0, 798, 25));
548 menuFile =
new QMenu(menuBar);
549 menuFile->setObjectName(QString::fromUtf8(
"menuFile"));
550 MainWindow->setMenuBar(menuBar);
551 mainToolBar =
new QToolBar(MainWindow);
552 mainToolBar->setObjectName(QString::fromUtf8(
"mainToolBar"));
553 MainWindow->addToolBar(Qt::TopToolBarArea, mainToolBar);
554 statusBar =
new QStatusBar(MainWindow);
555 statusBar->setObjectName(QString::fromUtf8(
"statusBar"));
556 MainWindow->setStatusBar(statusBar);
557 QWidget::setTabOrder(toolButton_input, uly);
558 QWidget::setTabOrder(uly, ulx);
559 QWidget::setTabOrder(ulx, lrx);
560 QWidget::setTabOrder(lrx, lry);
561 QWidget::setTabOrder(lry, extent);
562 QWidget::setTabOrder(extent, toolButton_extent);
563 QWidget::setTabOrder(toolButton_extent, resample);
564 QWidget::setTabOrder(resample, crule);
565 QWidget::setTabOrder(crule, cband);
566 QWidget::setTabOrder(cband, bndnodata);
567 QWidget::setTabOrder(bndnodata, srcnodata);
568 QWidget::setTabOrder(srcnodata, min);
569 QWidget::setTabOrder(min, max);
570 QWidget::setTabOrder(max, output);
571 QWidget::setTabOrder(output, toolButton_output);
572 QWidget::setTabOrder(toolButton_output, a_srs);
573 QWidget::setTabOrder(a_srs, otype);
574 QWidget::setTabOrder(otype, oformat);
575 QWidget::setTabOrder(oformat, ct);
576 QWidget::setTabOrder(ct, toolButton_ct);
577 QWidget::setTabOrder(toolButton_ct, dx);
578 QWidget::setTabOrder(dx, dy);
579 QWidget::setTabOrder(dy, interleaved);
580 QWidget::setTabOrder(interleaved, tiled);
581 QWidget::setTabOrder(tiled, compressed);
582 QWidget::setTabOrder(compressed, dstnodata);
583 QWidget::setTabOrder(dstnodata, file);
584 QWidget::setTabOrder(file, toolButton_file);
585 QWidget::setTabOrder(toolButton_file, toolButton_Run);
586 QWidget::setTabOrder(toolButton_Run, toolButton_defaults);
587 QWidget::setTabOrder(toolButton_defaults, commandLineEdit);
588 QWidget::setTabOrder(commandLineEdit, consoleEdit);
589 QWidget::setTabOrder(consoleEdit, listWidget_input);
590 QWidget::setTabOrder(listWidget_input, tabWidget);
592 menuBar->addAction(menuFile->menuAction());
593 menuFile->addAction(actionInput_image);
594 menuFile->addAction(actionExtent);
595 menuFile->addAction(actionOutput_image);
596 menuFile->addAction(actionSelection_Info_file);
597 menuFile->addAction(actionQuit);
599 retranslateUi(MainWindow);
601 tabWidget->setCurrentIndex(3);
604 QMetaObject::connectSlotsByName(MainWindow);
607 void retranslateUi(QMainWindow *MainWindow)
609 MainWindow->setWindowTitle(QApplication::translate(
"MainWindow",
"pkcomposite_gui", 0, QApplication::UnicodeUTF8));
610 actionInput_image->setText(QApplication::translate(
"MainWindow",
"Input image(s)", 0, QApplication::UnicodeUTF8));
611 actionInput_image->setShortcut(QApplication::translate(
"MainWindow",
"Alt+I", 0, QApplication::UnicodeUTF8));
612 actionOutput_image->setText(QApplication::translate(
"MainWindow",
"Output image", 0, QApplication::UnicodeUTF8));
613 actionOutput_image->setShortcut(QApplication::translate(
"MainWindow",
"Alt+O", 0, QApplication::UnicodeUTF8));
614 actionQuit->setText(QApplication::translate(
"MainWindow",
"Quit", 0, QApplication::UnicodeUTF8));
615 actionQuit->setShortcut(QApplication::translate(
"MainWindow",
"Alt+Q", 0, QApplication::UnicodeUTF8));
616 actionSelection_Info_file->setText(QApplication::translate(
"MainWindow",
"Selection Info file", 0, QApplication::UnicodeUTF8));
617 actionSelection_Info_file->setShortcut(QApplication::translate(
"MainWindow",
"Alt+F", 0, QApplication::UnicodeUTF8));
618 actionExtent->setText(QApplication::translate(
"MainWindow",
"Extent", 0, QApplication::UnicodeUTF8));
619 actionExtent->setShortcut(QApplication::translate(
"MainWindow",
"Alt+E", 0, QApplication::UnicodeUTF8));
620 #ifndef QT_NO_TOOLTIP
621 label->setToolTip(QApplication::translate(
"MainWindow",
"<html><head/><body><p>Input raster images</p></body></html>", 0, QApplication::UnicodeUTF8));
622 #endif // QT_NO_TOOLTIP
623 label->setText(QApplication::translate(
"MainWindow",
"Input images", 0, QApplication::UnicodeUTF8));
624 toolButton_input->setText(QApplication::translate(
"MainWindow",
"...", 0, QApplication::UnicodeUTF8));
625 #ifndef QT_NO_TOOLTIP
626 label_2->setToolTip(QApplication::translate(
"MainWindow",
"<html><head/><body><p>Provide geographical extent to crop in coordinate reference system of input data</p></body></html>", 0, QApplication::UnicodeUTF8));
627 #endif // QT_NO_TOOLTIP
628 label_2->setText(QApplication::translate(
"MainWindow",
"Geographical extent", 0, QApplication::UnicodeUTF8));
629 #ifndef QT_NO_TOOLTIP
630 label_4->setToolTip(QApplication::translate(
"MainWindow",
"<html><head/><body><p>Use an external OGR vector file to define the geographical extent to crop. Coordinate reference systems of input and vector must be identical</p></body></html>", 0, QApplication::UnicodeUTF8));
631 #endif // QT_NO_TOOLTIP
632 label_4->setText(QApplication::translate(
"MainWindow",
"Extent via vector:", 0, QApplication::UnicodeUTF8));
633 toolButton_extent->setText(QApplication::translate(
"MainWindow",
"...", 0, QApplication::UnicodeUTF8));
634 tabWidget->setTabText(tabWidget->indexOf(tab), QApplication::translate(
"MainWindow",
"Input", 0, QApplication::UnicodeUTF8));
635 #ifndef QT_NO_TOOLTIP
636 label_18->setToolTip(QApplication::translate(
"MainWindow",
"<html><head/><body><p>Composite rule for mosaic. Default is overwrite</p></body></html>", 0, QApplication::UnicodeUTF8));
637 #endif // QT_NO_TOOLTIP
638 label_18->setText(QApplication::translate(
"MainWindow",
"Composit rule", 0, QApplication::UnicodeUTF8));
639 label_17->setText(QApplication::translate(
"MainWindow",
"Resample method", 0, QApplication::UnicodeUTF8));
640 label_19->setText(QApplication::translate(
"MainWindow",
"Band used for composit rule", 0, QApplication::UnicodeUTF8));
641 groupBox->setTitle(QApplication::translate(
"MainWindow",
"nodata values in input", 0, QApplication::UnicodeUTF8));
642 #ifndef QT_NO_TOOLTIP
643 label_21->setToolTip(QApplication::translate(
"MainWindow",
"<html><head/><body><p>invalid value for input image</p></body></html>", 0, QApplication::UnicodeUTF8));
644 #endif // QT_NO_TOOLTIP
645 label_21->setText(QApplication::translate(
"MainWindow",
"nodata value", 0, QApplication::UnicodeUTF8));
646 #ifndef QT_NO_TOOLTIP
647 label_23->setToolTip(QApplication::translate(
"MainWindow",
"<html><head/><body><p>flag values larger or equal to this value as invalid</p></body></html>", 0, QApplication::UnicodeUTF8));
648 #endif // QT_NO_TOOLTIP
649 label_23->setText(QApplication::translate(
"MainWindow",
"max value", 0, QApplication::UnicodeUTF8));
650 #ifndef QT_NO_TOOLTIP
651 label_22->setToolTip(QApplication::translate(
"MainWindow",
"<html><head/><body><p>flag values smaller or equal to this value as invalid</p></body></html>", 0, QApplication::UnicodeUTF8));
652 #endif // QT_NO_TOOLTIP
653 label_22->setText(QApplication::translate(
"MainWindow",
"min value", 0, QApplication::UnicodeUTF8));
654 #ifndef QT_NO_TOOLTIP
655 label_20->setToolTip(QApplication::translate(
"MainWindow",
"<html><head/><body><p>Band in input image to check if pixel is valid (used for srcnodata, min and max options)</p></body></html>", 0, QApplication::UnicodeUTF8));
656 #endif // QT_NO_TOOLTIP
657 label_20->setText(QApplication::translate(
"MainWindow",
"band", 0, QApplication::UnicodeUTF8));
658 tabWidget->setTabText(tabWidget->indexOf(tab_2), QApplication::translate(
"MainWindow",
"Composit", 0, QApplication::UnicodeUTF8));
659 label_7->setText(QApplication::translate(
"MainWindow",
"Output image format", 0, QApplication::UnicodeUTF8));
660 #ifndef QT_NO_TOOLTIP
661 label_14->setToolTip(QApplication::translate(
"MainWindow",
"<html><head/><body><p>Nodata value to put in image if out of bounds or if no valid pixel value is found in input images</p></body></html>", 0, QApplication::UnicodeUTF8));
662 #endif // QT_NO_TOOLTIP
663 label_14->setText(QApplication::translate(
"MainWindow",
"Output nodata value", 0, QApplication::UnicodeUTF8));
664 label_10->setText(QApplication::translate(
"MainWindow",
"dx", 0, QApplication::UnicodeUTF8));
665 #ifndef QT_NO_TOOLTIP
666 label_9->setToolTip(QApplication::translate(
"MainWindow",
"<html><head/><body><p>Output resolution in x and y distance measure (e.g., meter). Leave empty to read from input data</p></body></html>", 0, QApplication::UnicodeUTF8));
667 #endif // QT_NO_TOOLTIP
668 label_9->setText(QApplication::translate(
"MainWindow",
"Output resolution", 0, QApplication::UnicodeUTF8));
669 #ifndef QT_NO_TOOLTIP
670 label_8->setToolTip(QApplication::translate(
"MainWindow",
"<html><head/><body><p>Color table must be provided as ASCII text file with five (space delimited) columns:</p><p>value red green blue alpha</p></body></html>", 0, QApplication::UnicodeUTF8));
671 #endif // QT_NO_TOOLTIP
672 label_8->setText(QApplication::translate(
"MainWindow",
"Color table (ASCII)", 0, QApplication::UnicodeUTF8));
673 label_13->setText(QApplication::translate(
"MainWindow",
"compressed", 0, QApplication::UnicodeUTF8));
674 toolButton_ct->setText(QApplication::translate(
"MainWindow",
"...", 0, QApplication::UnicodeUTF8));
675 label_12->setText(QApplication::translate(
"MainWindow",
"Interleaved", 0, QApplication::UnicodeUTF8));
676 toolButton_output->setText(QApplication::translate(
"MainWindow",
"...", 0, QApplication::UnicodeUTF8));
677 label_6->setText(QApplication::translate(
"MainWindow",
"Output data type", 0, QApplication::UnicodeUTF8));
678 #ifndef QT_NO_TOOLTIP
679 label_15->setToolTip(QApplication::translate(
"MainWindow",
"<html><head/><body><p>Create extra raster file containing information on the selected input file for each pixel</p></body></html>", 0, QApplication::UnicodeUTF8));
680 #endif // QT_NO_TOOLTIP
681 label_15->setText(QApplication::translate(
"MainWindow",
"Ouput info on selected pixels", 0, QApplication::UnicodeUTF8));
682 #ifndef QT_NO_TOOLTIP
683 label_5->setToolTip(QApplication::translate(
"MainWindow",
"<html><head/><body><p>Assign projection (e.g., epsg:3035). Notice this will not re-project the image. Use gdalwarp instead.</p></body></html>", 0, QApplication::UnicodeUTF8));
684 #endif // QT_NO_TOOLTIP
685 label_5->setText(QApplication::translate(
"MainWindow",
"Assign projection (EPSG:code)", 0, QApplication::UnicodeUTF8));
686 tiled->setText(QApplication::translate(
"MainWindow",
"Tiled", 0, QApplication::UnicodeUTF8));
687 label_11->setText(QApplication::translate(
"MainWindow",
"dy", 0, QApplication::UnicodeUTF8));
688 toolButton_file->setText(QApplication::translate(
"MainWindow",
"...", 0, QApplication::UnicodeUTF8));
689 label_3->setText(QApplication::translate(
"MainWindow",
"Output image", 0, QApplication::UnicodeUTF8));
690 tabWidget->setTabText(tabWidget->indexOf(tab_3), QApplication::translate(
"MainWindow",
"Output", 0, QApplication::UnicodeUTF8));
691 label_24->setText(QApplication::translate(
"MainWindow",
"Command line", 0, QApplication::UnicodeUTF8));
692 label_25->setText(QApplication::translate(
"MainWindow",
"Console output", 0, QApplication::UnicodeUTF8));
693 tabWidget->setTabText(tabWidget->indexOf(tab_4), QApplication::translate(
"MainWindow",
"Console", 0, QApplication::UnicodeUTF8));
694 toolButton_Run->setText(QApplication::translate(
"MainWindow",
"Run", 0, QApplication::UnicodeUTF8));
695 toolButton_defaults->setText(QApplication::translate(
"MainWindow",
"Restore defaults", 0, QApplication::UnicodeUTF8));
696 menuFile->setTitle(QApplication::translate(
"MainWindow",
"File", 0, QApplication::UnicodeUTF8));
707 #endif // UI_MAINWINDOW_H