tychoBCGEN  0.5
 All Data Structures Namespaces Files Functions Variables
ui_mainwindow.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'mainwindow.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 4.8.4
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/QGraphicsView>
17 #include <QtGui/QGridLayout>
18 #include <QtGui/QGroupBox>
19 #include <QtGui/QHeaderView>
20 #include <QtGui/QLabel>
21 #include <QtGui/QLineEdit>
22 #include <QtGui/QMainWindow>
23 #include <QtGui/QMenu>
24 #include <QtGui/QMenuBar>
25 #include <QtGui/QPushButton>
26 #include <QtGui/QRadioButton>
27 #include <QtGui/QStatusBar>
28 #include <QtGui/QToolBar>
29 #include <QtGui/QWidget>
30 
31 QT_BEGIN_NAMESPACE
32 
34 {
35 public:
36  QAction *actionLoad_Image;
38  QAction *actionColor_Mask;
40  QAction *actionTutorial;
41  QAction *actionAbout;
45  QWidget *centralWidget;
46  QGraphicsView *graphicsView;
47  QGroupBox *groupBox_3;
49  QGridLayout *gridLayout_3;
50  QRadioButton *clearmode;
51  QRadioButton *clearpixel;
52  QRadioButton *maksmode;
53  QRadioButton *maskislands;
54  QRadioButton *maskpixel;
55  QRadioButton *windemitter;
57  QGridLayout *gridLayout_4;
58  QRadioButton *xdir;
59  QRadioButton *ydir;
60  QRadioButton *mydir;
61  QPushButton *resetwindemitter;
62  QRadioButton *mxdir;
63  QGroupBox *groupBox;
65  QGridLayout *gridLayout;
66  QLabel *label;
67  QPushButton *zoom_out;
68  QPushButton *original;
69  QPushButton *scale_to_width;
70  QLineEdit *zoom_factor;
71  QPushButton *zoom_in;
72  QPushButton *rotate_by_90;
73  QGroupBox *groupBox_2;
74  QWidget *gridLayoutWidget;
75  QGridLayout *gridLayout_2;
76  QLabel *label_2;
77  QLineEdit *image_width;
78  QPushButton *reset_mask;
79  QPushButton *remove_mask;
80  QLineEdit *image_height;
81  QLabel *label_3;
82  QPushButton *memo_mask;
83  QPushButton *ColorMask;
84  QPushButton *invertmask;
85  QLabel *label_4;
86  QLineEdit *image_depth;
87  QMenuBar *menuBar;
88  QMenu *menuFile;
89  QMenu *menuHelp;
90  QToolBar *mainToolBar;
91  QStatusBar *statusBar;
92 
93  void setupUi(QMainWindow *MainWindow)
94  {
95  if (MainWindow->objectName().isEmpty())
96  MainWindow->setObjectName(QString::fromUtf8("MainWindow"));
97  MainWindow->resize(1055, 720);
98  QIcon icon;
99  icon.addFile(QString::fromUtf8("images/tycho_logo_klein.png"), QSize(), QIcon::Normal, QIcon::Off);
100  MainWindow->setWindowIcon(icon);
101  actionLoad_Image = new QAction(MainWindow);
102  actionLoad_Image->setObjectName(QString::fromUtf8("actionLoad_Image"));
103  actionLoad_Image->setShortcutContext(Qt::WidgetShortcut);
104  actionQuit_tychoICGEN = new QAction(MainWindow);
105  actionQuit_tychoICGEN->setObjectName(QString::fromUtf8("actionQuit_tychoICGEN"));
106  actionColor_Mask = new QAction(MainWindow);
107  actionColor_Mask->setObjectName(QString::fromUtf8("actionColor_Mask"));
108  actionSave_Boundary = new QAction(MainWindow);
109  actionSave_Boundary->setObjectName(QString::fromUtf8("actionSave_Boundary"));
110  actionTutorial = new QAction(MainWindow);
111  actionTutorial->setObjectName(QString::fromUtf8("actionTutorial"));
112  actionAbout = new QAction(MainWindow);
113  actionAbout->setObjectName(QString::fromUtf8("actionAbout"));
114  actionSave_Masked_Image = new QAction(MainWindow);
115  actionSave_Masked_Image->setObjectName(QString::fromUtf8("actionSave_Masked_Image"));
116  actionSave_Wind_Emitter = new QAction(MainWindow);
117  actionSave_Wind_Emitter->setObjectName(QString::fromUtf8("actionSave_Wind_Emitter"));
118  actionSave_Sound_Emitter = new QAction(MainWindow);
119  actionSave_Sound_Emitter->setObjectName(QString::fromUtf8("actionSave_Sound_Emitter"));
120  centralWidget = new QWidget(MainWindow);
121  centralWidget->setObjectName(QString::fromUtf8("centralWidget"));
122  graphicsView = new QGraphicsView(centralWidget);
123  graphicsView->setObjectName(QString::fromUtf8("graphicsView"));
124  graphicsView->setGeometry(QRect(10, 130, 1031, 511));
125  QFont font;
126  font.setPointSize(7);
127  graphicsView->setFont(font);
128  graphicsView->setMouseTracking(true);
129  graphicsView->setInteractive(true);
130  graphicsView->setDragMode(QGraphicsView::NoDrag);
131  groupBox_3 = new QGroupBox(centralWidget);
132  groupBox_3->setObjectName(QString::fromUtf8("groupBox_3"));
133  groupBox_3->setGeometry(QRect(660, 10, 381, 111));
134  groupBox_3->setFont(font);
135  gridLayoutWidget_3 = new QWidget(groupBox_3);
136  gridLayoutWidget_3->setObjectName(QString::fromUtf8("gridLayoutWidget_3"));
137  gridLayoutWidget_3->setGeometry(QRect(10, 20, 361, 59));
138  gridLayoutWidget_3->setFont(font);
139  gridLayout_3 = new QGridLayout(gridLayoutWidget_3);
140  gridLayout_3->setSpacing(6);
141  gridLayout_3->setContentsMargins(11, 11, 11, 11);
142  gridLayout_3->setObjectName(QString::fromUtf8("gridLayout_3"));
143  gridLayout_3->setContentsMargins(0, 0, 0, 0);
144  clearmode = new QRadioButton(gridLayoutWidget_3);
145  clearmode->setObjectName(QString::fromUtf8("clearmode"));
146  clearmode->setFont(font);
147  clearmode->setChecked(false);
148 
149  gridLayout_3->addWidget(clearmode, 1, 0, 1, 1);
150 
151  clearpixel = new QRadioButton(gridLayoutWidget_3);
152  clearpixel->setObjectName(QString::fromUtf8("clearpixel"));
153  clearpixel->setFont(font);
154 
155  gridLayout_3->addWidget(clearpixel, 1, 1, 1, 1);
156 
157  maksmode = new QRadioButton(gridLayoutWidget_3);
158  maksmode->setObjectName(QString::fromUtf8("maksmode"));
159  maksmode->setMinimumSize(QSize(99, 0));
160  maksmode->setFont(font);
161  maksmode->setChecked(true);
162 
163  gridLayout_3->addWidget(maksmode, 0, 0, 1, 1);
164 
165  maskislands = new QRadioButton(gridLayoutWidget_3);
166  maskislands->setObjectName(QString::fromUtf8("maskislands"));
167  maskislands->setMinimumSize(QSize(113, 0));
168  maskislands->setFont(font);
169 
170  gridLayout_3->addWidget(maskislands, 0, 1, 1, 1);
171 
172  maskpixel = new QRadioButton(gridLayoutWidget_3);
173  maskpixel->setObjectName(QString::fromUtf8("maskpixel"));
174  maskpixel->setMinimumSize(QSize(113, 0));
175  maskpixel->setFont(font);
176 
177  gridLayout_3->addWidget(maskpixel, 0, 2, 1, 1);
178 
179  windemitter = new QRadioButton(gridLayoutWidget_3);
180  windemitter->setObjectName(QString::fromUtf8("windemitter"));
181  windemitter->setFont(font);
182 
183  gridLayout_3->addWidget(windemitter, 1, 2, 1, 1);
184 
185  gridLayoutWidget_4 = new QWidget(groupBox_3);
186  gridLayoutWidget_4->setObjectName(QString::fromUtf8("gridLayoutWidget_4"));
187  gridLayoutWidget_4->setGeometry(QRect(10, 80, 294, 26));
188  gridLayoutWidget_4->setFont(font);
189  gridLayout_4 = new QGridLayout(gridLayoutWidget_4);
190  gridLayout_4->setSpacing(6);
191  gridLayout_4->setContentsMargins(11, 11, 11, 11);
192  gridLayout_4->setObjectName(QString::fromUtf8("gridLayout_4"));
193  gridLayout_4->setContentsMargins(0, 0, 0, 0);
194  xdir = new QRadioButton(gridLayoutWidget_4);
195  xdir->setObjectName(QString::fromUtf8("xdir"));
196  xdir->setEnabled(false);
197  xdir->setFont(font);
198  xdir->setLayoutDirection(Qt::LeftToRight);
199 
200  gridLayout_4->addWidget(xdir, 0, 0, 1, 1);
201 
202  ydir = new QRadioButton(gridLayoutWidget_4);
203  ydir->setObjectName(QString::fromUtf8("ydir"));
204  ydir->setEnabled(false);
205  ydir->setFont(font);
206 
207  gridLayout_4->addWidget(ydir, 0, 2, 1, 1);
208 
209  mydir = new QRadioButton(gridLayoutWidget_4);
210  mydir->setObjectName(QString::fromUtf8("mydir"));
211  mydir->setEnabled(false);
212  mydir->setFont(font);
213 
214  gridLayout_4->addWidget(mydir, 0, 3, 1, 1);
215 
216  resetwindemitter = new QPushButton(gridLayoutWidget_4);
217  resetwindemitter->setObjectName(QString::fromUtf8("resetwindemitter"));
218  resetwindemitter->setEnabled(false);
219  resetwindemitter->setMinimumSize(QSize(100, 0));
220  resetwindemitter->setMaximumSize(QSize(100, 16777215));
221  resetwindemitter->setFont(font);
222 
223  gridLayout_4->addWidget(resetwindemitter, 0, 4, 1, 1);
224 
225  mxdir = new QRadioButton(gridLayoutWidget_4);
226  mxdir->setObjectName(QString::fromUtf8("mxdir"));
227  mxdir->setEnabled(false);
228  mxdir->setFont(font);
229 
230  gridLayout_4->addWidget(mxdir, 0, 1, 1, 1);
231 
232  groupBox = new QGroupBox(centralWidget);
233  groupBox->setObjectName(QString::fromUtf8("groupBox"));
234  groupBox->setGeometry(QRect(10, 10, 251, 111));
235  groupBox->setFont(font);
236  gridLayoutWidget_2 = new QWidget(groupBox);
237  gridLayoutWidget_2->setObjectName(QString::fromUtf8("gridLayoutWidget_2"));
238  gridLayoutWidget_2->setGeometry(QRect(10, 20, 231, 83));
239  gridLayoutWidget_2->setFont(font);
240  gridLayout = new QGridLayout(gridLayoutWidget_2);
241  gridLayout->setSpacing(6);
242  gridLayout->setContentsMargins(11, 11, 11, 11);
243  gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
244  gridLayout->setContentsMargins(0, 0, 0, 0);
245  label = new QLabel(gridLayoutWidget_2);
246  label->setObjectName(QString::fromUtf8("label"));
247  label->setFont(font);
248 
249  gridLayout->addWidget(label, 0, 2, 1, 1);
250 
251  zoom_out = new QPushButton(gridLayoutWidget_2);
252  zoom_out->setObjectName(QString::fromUtf8("zoom_out"));
253  zoom_out->setFont(font);
254 
255  gridLayout->addWidget(zoom_out, 1, 1, 1, 1);
256 
257  original = new QPushButton(gridLayoutWidget_2);
258  original->setObjectName(QString::fromUtf8("original"));
259  original->setFont(font);
260 
261  gridLayout->addWidget(original, 1, 0, 1, 1);
262 
263  scale_to_width = new QPushButton(gridLayoutWidget_2);
264  scale_to_width->setObjectName(QString::fromUtf8("scale_to_width"));
265  scale_to_width->setFont(font);
266 
267  gridLayout->addWidget(scale_to_width, 0, 0, 1, 1);
268 
269  zoom_factor = new QLineEdit(gridLayoutWidget_2);
270  zoom_factor->setObjectName(QString::fromUtf8("zoom_factor"));
271  zoom_factor->setFont(font);
272  zoom_factor->setFrame(true);
273 
274  gridLayout->addWidget(zoom_factor, 1, 2, 1, 1);
275 
276  zoom_in = new QPushButton(gridLayoutWidget_2);
277  zoom_in->setObjectName(QString::fromUtf8("zoom_in"));
278  zoom_in->setFont(font);
279 
280  gridLayout->addWidget(zoom_in, 0, 1, 1, 1);
281 
282  rotate_by_90 = new QPushButton(gridLayoutWidget_2);
283  rotate_by_90->setObjectName(QString::fromUtf8("rotate_by_90"));
284  rotate_by_90->setFont(font);
285 
286  gridLayout->addWidget(rotate_by_90, 2, 0, 1, 1);
287 
288  groupBox_2 = new QGroupBox(centralWidget);
289  groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
290  groupBox_2->setGeometry(QRect(270, 10, 381, 111));
291  groupBox_2->setFont(font);
292  gridLayoutWidget = new QWidget(groupBox_2);
293  gridLayoutWidget->setObjectName(QString::fromUtf8("gridLayoutWidget"));
294  gridLayoutWidget->setGeometry(QRect(10, 20, 361, 83));
295  gridLayoutWidget->setFont(font);
296  gridLayout_2 = new QGridLayout(gridLayoutWidget);
297  gridLayout_2->setSpacing(6);
298  gridLayout_2->setContentsMargins(11, 11, 11, 11);
299  gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
300  gridLayout_2->setContentsMargins(0, 0, 0, 0);
301  label_2 = new QLabel(gridLayoutWidget);
302  label_2->setObjectName(QString::fromUtf8("label_2"));
303  label_2->setFont(font);
304 
305  gridLayout_2->addWidget(label_2, 0, 0, 1, 1);
306 
307  image_width = new QLineEdit(gridLayoutWidget);
308  image_width->setObjectName(QString::fromUtf8("image_width"));
309  image_width->setEnabled(false);
310  image_width->setMinimumSize(QSize(54, 0));
311  image_width->setFont(font);
312  image_width->setReadOnly(false);
313 
314  gridLayout_2->addWidget(image_width, 0, 1, 1, 1);
315 
316  reset_mask = new QPushButton(gridLayoutWidget);
317  reset_mask->setObjectName(QString::fromUtf8("reset_mask"));
318  reset_mask->setEnabled(true);
319  reset_mask->setMaximumSize(QSize(100, 16777215));
320  reset_mask->setFont(font);
321 
322  gridLayout_2->addWidget(reset_mask, 0, 2, 1, 1);
323 
324  remove_mask = new QPushButton(gridLayoutWidget);
325  remove_mask->setObjectName(QString::fromUtf8("remove_mask"));
326  remove_mask->setMaximumSize(QSize(100, 16777215));
327  remove_mask->setFont(font);
328 
329  gridLayout_2->addWidget(remove_mask, 0, 3, 1, 1);
330 
331  image_height = new QLineEdit(gridLayoutWidget);
332  image_height->setObjectName(QString::fromUtf8("image_height"));
333  image_height->setEnabled(false);
334  image_height->setMinimumSize(QSize(54, 0));
335  image_height->setFont(font);
336 
337  gridLayout_2->addWidget(image_height, 1, 1, 4, 1);
338 
339  label_3 = new QLabel(gridLayoutWidget);
340  label_3->setObjectName(QString::fromUtf8("label_3"));
341  label_3->setEnabled(true);
342  label_3->setFont(font);
343 
344  gridLayout_2->addWidget(label_3, 1, 0, 4, 1);
345 
346  memo_mask = new QPushButton(gridLayoutWidget);
347  memo_mask->setObjectName(QString::fromUtf8("memo_mask"));
348  memo_mask->setMaximumSize(QSize(100, 25));
349  memo_mask->setFont(font);
350 
351  gridLayout_2->addWidget(memo_mask, 1, 2, 4, 1);
352 
353  ColorMask = new QPushButton(gridLayoutWidget);
354  ColorMask->setObjectName(QString::fromUtf8("ColorMask"));
355  ColorMask->setMaximumSize(QSize(100, 16777215));
356  ColorMask->setFont(font);
357 
358  gridLayout_2->addWidget(ColorMask, 1, 3, 4, 1);
359 
360  invertmask = new QPushButton(gridLayoutWidget);
361  invertmask->setObjectName(QString::fromUtf8("invertmask"));
362  invertmask->setEnabled(false);
363  invertmask->setMaximumSize(QSize(100, 16777215));
364  invertmask->setFont(font);
365 
366  gridLayout_2->addWidget(invertmask, 0, 4, 1, 1);
367 
368  label_4 = new QLabel(gridLayoutWidget);
369  label_4->setObjectName(QString::fromUtf8("label_4"));
370 
371  gridLayout_2->addWidget(label_4, 5, 0, 1, 1);
372 
373  image_depth = new QLineEdit(gridLayoutWidget);
374  image_depth->setObjectName(QString::fromUtf8("image_depth"));
375  image_depth->setEnabled(false);
376 
377  gridLayout_2->addWidget(image_depth, 5, 1, 1, 1);
378 
379  MainWindow->setCentralWidget(centralWidget);
380  menuBar = new QMenuBar(MainWindow);
381  menuBar->setObjectName(QString::fromUtf8("menuBar"));
382  menuBar->setGeometry(QRect(0, 0, 1055, 21));
383  menuFile = new QMenu(menuBar);
384  menuFile->setObjectName(QString::fromUtf8("menuFile"));
385  menuFile->setContextMenuPolicy(Qt::NoContextMenu);
386  menuFile->setSeparatorsCollapsible(false);
387  menuHelp = new QMenu(menuBar);
388  menuHelp->setObjectName(QString::fromUtf8("menuHelp"));
389  MainWindow->setMenuBar(menuBar);
390  mainToolBar = new QToolBar(MainWindow);
391  mainToolBar->setObjectName(QString::fromUtf8("mainToolBar"));
392  MainWindow->addToolBar(Qt::TopToolBarArea, mainToolBar);
393  statusBar = new QStatusBar(MainWindow);
394  statusBar->setObjectName(QString::fromUtf8("statusBar"));
395  MainWindow->setStatusBar(statusBar);
396 
397  menuBar->addAction(menuFile->menuAction());
398  menuBar->addAction(menuHelp->menuAction());
399  menuFile->addAction(actionLoad_Image);
400  menuFile->addAction(actionSave_Boundary);
401  menuFile->addAction(actionSave_Wind_Emitter);
403  menuFile->addAction(actionSave_Masked_Image);
404  menuFile->addAction(actionQuit_tychoICGEN);
405  menuHelp->addAction(actionAbout);
406  menuHelp->addAction(actionTutorial);
407 
408  retranslateUi(MainWindow);
409 
410  QMetaObject::connectSlotsByName(MainWindow);
411  } // setupUi
412 
413  void retranslateUi(QMainWindow *MainWindow)
414  {
415  MainWindow->setWindowTitle(QApplication::translate("MainWindow", "tychoBCGEN", 0, QApplication::UnicodeUTF8));
416  actionLoad_Image->setText(QApplication::translate("MainWindow", "Load Image", 0, QApplication::UnicodeUTF8));
417  actionQuit_tychoICGEN->setText(QApplication::translate("MainWindow", "Quit tychoBCGEN", 0, QApplication::UnicodeUTF8));
418  actionColor_Mask->setText(QApplication::translate("MainWindow", "Color-Mask", 0, QApplication::UnicodeUTF8));
419  actionSave_Boundary->setText(QApplication::translate("MainWindow", "Save Boundary", 0, QApplication::UnicodeUTF8));
420  actionTutorial->setText(QApplication::translate("MainWindow", "Tutorial", 0, QApplication::UnicodeUTF8));
421  actionAbout->setText(QApplication::translate("MainWindow", "About", 0, QApplication::UnicodeUTF8));
422  actionSave_Masked_Image->setText(QApplication::translate("MainWindow", "Save Masked Image", 0, QApplication::UnicodeUTF8));
423  actionSave_Wind_Emitter->setText(QApplication::translate("MainWindow", "Save Wind-Emitter", 0, QApplication::UnicodeUTF8));
424  actionSave_Sound_Emitter->setText(QApplication::translate("MainWindow", "Save Sound-Emitter", 0, QApplication::UnicodeUTF8));
425  groupBox_3->setTitle(QApplication::translate("MainWindow", "Mask - Clear - Windemitter - Soundemitter Mode", 0, QApplication::UnicodeUTF8));
426  clearmode->setText(QApplication::translate("MainWindow", "Clear Region", 0, QApplication::UnicodeUTF8));
427  clearpixel->setText(QApplication::translate("MainWindow", "Clear one Pixel", 0, QApplication::UnicodeUTF8));
428  maksmode->setText(QApplication::translate("MainWindow", "Color Mask", 0, QApplication::UnicodeUTF8));
429  maskislands->setText(QApplication::translate("MainWindow", "Mask Islands", 0, QApplication::UnicodeUTF8));
430  maskpixel->setText(QApplication::translate("MainWindow", "Mask one Pixel", 0, QApplication::UnicodeUTF8));
431  windemitter->setText(QApplication::translate("MainWindow", "Wind Emitter", 0, QApplication::UnicodeUTF8));
432  xdir->setText(QApplication::translate("MainWindow", " +x", 0, QApplication::UnicodeUTF8));
433  ydir->setText(QApplication::translate("MainWindow", "+y", 0, QApplication::UnicodeUTF8));
434  mydir->setText(QApplication::translate("MainWindow", "-y", 0, QApplication::UnicodeUTF8));
435  resetwindemitter->setText(QApplication::translate("MainWindow", "Reset Wind", 0, QApplication::UnicodeUTF8));
436  mxdir->setText(QApplication::translate("MainWindow", "-x", 0, QApplication::UnicodeUTF8));
437  groupBox->setTitle(QApplication::translate("MainWindow", "Zoom", 0, QApplication::UnicodeUTF8));
438  label->setText(QApplication::translate("MainWindow", "zoom by %", 0, QApplication::UnicodeUTF8));
439  zoom_out->setText(QApplication::translate("MainWindow", "zoom out", 0, QApplication::UnicodeUTF8));
440  original->setText(QApplication::translate("MainWindow", "1:1", 0, QApplication::UnicodeUTF8));
441  scale_to_width->setText(QApplication::translate("MainWindow", "Width", 0, QApplication::UnicodeUTF8));
442  zoom_factor->setText(QApplication::translate("MainWindow", "30", 0, QApplication::UnicodeUTF8));
443  zoom_in->setText(QApplication::translate("MainWindow", "zoom in", 0, QApplication::UnicodeUTF8));
444  rotate_by_90->setText(QApplication::translate("MainWindow", "rotate by 90\302\260", 0, QApplication::UnicodeUTF8));
445  groupBox_2->setTitle(QApplication::translate("MainWindow", "Mask section", 0, QApplication::UnicodeUTF8));
446  label_2->setText(QApplication::translate("MainWindow", "Width", 0, QApplication::UnicodeUTF8));
447  reset_mask->setText(QApplication::translate("MainWindow", "Reset all", 0, QApplication::UnicodeUTF8));
448  remove_mask->setText(QApplication::translate("MainWindow", "Remove last", 0, QApplication::UnicodeUTF8));
449  label_3->setText(QApplication::translate("MainWindow", "Heigth", 0, QApplication::UnicodeUTF8));
450  memo_mask->setText(QApplication::translate("MainWindow", "Add Mask", 0, QApplication::UnicodeUTF8));
451  ColorMask->setText(QApplication::translate("MainWindow", "Parameters", 0, QApplication::UnicodeUTF8));
452  invertmask->setText(QApplication::translate("MainWindow", "Invert Mask", 0, QApplication::UnicodeUTF8));
453  label_4->setText(QApplication::translate("MainWindow", "Depth", 0, QApplication::UnicodeUTF8));
454  image_depth->setText(QApplication::translate("MainWindow", "1", 0, QApplication::UnicodeUTF8));
455 #ifndef QT_NO_TOOLTIP
456  menuFile->setToolTip(QString());
457 #endif // QT_NO_TOOLTIP
458  menuFile->setTitle(QApplication::translate("MainWindow", "File", 0, QApplication::UnicodeUTF8));
459  menuHelp->setTitle(QApplication::translate("MainWindow", "Help", 0, QApplication::UnicodeUTF8));
460  } // retranslateUi
461 
462 };
463 
464 namespace Ui {
465  class MainWindow: public Ui_MainWindow {};
466 } // namespace Ui
467 
468 QT_END_NAMESPACE
469 
470 #endif // UI_MAINWINDOW_H