00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_YOOIRIS_H
00011 #define UI_YOOIRIS_H
00012
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QLabel>
00018 #include <QtGui/QMainWindow>
00019 #include <QtGui/QMenu>
00020 #include <QtGui/QMenuBar>
00021 #include <QtGui/QPushButton>
00022 #include <QtGui/QStatusBar>
00023 #include <QtGui/QTabWidget>
00024 #include <QtGui/QWidget>
00025 #include "ImageWidget.h"
00026
00027 QT_BEGIN_NAMESPACE
00028
00029 class Ui_YooIRIS
00030 {
00031 public:
00032 QAction *actionOpen_AVI;
00033 QAction *actionOpen_CAM;
00034 QAction *actionSelect_cascade;
00035 QAction *actionStart_Match;
00036 QAction *actionOpen_IRIS_AVI;
00037 QAction *actionImage_Quality;
00038 QAction *actionAuto_Start;
00039 QAction *actionStart_Analysis;
00040 QAction *actionStart_SR;
00041 QAction *actionCreate_Sim_MTX;
00042 QAction *actionGet_Sim_Score;
00043 QAction *actionCreate_Sim_Mask;
00044 QAction *actionPupil;
00045 QAction *actionIris;
00046 QAction *actionEyelids;
00047 QAction *actionEye_Region_Still;
00048 QAction *actionHigh_Lights;
00049 QAction *actionQuality_Analysis;
00050 QAction *actionHamming;
00051 QAction *actionPre_processing;
00052 QAction *actionSiftPreprocessing;
00053 QAction *actionSiftFeatures;
00054 QAction *actionSiftMatching;
00055 QAction *actionMatching;
00056 QAction *actionNonMatching;
00057 QAction *actionROC;
00058 QAction *actionAdd;
00059 QAction *actionEncode;
00060 QAction *actionEye_Region_Video;
00061 QAction *actionQualityMeasures;
00062 QAction *actionMatchingQuality;
00063 QAction *actionNonMatchingQuality;
00064 QWidget *m_centralwidget;
00065 QTabWidget *tabWidget;
00066 QWidget *Detection;
00067 ImageWidget *imgWidget;
00068 QWidget *Match;
00069 ImageWidget *imgLeftWidget1;
00070 QPushButton *btnOpenLeft1;
00071 ImageWidget *imgLeftWidget2;
00072 QPushButton *btnOpenLeft2;
00073 QPushButton *btnOpenRight1;
00074 QPushButton *btnOpenRight2;
00075 ImageWidget *imgRightWidget1;
00076 ImageWidget *imgRightWidget2;
00077 QPushButton *btnGoMatch;
00078 QLabel *txtLeftResult;
00079 QLabel *txtRightResult;
00080 QLabel *txtLeftDataType1;
00081 QLabel *txtLeftDataType2;
00082 QLabel *txtRightDataType1;
00083 QLabel *txtRightDataType2;
00084 QMenuBar *m_menuBar;
00085 QMenu *menuFiles;
00086 QMenu *menuCascade;
00087 QMenu *menuMatch;
00088 QMenu *menuQuality;
00089 QStatusBar *m_statusBar;
00090
00091 void setupUi(QMainWindow *YooIRIS)
00092 {
00093 if (YooIRIS->objectName().isEmpty())
00094 YooIRIS->setObjectName(QString::fromUtf8("YooIRIS"));
00095 YooIRIS->resize(711, 720);
00096 YooIRIS->setMaximumSize(QSize(715, 720));
00097 actionOpen_AVI = new QAction(YooIRIS);
00098 actionOpen_AVI->setObjectName(QString::fromUtf8("actionOpen_AVI"));
00099 actionOpen_CAM = new QAction(YooIRIS);
00100 actionOpen_CAM->setObjectName(QString::fromUtf8("actionOpen_CAM"));
00101 actionOpen_CAM->setEnabled(false);
00102 actionSelect_cascade = new QAction(YooIRIS);
00103 actionSelect_cascade->setObjectName(QString::fromUtf8("actionSelect_cascade"));
00104 actionStart_Match = new QAction(YooIRIS);
00105 actionStart_Match->setObjectName(QString::fromUtf8("actionStart_Match"));
00106 actionOpen_IRIS_AVI = new QAction(YooIRIS);
00107 actionOpen_IRIS_AVI->setObjectName(QString::fromUtf8("actionOpen_IRIS_AVI"));
00108 actionOpen_IRIS_AVI->setEnabled(false);
00109 actionImage_Quality = new QAction(YooIRIS);
00110 actionImage_Quality->setObjectName(QString::fromUtf8("actionImage_Quality"));
00111 actionAuto_Start = new QAction(YooIRIS);
00112 actionAuto_Start->setObjectName(QString::fromUtf8("actionAuto_Start"));
00113 actionStart_Analysis = new QAction(YooIRIS);
00114 actionStart_Analysis->setObjectName(QString::fromUtf8("actionStart_Analysis"));
00115 actionStart_SR = new QAction(YooIRIS);
00116 actionStart_SR->setObjectName(QString::fromUtf8("actionStart_SR"));
00117 actionCreate_Sim_MTX = new QAction(YooIRIS);
00118 actionCreate_Sim_MTX->setObjectName(QString::fromUtf8("actionCreate_Sim_MTX"));
00119 actionGet_Sim_Score = new QAction(YooIRIS);
00120 actionGet_Sim_Score->setObjectName(QString::fromUtf8("actionGet_Sim_Score"));
00121 actionCreate_Sim_Mask = new QAction(YooIRIS);
00122 actionCreate_Sim_Mask->setObjectName(QString::fromUtf8("actionCreate_Sim_Mask"));
00123 actionPupil = new QAction(YooIRIS);
00124 actionPupil->setObjectName(QString::fromUtf8("actionPupil"));
00125 actionIris = new QAction(YooIRIS);
00126 actionIris->setObjectName(QString::fromUtf8("actionIris"));
00127 actionEyelids = new QAction(YooIRIS);
00128 actionEyelids->setObjectName(QString::fromUtf8("actionEyelids"));
00129 actionEye_Region_Still = new QAction(YooIRIS);
00130 actionEye_Region_Still->setObjectName(QString::fromUtf8("actionEye_Region_Still"));
00131 actionHigh_Lights = new QAction(YooIRIS);
00132 actionHigh_Lights->setObjectName(QString::fromUtf8("actionHigh_Lights"));
00133 actionQuality_Analysis = new QAction(YooIRIS);
00134 actionQuality_Analysis->setObjectName(QString::fromUtf8("actionQuality_Analysis"));
00135 actionHamming = new QAction(YooIRIS);
00136 actionHamming->setObjectName(QString::fromUtf8("actionHamming"));
00137 actionPre_processing = new QAction(YooIRIS);
00138 actionPre_processing->setObjectName(QString::fromUtf8("actionPre_processing"));
00139 actionSiftPreprocessing = new QAction(YooIRIS);
00140 actionSiftPreprocessing->setObjectName(QString::fromUtf8("actionSiftPreprocessing"));
00141 actionSiftFeatures = new QAction(YooIRIS);
00142 actionSiftFeatures->setObjectName(QString::fromUtf8("actionSiftFeatures"));
00143 actionSiftMatching = new QAction(YooIRIS);
00144 actionSiftMatching->setObjectName(QString::fromUtf8("actionSiftMatching"));
00145 actionMatching = new QAction(YooIRIS);
00146 actionMatching->setObjectName(QString::fromUtf8("actionMatching"));
00147 actionNonMatching = new QAction(YooIRIS);
00148 actionNonMatching->setObjectName(QString::fromUtf8("actionNonMatching"));
00149 actionROC = new QAction(YooIRIS);
00150 actionROC->setObjectName(QString::fromUtf8("actionROC"));
00151 actionAdd = new QAction(YooIRIS);
00152 actionAdd->setObjectName(QString::fromUtf8("actionAdd"));
00153 actionEncode = new QAction(YooIRIS);
00154 actionEncode->setObjectName(QString::fromUtf8("actionEncode"));
00155 actionEye_Region_Video = new QAction(YooIRIS);
00156 actionEye_Region_Video->setObjectName(QString::fromUtf8("actionEye_Region_Video"));
00157 actionQualityMeasures = new QAction(YooIRIS);
00158 actionQualityMeasures->setObjectName(QString::fromUtf8("actionQualityMeasures"));
00159 actionMatchingQuality = new QAction(YooIRIS);
00160 actionMatchingQuality->setObjectName(QString::fromUtf8("actionMatchingQuality"));
00161 actionNonMatchingQuality = new QAction(YooIRIS);
00162 actionNonMatchingQuality->setObjectName(QString::fromUtf8("actionNonMatchingQuality"));
00163 m_centralwidget = new QWidget(YooIRIS);
00164 m_centralwidget->setObjectName(QString::fromUtf8("m_centralwidget"));
00165 tabWidget = new QTabWidget(m_centralwidget);
00166 tabWidget->setObjectName(QString::fromUtf8("tabWidget"));
00167 tabWidget->setGeometry(QRect(10, 20, 691, 661));
00168 tabWidget->setBaseSize(QSize(0, 2));
00169 Detection = new QWidget();
00170 Detection->setObjectName(QString::fromUtf8("Detection"));
00171 imgWidget = new ImageWidget(Detection);
00172 imgWidget->setObjectName(QString::fromUtf8("imgWidget"));
00173 imgWidget->setGeometry(QRect(10, 10, 661, 611));
00174 tabWidget->addTab(Detection, QString());
00175 Match = new QWidget();
00176 Match->setObjectName(QString::fromUtf8("Match"));
00177 imgLeftWidget1 = new ImageWidget(Match);
00178 imgLeftWidget1->setObjectName(QString::fromUtf8("imgLeftWidget1"));
00179 imgLeftWidget1->setGeometry(QRect(10, 50, 260, 160));
00180 btnOpenLeft1 = new QPushButton(Match);
00181 btnOpenLeft1->setObjectName(QString::fromUtf8("btnOpenLeft1"));
00182 btnOpenLeft1->setGeometry(QRect(40, 20, 191, 25));
00183 imgLeftWidget2 = new ImageWidget(Match);
00184 imgLeftWidget2->setObjectName(QString::fromUtf8("imgLeftWidget2"));
00185 imgLeftWidget2->setGeometry(QRect(280, 50, 260, 160));
00186 btnOpenLeft2 = new QPushButton(Match);
00187 btnOpenLeft2->setObjectName(QString::fromUtf8("btnOpenLeft2"));
00188 btnOpenLeft2->setGeometry(QRect(310, 20, 191, 25));
00189 btnOpenRight1 = new QPushButton(Match);
00190 btnOpenRight1->setObjectName(QString::fromUtf8("btnOpenRight1"));
00191 btnOpenRight1->setGeometry(QRect(40, 270, 191, 25));
00192 btnOpenRight2 = new QPushButton(Match);
00193 btnOpenRight2->setObjectName(QString::fromUtf8("btnOpenRight2"));
00194 btnOpenRight2->setGeometry(QRect(310, 270, 191, 25));
00195 imgRightWidget1 = new ImageWidget(Match);
00196 imgRightWidget1->setObjectName(QString::fromUtf8("imgRightWidget1"));
00197 imgRightWidget1->setEnabled(true);
00198 imgRightWidget1->setGeometry(QRect(10, 300, 260, 160));
00199 imgRightWidget2 = new ImageWidget(Match);
00200 imgRightWidget2->setObjectName(QString::fromUtf8("imgRightWidget2"));
00201 imgRightWidget2->setGeometry(QRect(280, 300, 260, 160));
00202 btnGoMatch = new QPushButton(Match);
00203 btnGoMatch->setObjectName(QString::fromUtf8("btnGoMatch"));
00204 btnGoMatch->setGeometry(QRect(220, 500, 121, 61));
00205 QFont font;
00206 font.setPointSize(16);
00207 btnGoMatch->setFont(font);
00208 txtLeftResult = new QLabel(Match);
00209 txtLeftResult->setObjectName(QString::fromUtf8("txtLeftResult"));
00210 txtLeftResult->setGeometry(QRect(550, 50, 121, 160));
00211 QFont font1;
00212 font1.setPointSize(14);
00213 txtLeftResult->setFont(font1);
00214 txtLeftResult->setAlignment(Qt::AlignCenter);
00215 txtRightResult = new QLabel(Match);
00216 txtRightResult->setObjectName(QString::fromUtf8("txtRightResult"));
00217 txtRightResult->setGeometry(QRect(550, 300, 121, 160));
00218 txtRightResult->setFont(font1);
00219 txtRightResult->setAlignment(Qt::AlignCenter);
00220 txtLeftDataType1 = new QLabel(Match);
00221 txtLeftDataType1->setObjectName(QString::fromUtf8("txtLeftDataType1"));
00222 txtLeftDataType1->setGeometry(QRect(40, 220, 201, 21));
00223 QFont font2;
00224 font2.setPointSize(8);
00225 font2.setBold(true);
00226 font2.setWeight(75);
00227 font2.setStrikeOut(false);
00228 txtLeftDataType1->setFont(font2);
00229 txtLeftDataType1->setScaledContents(false);
00230 txtLeftDataType1->setAlignment(Qt::AlignCenter);
00231 txtLeftDataType2 = new QLabel(Match);
00232 txtLeftDataType2->setObjectName(QString::fromUtf8("txtLeftDataType2"));
00233 txtLeftDataType2->setGeometry(QRect(310, 220, 201, 21));
00234 txtLeftDataType2->setFont(font2);
00235 txtLeftDataType2->setScaledContents(false);
00236 txtLeftDataType2->setAlignment(Qt::AlignCenter);
00237 txtRightDataType1 = new QLabel(Match);
00238 txtRightDataType1->setObjectName(QString::fromUtf8("txtRightDataType1"));
00239 txtRightDataType1->setGeometry(QRect(40, 470, 201, 21));
00240 txtRightDataType1->setFont(font2);
00241 txtRightDataType1->setScaledContents(false);
00242 txtRightDataType1->setAlignment(Qt::AlignCenter);
00243 txtRightDataType2 = new QLabel(Match);
00244 txtRightDataType2->setObjectName(QString::fromUtf8("txtRightDataType2"));
00245 txtRightDataType2->setGeometry(QRect(310, 470, 201, 21));
00246 txtRightDataType2->setFont(font2);
00247 txtRightDataType2->setScaledContents(false);
00248 txtRightDataType2->setAlignment(Qt::AlignCenter);
00249 tabWidget->addTab(Match, QString());
00250 YooIRIS->setCentralWidget(m_centralwidget);
00251 m_menuBar = new QMenuBar(YooIRIS);
00252 m_menuBar->setObjectName(QString::fromUtf8("m_menuBar"));
00253 m_menuBar->setGeometry(QRect(0, 0, 711, 26));
00254 menuFiles = new QMenu(m_menuBar);
00255 menuFiles->setObjectName(QString::fromUtf8("menuFiles"));
00256 menuCascade = new QMenu(m_menuBar);
00257 menuCascade->setObjectName(QString::fromUtf8("menuCascade"));
00258 menuMatch = new QMenu(m_menuBar);
00259 menuMatch->setObjectName(QString::fromUtf8("menuMatch"));
00260 menuQuality = new QMenu(m_menuBar);
00261 menuQuality->setObjectName(QString::fromUtf8("menuQuality"));
00262 YooIRIS->setMenuBar(m_menuBar);
00263 m_statusBar = new QStatusBar(YooIRIS);
00264 m_statusBar->setObjectName(QString::fromUtf8("m_statusBar"));
00265 YooIRIS->setStatusBar(m_statusBar);
00266
00267 m_menuBar->addAction(menuCascade->menuAction());
00268 m_menuBar->addAction(menuFiles->menuAction());
00269 m_menuBar->addAction(menuQuality->menuAction());
00270 m_menuBar->addAction(menuMatch->menuAction());
00271 menuFiles->addAction(actionOpen_AVI);
00272 menuFiles->addSeparator();
00273 menuFiles->addAction(actionOpen_IRIS_AVI);
00274 menuFiles->addSeparator();
00275 menuFiles->addAction(actionOpen_CAM);
00276 menuCascade->addAction(actionSelect_cascade);
00277 menuMatch->addAction(actionStart_Match);
00278 menuQuality->addAction(actionImage_Quality);
00279
00280 retranslateUi(YooIRIS);
00281 QObject::connect(actionOpen_AVI, SIGNAL(activated()), YooIRIS, SLOT(OpenAVIFile()));
00282 QObject::connect(actionOpen_CAM, SIGNAL(activated()), YooIRIS, SLOT(OpenCAM()));
00283 QObject::connect(actionSelect_cascade, SIGNAL(activated()), YooIRIS, SLOT(SelectCascade()));
00284 QObject::connect(actionStart_Match, SIGNAL(activated()), YooIRIS, SLOT(StartMatch()));
00285 QObject::connect(actionOpen_IRIS_AVI, SIGNAL(activated()), YooIRIS, SLOT(OpenIrisAVIFile()));
00286 QObject::connect(actionImage_Quality, SIGNAL(activated()), YooIRIS, SLOT(checkQuality()));
00287 QObject::connect(btnOpenLeft1, SIGNAL(clicked()), YooIRIS, SLOT(openLeftEye1()));
00288 QObject::connect(btnOpenLeft2, SIGNAL(clicked()), YooIRIS, SLOT(openLeftEye2()));
00289 QObject::connect(btnOpenRight1, SIGNAL(clicked()), YooIRIS, SLOT(openRightEye1()));
00290 QObject::connect(btnOpenRight2, SIGNAL(clicked()), YooIRIS, SLOT(openRightEye2()));
00291 QObject::connect(btnGoMatch, SIGNAL(clicked()), YooIRIS, SLOT(goMatch()));
00292
00293 tabWidget->setCurrentIndex(1);
00294
00295
00296 QMetaObject::connectSlotsByName(YooIRIS);
00297 }
00298
00299 void retranslateUi(QMainWindow *YooIRIS)
00300 {
00301 YooIRIS->setWindowTitle(QApplication::translate("YooIRIS", "VASIR beta 1.0", 0, QApplication::UnicodeUTF8));
00302 actionOpen_AVI->setText(QApplication::translate("YooIRIS", "Open FACE AVI", 0, QApplication::UnicodeUTF8));
00303 actionOpen_CAM->setText(QApplication::translate("YooIRIS", "Open CAM", 0, QApplication::UnicodeUTF8));
00304 actionSelect_cascade->setText(QApplication::translate("YooIRIS", "Select cascade", "Select cascade for the eye detection", QApplication::UnicodeUTF8));
00305 actionStart_Match->setText(QApplication::translate("YooIRIS", "Choose...", 0, QApplication::UnicodeUTF8));
00306 actionOpen_IRIS_AVI->setText(QApplication::translate("YooIRIS", "Open IRIS AVI", 0, QApplication::UnicodeUTF8));
00307 actionImage_Quality->setText(QApplication::translate("YooIRIS", "Choose...", 0, QApplication::UnicodeUTF8));
00308 actionAuto_Start->setText(QApplication::translate("YooIRIS", "Start", 0, QApplication::UnicodeUTF8));
00309 actionStart_Analysis->setText(QApplication::translate("YooIRIS", "Start Analysis", 0, QApplication::UnicodeUTF8));
00310 actionStart_SR->setText(QApplication::translate("YooIRIS", "Start SR", 0, QApplication::UnicodeUTF8));
00311 actionCreate_Sim_MTX->setText(QApplication::translate("YooIRIS", "Create Sim MTX", 0, QApplication::UnicodeUTF8));
00312 actionGet_Sim_Score->setText(QApplication::translate("YooIRIS", "Get Sim Score", 0, QApplication::UnicodeUTF8));
00313 actionCreate_Sim_Mask->setText(QApplication::translate("YooIRIS", "Create Sim Mask", 0, QApplication::UnicodeUTF8));
00314 actionPupil->setText(QApplication::translate("YooIRIS", "Pupil", 0, QApplication::UnicodeUTF8));
00315 actionIris->setText(QApplication::translate("YooIRIS", "Iris", 0, QApplication::UnicodeUTF8));
00316 actionEyelids->setText(QApplication::translate("YooIRIS", "Eyelids", 0, QApplication::UnicodeUTF8));
00317 actionEye_Region_Still->setText(QApplication::translate("YooIRIS", "Eye Region (Still)", 0, QApplication::UnicodeUTF8));
00318 actionHigh_Lights->setText(QApplication::translate("YooIRIS", "Highlights", 0, QApplication::UnicodeUTF8));
00319 actionQuality_Analysis->setText(QApplication::translate("YooIRIS", "Quality Analysis", 0, QApplication::UnicodeUTF8));
00320 actionHamming->setText(QApplication::translate("YooIRIS", "Hamming", 0, QApplication::UnicodeUTF8));
00321 actionPre_processing->setText(QApplication::translate("YooIRIS", "Pre-processing", 0, QApplication::UnicodeUTF8));
00322 actionSiftPreprocessing->setText(QApplication::translate("YooIRIS", "Preprocessing", 0, QApplication::UnicodeUTF8));
00323 actionSiftFeatures->setText(QApplication::translate("YooIRIS", "Features", 0, QApplication::UnicodeUTF8));
00324 actionSiftMatching->setText(QApplication::translate("YooIRIS", "Matching", 0, QApplication::UnicodeUTF8));
00325 actionMatching->setText(QApplication::translate("YooIRIS", "Matching", 0, QApplication::UnicodeUTF8));
00326 actionNonMatching->setText(QApplication::translate("YooIRIS", "NonMatching", 0, QApplication::UnicodeUTF8));
00327 actionROC->setText(QApplication::translate("YooIRIS", "ROC", 0, QApplication::UnicodeUTF8));
00328 actionAdd->setText(QApplication::translate("YooIRIS", "Add", 0, QApplication::UnicodeUTF8));
00329 actionEncode->setText(QApplication::translate("YooIRIS", "Encode", 0, QApplication::UnicodeUTF8));
00330 actionEye_Region_Video->setText(QApplication::translate("YooIRIS", "Eye Region (Video)", 0, QApplication::UnicodeUTF8));
00331 actionQualityMeasures->setText(QApplication::translate("YooIRIS", "Measures", 0, QApplication::UnicodeUTF8));
00332 actionMatchingQuality->setText(QApplication::translate("YooIRIS", "Matching", 0, QApplication::UnicodeUTF8));
00333 actionNonMatchingQuality->setText(QApplication::translate("YooIRIS", "NonMatching", 0, QApplication::UnicodeUTF8));
00334 tabWidget->setTabText(tabWidget->indexOf(Detection), QApplication::translate("YooIRIS", "Detection", 0, QApplication::UnicodeUTF8));
00335 btnOpenLeft1->setText(QApplication::translate("YooIRIS", "Open Left Image (Target)", 0, QApplication::UnicodeUTF8));
00336 btnOpenLeft2->setText(QApplication::translate("YooIRIS", "Open Left Image (Query)", 0, QApplication::UnicodeUTF8));
00337 btnOpenRight1->setText(QApplication::translate("YooIRIS", "Open Right Image (Target)", 0, QApplication::UnicodeUTF8));
00338 btnOpenRight2->setText(QApplication::translate("YooIRIS", "Open Right Image (Query)", 0, QApplication::UnicodeUTF8));
00339 btnGoMatch->setText(QApplication::translate("YooIRIS", "Go!", 0, QApplication::UnicodeUTF8));
00340 txtLeftResult->setText(QApplication::translate("YooIRIS", "?", 0, QApplication::UnicodeUTF8));
00341 txtRightResult->setText(QApplication::translate("YooIRIS", "?", 0, QApplication::UnicodeUTF8));
00342 txtLeftDataType1->setText(QApplication::translate("YooIRIS", "Data Type here", 0, QApplication::UnicodeUTF8));
00343 txtLeftDataType2->setText(QApplication::translate("YooIRIS", "Data Type here", 0, QApplication::UnicodeUTF8));
00344 txtRightDataType1->setText(QApplication::translate("YooIRIS", "Data Type here", 0, QApplication::UnicodeUTF8));
00345 txtRightDataType2->setText(QApplication::translate("YooIRIS", "Data Type here", 0, QApplication::UnicodeUTF8));
00346 tabWidget->setTabText(tabWidget->indexOf(Match), QApplication::translate("YooIRIS", "Match", 0, QApplication::UnicodeUTF8));
00347 menuFiles->setTitle(QApplication::translate("YooIRIS", "Detect", 0, QApplication::UnicodeUTF8));
00348 menuCascade->setTitle(QApplication::translate("YooIRIS", "Cascade", 0, QApplication::UnicodeUTF8));
00349 menuMatch->setTitle(QApplication::translate("YooIRIS", "Match", 0, QApplication::UnicodeUTF8));
00350 menuQuality->setTitle(QApplication::translate("YooIRIS", "Quality", 0, QApplication::UnicodeUTF8));
00351 }
00352
00353 };
00354
00355 namespace Ui {
00356 class YooIRIS: public Ui_YooIRIS {};
00357 }
00358
00359 QT_END_NAMESPACE
00360
00361 #endif // UI_YOOIRIS_H