pktools  2.6.6
Processing Kernel for geospatial data
ui_mainwindow.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'mainwindow.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 4.8.6
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_MAINWINDOW_H
10 #define UI_MAINWINDOW_H
11 
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>
36 
37 QT_BEGIN_NAMESPACE
38 
40 {
41 public:
42  QAction *actionInput_image;
43  QAction *actionOutput_image;
44  QAction *actionQuit;
45  QAction *actionSelection_Info_file;
46  QAction *actionExtent;
47  QWidget *centralWidget;
48  QVBoxLayout *verticalLayout;
49  QTabWidget *tabWidget;
50  QWidget *tab;
51  QVBoxLayout *verticalLayout_2;
52  QGridLayout *gridLayout_2;
53  QSpacerItem *horizontalSpacer_3;
54  QListWidget *listWidget_input;
55  QLabel *label;
56  QToolButton *toolButton_input;
57  QLineEdit *lry;
58  QLineEdit *uly;
59  QLabel *label_2;
60  QSpacerItem *horizontalSpacer_2;
61  QLineEdit *lrx;
62  QLineEdit *ulx;
63  QLabel *label_4;
64  QLineEdit *extent;
65  QToolButton *toolButton_extent;
66  QWidget *tab_2;
67  QGridLayout *gridLayout_4;
68  QSpacerItem *verticalSpacer_3;
69  QComboBox *resample;
70  QLabel *label_18;
71  QLabel *label_17;
72  QComboBox *crule;
73  QLabel *label_19;
74  QLineEdit *cband;
75  QGroupBox *groupBox;
76  QGridLayout *gridLayout_3;
77  QLabel *label_21;
78  QLineEdit *srcnodata;
79  QLabel *label_23;
80  QLabel *label_22;
81  QLineEdit *min;
82  QLineEdit *max;
83  QLabel *label_20;
84  QLineEdit *bndnodata;
85  QSpacerItem *horizontalSpacer_4;
86  QSpacerItem *horizontalSpacer_5;
87  QWidget *tab_3;
88  QVBoxLayout *verticalLayout_3;
89  QGridLayout *gridLayout;
90  QSpacerItem *horizontalSpacer_6;
91  QLabel *label_7;
92  QLabel *label_14;
93  QLineEdit *file;
94  QLabel *label_10;
95  QComboBox *oformat;
96  QComboBox *interleaved;
97  QLabel *label_9;
98  QLineEdit *dx;
99  QLabel *label_8;
100  QLabel *label_13;
101  QToolButton *toolButton_ct;
102  QComboBox *compressed;
103  QLabel *label_12;
104  QLineEdit *ct;
105  QLineEdit *output;
106  QToolButton *toolButton_output;
107  QLabel *label_6;
108  QLineEdit *a_srs;
109  QLabel *label_15;
110  QLineEdit *dy;
111  QLabel *label_5;
112  QCheckBox *tiled;
113  QComboBox *otype;
114  QLabel *label_11;
115  QLineEdit *dstnodata;
116  QToolButton *toolButton_file;
117  QLabel *label_3;
118  QWidget *tab_4;
119  QVBoxLayout *verticalLayout_5;
120  QVBoxLayout *verticalLayout_4;
121  QLabel *label_24;
122  QLineEdit *commandLineEdit;
123  QLabel *label_25;
124  QPlainTextEdit *consoleEdit;
125  QSpacerItem *verticalSpacer_2;
126  QHBoxLayout *horizontalLayout_2;
127  QToolButton *toolButton_Run;
128  QSpacerItem *horizontalSpacer;
129  QToolButton *toolButton_defaults;
130  QMenuBar *menuBar;
131  QMenu *menuFile;
132  QToolBar *mainToolBar;
133  QStatusBar *statusBar;
134 
135  void setupUi(QMainWindow *MainWindow)
136  {
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"));
158  tab = new QWidget();
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);
168 
169  gridLayout_2->addItem(horizontalSpacer_3, 1, 3, 1, 1);
170 
171  listWidget_input = new QListWidget(tab);
172  listWidget_input->setObjectName(QString::fromUtf8("listWidget_input"));
173 
174  gridLayout_2->addWidget(listWidget_input, 0, 2, 1, 1);
175 
176  label = new QLabel(tab);
177  label->setObjectName(QString::fromUtf8("label"));
178 
179  gridLayout_2->addWidget(label, 0, 0, 1, 1);
180 
181  toolButton_input = new QToolButton(tab);
182  toolButton_input->setObjectName(QString::fromUtf8("toolButton_input"));
183 
184  gridLayout_2->addWidget(toolButton_input, 0, 1, 1, 1);
185 
186  lry = new QLineEdit(tab);
187  lry->setObjectName(QString::fromUtf8("lry"));
188 
189  gridLayout_2->addWidget(lry, 3, 2, 1, 1);
190 
191  uly = new QLineEdit(tab);
192  uly->setObjectName(QString::fromUtf8("uly"));
193 
194  gridLayout_2->addWidget(uly, 1, 2, 1, 1);
195 
196  label_2 = new QLabel(tab);
197  label_2->setObjectName(QString::fromUtf8("label_2"));
198 
199  gridLayout_2->addWidget(label_2, 1, 0, 1, 1);
200 
201  horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
202 
203  gridLayout_2->addItem(horizontalSpacer_2, 1, 1, 1, 1);
204 
205  lrx = new QLineEdit(tab);
206  lrx->setObjectName(QString::fromUtf8("lrx"));
207 
208  gridLayout_2->addWidget(lrx, 2, 3, 1, 1);
209 
210  ulx = new QLineEdit(tab);
211  ulx->setObjectName(QString::fromUtf8("ulx"));
212 
213  gridLayout_2->addWidget(ulx, 2, 1, 1, 1);
214 
215  label_4 = new QLabel(tab);
216  label_4->setObjectName(QString::fromUtf8("label_4"));
217 
218  gridLayout_2->addWidget(label_4, 4, 0, 1, 1);
219 
220  extent = new QLineEdit(tab);
221  extent->setObjectName(QString::fromUtf8("extent"));
222 
223  gridLayout_2->addWidget(extent, 4, 1, 1, 1);
224 
225  toolButton_extent = new QToolButton(tab);
226  toolButton_extent->setObjectName(QString::fromUtf8("toolButton_extent"));
227 
228  gridLayout_2->addWidget(toolButton_extent, 4, 2, 1, 1);
229 
230 
231  verticalLayout_2->addLayout(gridLayout_2);
232 
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);
241 
242  gridLayout_4->addItem(verticalSpacer_3, 2, 0, 1, 1);
243 
244  resample = new QComboBox(tab_2);
245  resample->setObjectName(QString::fromUtf8("resample"));
246 
247  gridLayout_4->addWidget(resample, 0, 1, 1, 1);
248 
249  label_18 = new QLabel(tab_2);
250  label_18->setObjectName(QString::fromUtf8("label_18"));
251 
252  gridLayout_4->addWidget(label_18, 1, 0, 1, 1);
253 
254  label_17 = new QLabel(tab_2);
255  label_17->setObjectName(QString::fromUtf8("label_17"));
256 
257  gridLayout_4->addWidget(label_17, 0, 0, 1, 1);
258 
259  crule = new QComboBox(tab_2);
260  crule->setObjectName(QString::fromUtf8("crule"));
261 
262  gridLayout_4->addWidget(crule, 1, 1, 1, 1);
263 
264  label_19 = new QLabel(tab_2);
265  label_19->setObjectName(QString::fromUtf8("label_19"));
266 
267  gridLayout_4->addWidget(label_19, 1, 3, 1, 1);
268 
269  cband = new QLineEdit(tab_2);
270  cband->setObjectName(QString::fromUtf8("cband"));
271 
272  gridLayout_4->addWidget(cband, 1, 4, 1, 1);
273 
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"));
282 
283  gridLayout_3->addWidget(label_21, 1, 0, 1, 1);
284 
285  srcnodata = new QLineEdit(groupBox);
286  srcnodata->setObjectName(QString::fromUtf8("srcnodata"));
287 
288  gridLayout_3->addWidget(srcnodata, 1, 1, 1, 2);
289 
290  label_23 = new QLabel(groupBox);
291  label_23->setObjectName(QString::fromUtf8("label_23"));
292 
293  gridLayout_3->addWidget(label_23, 3, 0, 1, 1);
294 
295  label_22 = new QLabel(groupBox);
296  label_22->setObjectName(QString::fromUtf8("label_22"));
297 
298  gridLayout_3->addWidget(label_22, 2, 0, 1, 1);
299 
300  min = new QLineEdit(groupBox);
301  min->setObjectName(QString::fromUtf8("min"));
302 
303  gridLayout_3->addWidget(min, 2, 1, 1, 2);
304 
305  max = new QLineEdit(groupBox);
306  max->setObjectName(QString::fromUtf8("max"));
307 
308  gridLayout_3->addWidget(max, 3, 1, 1, 1);
309 
310  label_20 = new QLabel(groupBox);
311  label_20->setObjectName(QString::fromUtf8("label_20"));
312 
313  gridLayout_3->addWidget(label_20, 0, 0, 1, 1);
314 
315  bndnodata = new QLineEdit(groupBox);
316  bndnodata->setObjectName(QString::fromUtf8("bndnodata"));
317 
318  gridLayout_3->addWidget(bndnodata, 0, 1, 1, 1);
319 
320 
321  gridLayout_4->addWidget(groupBox, 3, 0, 1, 4);
322 
323  horizontalSpacer_4 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
324 
325  gridLayout_4->addItem(horizontalSpacer_4, 1, 5, 1, 1);
326 
327  horizontalSpacer_5 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
328 
329  gridLayout_4->addItem(horizontalSpacer_5, 1, 2, 1, 1);
330 
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);
342 
343  gridLayout->addItem(horizontalSpacer_6, 7, 3, 1, 1);
344 
345  label_7 = new QLabel(tab_3);
346  label_7->setObjectName(QString::fromUtf8("label_7"));
347 
348  gridLayout->addWidget(label_7, 4, 0, 1, 1);
349 
350  label_14 = new QLabel(tab_3);
351  label_14->setObjectName(QString::fromUtf8("label_14"));
352 
353  gridLayout->addWidget(label_14, 8, 0, 1, 1);
354 
355  file = new QLineEdit(tab_3);
356  file->setObjectName(QString::fromUtf8("file"));
357 
358  gridLayout->addWidget(file, 9, 1, 1, 1);
359 
360  label_10 = new QLabel(tab_3);
361  label_10->setObjectName(QString::fromUtf8("label_10"));
362 
363  gridLayout->addWidget(label_10, 6, 2, 1, 1);
364 
365  oformat = new QComboBox(tab_3);
366  oformat->setObjectName(QString::fromUtf8("oformat"));
367 
368  gridLayout->addWidget(oformat, 4, 1, 1, 1);
369 
370  interleaved = new QComboBox(tab_3);
371  interleaved->setObjectName(QString::fromUtf8("interleaved"));
372 
373  gridLayout->addWidget(interleaved, 7, 1, 1, 1);
374 
375  label_9 = new QLabel(tab_3);
376  label_9->setObjectName(QString::fromUtf8("label_9"));
377 
378  gridLayout->addWidget(label_9, 6, 0, 1, 1);
379 
380  dx = new QLineEdit(tab_3);
381  dx->setObjectName(QString::fromUtf8("dx"));
382 
383  gridLayout->addWidget(dx, 6, 1, 1, 1);
384 
385  label_8 = new QLabel(tab_3);
386  label_8->setObjectName(QString::fromUtf8("label_8"));
387 
388  gridLayout->addWidget(label_8, 5, 0, 1, 1);
389 
390  label_13 = new QLabel(tab_3);
391  label_13->setObjectName(QString::fromUtf8("label_13"));
392 
393  gridLayout->addWidget(label_13, 7, 4, 1, 1);
394 
395  toolButton_ct = new QToolButton(tab_3);
396  toolButton_ct->setObjectName(QString::fromUtf8("toolButton_ct"));
397 
398  gridLayout->addWidget(toolButton_ct, 5, 2, 1, 1);
399 
400  compressed = new QComboBox(tab_3);
401  compressed->setObjectName(QString::fromUtf8("compressed"));
402 
403  gridLayout->addWidget(compressed, 7, 5, 1, 1);
404 
405  label_12 = new QLabel(tab_3);
406  label_12->setObjectName(QString::fromUtf8("label_12"));
407 
408  gridLayout->addWidget(label_12, 7, 0, 1, 1);
409 
410  ct = new QLineEdit(tab_3);
411  ct->setObjectName(QString::fromUtf8("ct"));
412 
413  gridLayout->addWidget(ct, 5, 1, 1, 1);
414 
415  output = new QLineEdit(tab_3);
416  output->setObjectName(QString::fromUtf8("output"));
417 
418  gridLayout->addWidget(output, 1, 1, 1, 1);
419 
420  toolButton_output = new QToolButton(tab_3);
421  toolButton_output->setObjectName(QString::fromUtf8("toolButton_output"));
422 
423  gridLayout->addWidget(toolButton_output, 1, 2, 1, 1);
424 
425  label_6 = new QLabel(tab_3);
426  label_6->setObjectName(QString::fromUtf8("label_6"));
427 
428  gridLayout->addWidget(label_6, 3, 0, 1, 1);
429 
430  a_srs = new QLineEdit(tab_3);
431  a_srs->setObjectName(QString::fromUtf8("a_srs"));
432 
433  gridLayout->addWidget(a_srs, 2, 1, 1, 1);
434 
435  label_15 = new QLabel(tab_3);
436  label_15->setObjectName(QString::fromUtf8("label_15"));
437 
438  gridLayout->addWidget(label_15, 9, 0, 1, 1);
439 
440  dy = new QLineEdit(tab_3);
441  dy->setObjectName(QString::fromUtf8("dy"));
442 
443  gridLayout->addWidget(dy, 6, 4, 1, 1);
444 
445  label_5 = new QLabel(tab_3);
446  label_5->setObjectName(QString::fromUtf8("label_5"));
447 
448  gridLayout->addWidget(label_5, 2, 0, 1, 1);
449 
450  tiled = new QCheckBox(tab_3);
451  tiled->setObjectName(QString::fromUtf8("tiled"));
452 
453  gridLayout->addWidget(tiled, 7, 2, 1, 1);
454 
455  otype = new QComboBox(tab_3);
456  otype->setObjectName(QString::fromUtf8("otype"));
457 
458  gridLayout->addWidget(otype, 3, 1, 1, 1);
459 
460  label_11 = new QLabel(tab_3);
461  label_11->setObjectName(QString::fromUtf8("label_11"));
462 
463  gridLayout->addWidget(label_11, 6, 5, 1, 1);
464 
465  dstnodata = new QLineEdit(tab_3);
466  dstnodata->setObjectName(QString::fromUtf8("dstnodata"));
467 
468  gridLayout->addWidget(dstnodata, 8, 1, 1, 1);
469 
470  toolButton_file = new QToolButton(tab_3);
471  toolButton_file->setObjectName(QString::fromUtf8("toolButton_file"));
472 
473  gridLayout->addWidget(toolButton_file, 9, 2, 1, 1);
474 
475  label_3 = new QLabel(tab_3);
476  label_3->setObjectName(QString::fromUtf8("label_3"));
477 
478  gridLayout->addWidget(label_3, 1, 0, 1, 1);
479 
480 
481  verticalLayout_3->addLayout(gridLayout);
482 
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"));
495 
496  verticalLayout_4->addWidget(label_24);
497 
498  commandLineEdit = new QLineEdit(tab_4);
499  commandLineEdit->setObjectName(QString::fromUtf8("commandLineEdit"));
500 
501  verticalLayout_4->addWidget(commandLineEdit);
502 
503  label_25 = new QLabel(tab_4);
504  label_25->setObjectName(QString::fromUtf8("label_25"));
505 
506  verticalLayout_4->addWidget(label_25);
507 
508  consoleEdit = new QPlainTextEdit(tab_4);
509  consoleEdit->setObjectName(QString::fromUtf8("consoleEdit"));
510 
511  verticalLayout_4->addWidget(consoleEdit);
512 
513 
514  verticalLayout_5->addLayout(verticalLayout_4);
515 
516  tabWidget->addTab(tab_4, QString());
517 
518  verticalLayout->addWidget(tabWidget);
519 
520  verticalSpacer_2 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
521 
522  verticalLayout->addItem(verticalSpacer_2);
523 
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"));
529 
530  horizontalLayout_2->addWidget(toolButton_Run);
531 
532  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
533 
534  horizontalLayout_2->addItem(horizontalSpacer);
535 
536  toolButton_defaults = new QToolButton(centralWidget);
537  toolButton_defaults->setObjectName(QString::fromUtf8("toolButton_defaults"));
538 
539  horizontalLayout_2->addWidget(toolButton_defaults);
540 
541 
542  verticalLayout->addLayout(horizontalLayout_2);
543 
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);
591 
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);
598 
599  retranslateUi(MainWindow);
600 
601  tabWidget->setCurrentIndex(3);
602 
603 
604  QMetaObject::connectSlotsByName(MainWindow);
605  } // setupUi
606 
607  void retranslateUi(QMainWindow *MainWindow)
608  {
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));
697  } // retranslateUi
698 
699 };
700 
701 namespace Ui {
702  class MainWindow: public Ui_MainWindow {};
703 } // namespace Ui
704 
705 QT_END_NAMESPACE
706 
707 #endif // UI_MAINWINDOW_H