00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_MAINWINDOW_HMI2_H
00011 #define UI_MAINWINDOW_HMI2_H
00012
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QDial>
00018 #include <QtGui/QFrame>
00019 #include <QtGui/QGraphicsView>
00020 #include <QtGui/QLCDNumber>
00021 #include <QtGui/QLabel>
00022 #include <QtGui/QMainWindow>
00023 #include <QtGui/QProgressBar>
00024 #include <QtGui/QSlider>
00025 #include <QtGui/QStatusBar>
00026 #include <QtGui/QToolBox>
00027 #include <QtGui/QToolButton>
00028 #include <QtGui/QWidget>
00029
00030 class Ui_MainWindow
00031 {
00032 public:
00033 QAction *actionAboutQT;
00034 QAction *actionAboutRomeoHMI;
00035 QAction *actionOpenMap;
00036 QAction *actionOpenTrajectory;
00037 QWidget *centralwidget;
00038 QToolBox *toolBox;
00039 QWidget *page;
00040 QLabel *XcoordinateLabel;
00041 QLCDNumber *YcoordinatelcdNumber;
00042 QLabel *PITCHlabel;
00043 QLCDNumber *XcoordinatelcdNumber;
00044 QLCDNumber *PITCHlcdNumber;
00045 QLCDNumber *ROLLlcdNumber;
00046 QLabel *speedLabel;
00047 QLabel *ROLLlabel;
00048 QLabel *curvatureLabel;
00049 QDial *curvatureDial;
00050 QLabel *YAWlabel;
00051 QLabel *YcoordinateLabel;
00052 QLCDNumber *YAWlcdNumber;
00053 QLCDNumber *speedlcdNumber;
00054 QWidget *page_2;
00055 QLabel *transMaplabel;
00056 QLabel *elevationMaplabel;
00057 QToolButton *transMap_START_toolButton;
00058 QToolButton *transMap_STOP_toolButton;
00059 QToolButton *elevationMap_STOP_toolButton;
00060 QToolButton *elevationMap_START_toolButton;
00061 QLabel *laser2Dlabel;
00062 QToolButton *laser2D_STOP_toolButton;
00063 QToolButton *laser2D_START_toolButton;
00064 QWidget *page_3;
00065 QToolButton *launcher_START_toolButton;
00066 QToolButton *launcher_STOP_toolButton;
00067 QLabel *launcherlabel;
00068 QWidget *page_4;
00069 QToolButton *launchTrajectorytoolButton;
00070 QToolButton *PANIC_toolButton;
00071 QLabel *launchTrajectorylabel;
00072 QLabel *panicButtonlabel;
00073 QToolButton *RIGHT_toolButton;
00074 QToolButton *LEFT_toolButton;
00075 QToolButton *UP_toolButton;
00076 QToolButton *DOWN_toolButton;
00077 QToolButton *trashTrajectory_toolButton;
00078 QToolButton *INIT_toolButton;
00079 QToolButton *NEXT_toolButton;
00080 QToolButton *loadTrajectory_toolButton;
00081 QToolButton *loadMap_toolButton;
00082 QToolButton *thetaInit_ToolButton;
00083 QFrame *line;
00084 QProgressBar *CPUprogressBar;
00085 QLabel *cpuUsageLabel;
00086 QGraphicsView *MapGraphicsView;
00087 QSlider *Zoom_verticalSlider;
00088 QLabel *networxTX_label;
00089 QProgressBar *networkTX_progressBar;
00090 QProgressBar *memoryProgressBar;
00091 QLabel *memUsageLabel;
00092 QToolButton *aboutQt_toolButton;
00093 QToolButton *about_RomeoHMI_toolButton;
00094 QToolButton *EXIT_toolButton;
00095 QLabel *Zoom_label;
00096 QLabel *zoom50_label;
00097 QLabel *label_16;
00098 QLabel *zoom50_label2;
00099 QFrame *line_2;
00100 QGraphicsView *laser2DGraphicsView;
00101 QGraphicsView *elevationMapGraphicsView;
00102 QGraphicsView *transMapGraphicsView;
00103 QLabel *transMap_label_2;
00104 QLabel *elevationMap_label_2;
00105 QLabel *laserD_label_2;
00106 QLabel *AREA_MAP_label;
00107 QLabel *SENSORS_label;
00108 QFrame *line_3;
00109 QToolButton *elevationMap_SWITCH_VIEW_toolButton;
00110 QToolButton *transMap_SWITCH_VIEW_toolButton;
00111 QProgressBar *networkRX_progressBar;
00112 QLabel *networxRX_label;
00113 QStatusBar *statusbar;
00114
00115 void setupUi(QMainWindow *MainWindow)
00116 {
00117 if (MainWindow->objectName().isEmpty())
00118 MainWindow->setObjectName(QString::fromUtf8("MainWindow"));
00119 MainWindow->setWindowModality(Qt::WindowModal);
00120 MainWindow->resize(1024, 695);
00121 actionAboutQT = new QAction(MainWindow);
00122 actionAboutQT->setObjectName(QString::fromUtf8("actionAboutQT"));
00123 actionAboutQT->setIcon(QIcon(QString::fromUtf8(":/images/qt-logo.png")));
00124 actionAboutRomeoHMI = new QAction(MainWindow);
00125 actionAboutRomeoHMI->setObjectName(QString::fromUtf8("actionAboutRomeoHMI"));
00126 actionAboutRomeoHMI->setIcon(QIcon(QString::fromUtf8(":/images/dialog-information.png")));
00127 actionOpenMap = new QAction(MainWindow);
00128 actionOpenMap->setObjectName(QString::fromUtf8("actionOpenMap"));
00129 actionOpenMap->setIcon(QIcon(QString::fromUtf8(":/images/fileopen.png")));
00130 actionOpenTrajectory = new QAction(MainWindow);
00131 actionOpenTrajectory->setObjectName(QString::fromUtf8("actionOpenTrajectory"));
00132 actionOpenTrajectory->setIcon(QIcon(QString::fromUtf8(":/images/maps-48x48.gif")));
00133 centralwidget = new QWidget(MainWindow);
00134 centralwidget->setObjectName(QString::fromUtf8("centralwidget"));
00135 toolBox = new QToolBox(centralwidget);
00136 toolBox->setObjectName(QString::fromUtf8("toolBox"));
00137 toolBox->setGeometry(QRect(20, 170, 241, 421));
00138 page = new QWidget();
00139 page->setObjectName(QString::fromUtf8("page"));
00140 page->setGeometry(QRect(0, 0, 96, 26));
00141 XcoordinateLabel = new QLabel(page);
00142 XcoordinateLabel->setObjectName(QString::fromUtf8("XcoordinateLabel"));
00143 XcoordinateLabel->setGeometry(QRect(10, 9, 110, 31));
00144 YcoordinatelcdNumber = new QLCDNumber(page);
00145 YcoordinatelcdNumber->setObjectName(QString::fromUtf8("YcoordinatelcdNumber"));
00146 YcoordinatelcdNumber->setGeometry(QRect(110, 40, 131, 23));
00147 YcoordinatelcdNumber->setFrameShape(QFrame::NoFrame);
00148 YcoordinatelcdNumber->setFrameShadow(QFrame::Plain);
00149 YcoordinatelcdNumber->setLineWidth(2);
00150 YcoordinatelcdNumber->setSegmentStyle(QLCDNumber::Flat);
00151 PITCHlabel = new QLabel(page);
00152 PITCHlabel->setObjectName(QString::fromUtf8("PITCHlabel"));
00153 PITCHlabel->setGeometry(QRect(10, 200, 110, 18));
00154 XcoordinatelcdNumber = new QLCDNumber(page);
00155 XcoordinatelcdNumber->setObjectName(QString::fromUtf8("XcoordinatelcdNumber"));
00156 XcoordinatelcdNumber->setGeometry(QRect(110, 10, 131, 23));
00157 XcoordinatelcdNumber->setFrameShape(QFrame::NoFrame);
00158 XcoordinatelcdNumber->setFrameShadow(QFrame::Plain);
00159 XcoordinatelcdNumber->setLineWidth(2);
00160 XcoordinatelcdNumber->setSegmentStyle(QLCDNumber::Flat);
00161 PITCHlcdNumber = new QLCDNumber(page);
00162 PITCHlcdNumber->setObjectName(QString::fromUtf8("PITCHlcdNumber"));
00163 PITCHlcdNumber->setGeometry(QRect(110, 200, 131, 23));
00164 PITCHlcdNumber->setFrameShape(QFrame::NoFrame);
00165 PITCHlcdNumber->setFrameShadow(QFrame::Plain);
00166 PITCHlcdNumber->setLineWidth(2);
00167 PITCHlcdNumber->setSegmentStyle(QLCDNumber::Flat);
00168 ROLLlcdNumber = new QLCDNumber(page);
00169 ROLLlcdNumber->setObjectName(QString::fromUtf8("ROLLlcdNumber"));
00170 ROLLlcdNumber->setGeometry(QRect(110, 230, 131, 23));
00171 ROLLlcdNumber->setFrameShape(QFrame::NoFrame);
00172 ROLLlcdNumber->setFrameShadow(QFrame::Plain);
00173 ROLLlcdNumber->setLineWidth(2);
00174 ROLLlcdNumber->setSegmentStyle(QLCDNumber::Flat);
00175 speedLabel = new QLabel(page);
00176 speedLabel->setObjectName(QString::fromUtf8("speedLabel"));
00177 speedLabel->setGeometry(QRect(10, 70, 64, 21));
00178 ROLLlabel = new QLabel(page);
00179 ROLLlabel->setObjectName(QString::fromUtf8("ROLLlabel"));
00180 ROLLlabel->setGeometry(QRect(10, 230, 110, 21));
00181 curvatureLabel = new QLabel(page);
00182 curvatureLabel->setObjectName(QString::fromUtf8("curvatureLabel"));
00183 curvatureLabel->setGeometry(QRect(10, 120, 81, 31));
00184 curvatureDial = new QDial(page);
00185 curvatureDial->setObjectName(QString::fromUtf8("curvatureDial"));
00186 curvatureDial->setGeometry(QRect(170, 100, 50, 64));
00187 curvatureDial->setTracking(false);
00188 curvatureDial->setOrientation(Qt::Horizontal);
00189 curvatureDial->setWrapping(true);
00190 curvatureDial->setNotchesVisible(true);
00191 YAWlabel = new QLabel(page);
00192 YAWlabel->setObjectName(QString::fromUtf8("YAWlabel"));
00193 YAWlabel->setGeometry(QRect(10, 170, 110, 21));
00194 YcoordinateLabel = new QLabel(page);
00195 YcoordinateLabel->setObjectName(QString::fromUtf8("YcoordinateLabel"));
00196 YcoordinateLabel->setGeometry(QRect(10, 40, 110, 21));
00197 YAWlcdNumber = new QLCDNumber(page);
00198 YAWlcdNumber->setObjectName(QString::fromUtf8("YAWlcdNumber"));
00199 YAWlcdNumber->setGeometry(QRect(110, 170, 131, 23));
00200 YAWlcdNumber->setFrameShape(QFrame::NoFrame);
00201 YAWlcdNumber->setFrameShadow(QFrame::Plain);
00202 YAWlcdNumber->setLineWidth(2);
00203 YAWlcdNumber->setSegmentStyle(QLCDNumber::Flat);
00204 speedlcdNumber = new QLCDNumber(page);
00205 speedlcdNumber->setObjectName(QString::fromUtf8("speedlcdNumber"));
00206 speedlcdNumber->setGeometry(QRect(110, 70, 131, 23));
00207 speedlcdNumber->setFrameShape(QFrame::NoFrame);
00208 speedlcdNumber->setFrameShadow(QFrame::Plain);
00209 speedlcdNumber->setLineWidth(2);
00210 speedlcdNumber->setSegmentStyle(QLCDNumber::Flat);
00211 toolBox->addItem(page, QApplication::translate("MainWindow", "ODOMETRY VALUES", 0, QApplication::UnicodeUTF8));
00212 page_2 = new QWidget();
00213 page_2->setObjectName(QString::fromUtf8("page_2"));
00214 page_2->setGeometry(QRect(0, 0, 96, 26));
00215 transMaplabel = new QLabel(page_2);
00216 transMaplabel->setObjectName(QString::fromUtf8("transMaplabel"));
00217 transMaplabel->setGeometry(QRect(20, 140, 81, 20));
00218 elevationMaplabel = new QLabel(page_2);
00219 elevationMaplabel->setObjectName(QString::fromUtf8("elevationMaplabel"));
00220 elevationMaplabel->setGeometry(QRect(20, 90, 81, 20));
00221 transMap_START_toolButton = new QToolButton(page_2);
00222 transMap_START_toolButton->setObjectName(QString::fromUtf8("transMap_START_toolButton"));
00223 transMap_START_toolButton->setGeometry(QRect(110, 130, 40, 40));
00224 transMap_START_toolButton->setIcon(QIcon(QString::fromUtf8(":/images/system-restart.png")));
00225 transMap_START_toolButton->setIconSize(QSize(32, 32));
00226 transMap_STOP_toolButton = new QToolButton(page_2);
00227 transMap_STOP_toolButton->setObjectName(QString::fromUtf8("transMap_STOP_toolButton"));
00228 transMap_STOP_toolButton->setGeometry(QRect(160, 130, 40, 40));
00229 transMap_STOP_toolButton->setIcon(QIcon(QString::fromUtf8(":/images/system-shutdown.png")));
00230 transMap_STOP_toolButton->setIconSize(QSize(32, 32));
00231 elevationMap_STOP_toolButton = new QToolButton(page_2);
00232 elevationMap_STOP_toolButton->setObjectName(QString::fromUtf8("elevationMap_STOP_toolButton"));
00233 elevationMap_STOP_toolButton->setGeometry(QRect(160, 80, 40, 40));
00234 elevationMap_STOP_toolButton->setIcon(QIcon(QString::fromUtf8(":/images/system-shutdown.png")));
00235 elevationMap_STOP_toolButton->setIconSize(QSize(32, 32));
00236 elevationMap_START_toolButton = new QToolButton(page_2);
00237 elevationMap_START_toolButton->setObjectName(QString::fromUtf8("elevationMap_START_toolButton"));
00238 elevationMap_START_toolButton->setGeometry(QRect(110, 80, 40, 40));
00239 elevationMap_START_toolButton->setIcon(QIcon(QString::fromUtf8(":/images/system-restart.png")));
00240 elevationMap_START_toolButton->setIconSize(QSize(32, 32));
00241 laser2Dlabel = new QLabel(page_2);
00242 laser2Dlabel->setObjectName(QString::fromUtf8("laser2Dlabel"));
00243 laser2Dlabel->setGeometry(QRect(20, 40, 81, 20));
00244 laser2D_STOP_toolButton = new QToolButton(page_2);
00245 laser2D_STOP_toolButton->setObjectName(QString::fromUtf8("laser2D_STOP_toolButton"));
00246 laser2D_STOP_toolButton->setGeometry(QRect(160, 30, 40, 40));
00247 laser2D_STOP_toolButton->setIcon(QIcon(QString::fromUtf8(":/images/system-shutdown.png")));
00248 laser2D_STOP_toolButton->setIconSize(QSize(32, 32));
00249 laser2D_START_toolButton = new QToolButton(page_2);
00250 laser2D_START_toolButton->setObjectName(QString::fromUtf8("laser2D_START_toolButton"));
00251 laser2D_START_toolButton->setGeometry(QRect(110, 30, 40, 40));
00252 laser2D_START_toolButton->setIcon(QIcon(QString::fromUtf8(":/images/system-restart.png")));
00253 laser2D_START_toolButton->setIconSize(QSize(32, 32));
00254 toolBox->addItem(page_2, QApplication::translate("MainWindow", "SENSORS", 0, QApplication::UnicodeUTF8));
00255 page_3 = new QWidget();
00256 page_3->setObjectName(QString::fromUtf8("page_3"));
00257 page_3->setGeometry(QRect(0, 0, 96, 26));
00258 launcher_START_toolButton = new QToolButton(page_3);
00259 launcher_START_toolButton->setObjectName(QString::fromUtf8("launcher_START_toolButton"));
00260 launcher_START_toolButton->setGeometry(QRect(110, 20, 40, 40));
00261 launcher_START_toolButton->setIcon(QIcon(QString::fromUtf8(":/images/system-restart.png")));
00262 launcher_START_toolButton->setIconSize(QSize(32, 32));
00263 launcher_STOP_toolButton = new QToolButton(page_3);
00264 launcher_STOP_toolButton->setObjectName(QString::fromUtf8("launcher_STOP_toolButton"));
00265 launcher_STOP_toolButton->setGeometry(QRect(160, 20, 40, 40));
00266 launcher_STOP_toolButton->setIcon(QIcon(QString::fromUtf8(":/images/system-shutdown.png")));
00267 launcher_STOP_toolButton->setIconSize(QSize(32, 32));
00268 launcherlabel = new QLabel(page_3);
00269 launcherlabel->setObjectName(QString::fromUtf8("launcherlabel"));
00270 launcherlabel->setGeometry(QRect(20, 30, 81, 20));
00271 toolBox->addItem(page_3, QApplication::translate("MainWindow", "PROCESS", 0, QApplication::UnicodeUTF8));
00272 page_4 = new QWidget();
00273 page_4->setObjectName(QString::fromUtf8("page_4"));
00274 page_4->setGeometry(QRect(0, 0, 241, 293));
00275 launchTrajectorytoolButton = new QToolButton(page_4);
00276 launchTrajectorytoolButton->setObjectName(QString::fromUtf8("launchTrajectorytoolButton"));
00277 launchTrajectorytoolButton->setGeometry(QRect(130, 170, 40, 40));
00278 launchTrajectorytoolButton->setIcon(QIcon(QString::fromUtf8(":/images/system-restart.png")));
00279 launchTrajectorytoolButton->setIconSize(QSize(32, 32));
00280 PANIC_toolButton = new QToolButton(page_4);
00281 PANIC_toolButton->setObjectName(QString::fromUtf8("PANIC_toolButton"));
00282 PANIC_toolButton->setGeometry(QRect(130, 220, 40, 40));
00283 PANIC_toolButton->setIcon(QIcon(QString::fromUtf8(":/images/system-shutdown.png")));
00284 PANIC_toolButton->setIconSize(QSize(32, 32));
00285 launchTrajectorylabel = new QLabel(page_4);
00286 launchTrajectorylabel->setObjectName(QString::fromUtf8("launchTrajectorylabel"));
00287 launchTrajectorylabel->setGeometry(QRect(20, 170, 101, 41));
00288 panicButtonlabel = new QLabel(page_4);
00289 panicButtonlabel->setObjectName(QString::fromUtf8("panicButtonlabel"));
00290 panicButtonlabel->setGeometry(QRect(30, 220, 101, 41));
00291 RIGHT_toolButton = new QToolButton(page_4);
00292 RIGHT_toolButton->setObjectName(QString::fromUtf8("RIGHT_toolButton"));
00293 RIGHT_toolButton->setGeometry(QRect(130, 110, 40, 40));
00294 RIGHT_toolButton->setIcon(QIcon(QString::fromUtf8(":/images/go-next.png")));
00295 RIGHT_toolButton->setIconSize(QSize(32, 32));
00296 LEFT_toolButton = new QToolButton(page_4);
00297 LEFT_toolButton->setObjectName(QString::fromUtf8("LEFT_toolButton"));
00298 LEFT_toolButton->setGeometry(QRect(30, 110, 40, 40));
00299 LEFT_toolButton->setIcon(QIcon(QString::fromUtf8(":/images/go-previous.png")));
00300 LEFT_toolButton->setIconSize(QSize(32, 32));
00301 UP_toolButton = new QToolButton(page_4);
00302 UP_toolButton->setObjectName(QString::fromUtf8("UP_toolButton"));
00303 UP_toolButton->setGeometry(QRect(80, 60, 40, 40));
00304 UP_toolButton->setIcon(QIcon(QString::fromUtf8(":/images/go-up.png")));
00305 UP_toolButton->setIconSize(QSize(32, 32));
00306 DOWN_toolButton = new QToolButton(page_4);
00307 DOWN_toolButton->setObjectName(QString::fromUtf8("DOWN_toolButton"));
00308 DOWN_toolButton->setGeometry(QRect(80, 110, 40, 40));
00309 DOWN_toolButton->setIcon(QIcon(QString::fromUtf8(":/images/go-down.png")));
00310 DOWN_toolButton->setIconSize(QSize(32, 32));
00311 trashTrajectory_toolButton = new QToolButton(page_4);
00312 trashTrajectory_toolButton->setObjectName(QString::fromUtf8("trashTrajectory_toolButton"));
00313 trashTrajectory_toolButton->setGeometry(QRect(180, 60, 40, 40));
00314 trashTrajectory_toolButton->setIcon(QIcon(QString::fromUtf8(":/images/user-trash.png")));
00315 trashTrajectory_toolButton->setIconSize(QSize(32, 32));
00316 INIT_toolButton = new QToolButton(page_4);
00317 INIT_toolButton->setObjectName(QString::fromUtf8("INIT_toolButton"));
00318 INIT_toolButton->setGeometry(QRect(30, 10, 40, 40));
00319 INIT_toolButton->setIcon(QIcon(QString::fromUtf8(":/images/start-point.png")));
00320 INIT_toolButton->setIconSize(QSize(32, 32));
00321 NEXT_toolButton = new QToolButton(page_4);
00322 NEXT_toolButton->setObjectName(QString::fromUtf8("NEXT_toolButton"));
00323 NEXT_toolButton->setGeometry(QRect(78, 9, 42, 41));
00324 NEXT_toolButton->setIcon(QIcon(QString::fromUtf8(":/images/next-point.png")));
00325 NEXT_toolButton->setIconSize(QSize(32, 32));
00326 loadTrajectory_toolButton = new QToolButton(page_4);
00327 loadTrajectory_toolButton->setObjectName(QString::fromUtf8("loadTrajectory_toolButton"));
00328 loadTrajectory_toolButton->setGeometry(QRect(130, 60, 40, 40));
00329 loadTrajectory_toolButton->setIcon(QIcon(QString::fromUtf8(":/images/maps-48x48.gif")));
00330 loadTrajectory_toolButton->setIconSize(QSize(32, 32));
00331 loadMap_toolButton = new QToolButton(page_4);
00332 loadMap_toolButton->setObjectName(QString::fromUtf8("loadMap_toolButton"));
00333 loadMap_toolButton->setGeometry(QRect(30, 60, 40, 40));
00334 loadMap_toolButton->setIcon(QIcon(QString::fromUtf8(":/images/fileopen.png")));
00335 loadMap_toolButton->setIconSize(QSize(32, 32));
00336 thetaInit_ToolButton = new QToolButton(page_4);
00337 thetaInit_ToolButton->setObjectName(QString::fromUtf8("thetaInit_ToolButton"));
00338 thetaInit_ToolButton->setGeometry(QRect(130, 10, 40, 40));
00339 thetaInit_ToolButton->setIcon(QIcon(QString::fromUtf8(":/images/steering_wheel.jpg")));
00340 thetaInit_ToolButton->setIconSize(QSize(32, 32));
00341 toolBox->addItem(page_4, QApplication::translate("MainWindow", "CONTROL and TRAJECTORIES", 0, QApplication::UnicodeUTF8));
00342 line = new QFrame(centralwidget);
00343 line->setObjectName(QString::fromUtf8("line"));
00344 line->setGeometry(QRect(270, 10, 16, 651));
00345 line->setFrameShape(QFrame::VLine);
00346 line->setFrameShadow(QFrame::Sunken);
00347 CPUprogressBar = new QProgressBar(centralwidget);
00348 CPUprogressBar->setObjectName(QString::fromUtf8("CPUprogressBar"));
00349 CPUprogressBar->setGeometry(QRect(20, 30, 241, 23));
00350 CPUprogressBar->setValue(0);
00351 cpuUsageLabel = new QLabel(centralwidget);
00352 cpuUsageLabel->setObjectName(QString::fromUtf8("cpuUsageLabel"));
00353 cpuUsageLabel->setGeometry(QRect(20, 10, 241, 20));
00354 MapGraphicsView = new QGraphicsView(centralwidget);
00355 MapGraphicsView->setObjectName(QString::fromUtf8("MapGraphicsView"));
00356 MapGraphicsView->setGeometry(QRect(350, 40, 631, 371));
00357 Zoom_verticalSlider = new QSlider(centralwidget);
00358 Zoom_verticalSlider->setObjectName(QString::fromUtf8("Zoom_verticalSlider"));
00359 Zoom_verticalSlider->setGeometry(QRect(310, 40, 31, 371));
00360 Zoom_verticalSlider->setMinimum(-50);
00361 Zoom_verticalSlider->setMaximum(50);
00362 Zoom_verticalSlider->setValue(0);
00363 Zoom_verticalSlider->setOrientation(Qt::Vertical);
00364 Zoom_verticalSlider->setInvertedAppearance(false);
00365 networxTX_label = new QLabel(centralwidget);
00366 networxTX_label->setObjectName(QString::fromUtf8("networxTX_label"));
00367 networxTX_label->setGeometry(QRect(20, 110, 101, 20));
00368 networkTX_progressBar = new QProgressBar(centralwidget);
00369 networkTX_progressBar->setObjectName(QString::fromUtf8("networkTX_progressBar"));
00370 networkTX_progressBar->setGeometry(QRect(20, 130, 111, 23));
00371 networkTX_progressBar->setMaximum(1000);
00372 networkTX_progressBar->setValue(0);
00373 memoryProgressBar = new QProgressBar(centralwidget);
00374 memoryProgressBar->setObjectName(QString::fromUtf8("memoryProgressBar"));
00375 memoryProgressBar->setGeometry(QRect(20, 80, 241, 23));
00376 memoryProgressBar->setValue(0);
00377 memUsageLabel = new QLabel(centralwidget);
00378 memUsageLabel->setObjectName(QString::fromUtf8("memUsageLabel"));
00379 memUsageLabel->setGeometry(QRect(20, 60, 221, 20));
00380 aboutQt_toolButton = new QToolButton(centralwidget);
00381 aboutQt_toolButton->setObjectName(QString::fromUtf8("aboutQt_toolButton"));
00382 aboutQt_toolButton->setGeometry(QRect(70, 620, 40, 40));
00383 aboutQt_toolButton->setIcon(QIcon(QString::fromUtf8(":/images/qt-logo.png")));
00384 aboutQt_toolButton->setIconSize(QSize(32, 32));
00385 about_RomeoHMI_toolButton = new QToolButton(centralwidget);
00386 about_RomeoHMI_toolButton->setObjectName(QString::fromUtf8("about_RomeoHMI_toolButton"));
00387 about_RomeoHMI_toolButton->setGeometry(QRect(120, 620, 40, 40));
00388 about_RomeoHMI_toolButton->setIcon(QIcon(QString::fromUtf8(":/images/dialog-information.png")));
00389 about_RomeoHMI_toolButton->setIconSize(QSize(32, 32));
00390 EXIT_toolButton = new QToolButton(centralwidget);
00391 EXIT_toolButton->setObjectName(QString::fromUtf8("EXIT_toolButton"));
00392 EXIT_toolButton->setGeometry(QRect(170, 620, 40, 40));
00393 EXIT_toolButton->setIcon(QIcon(QString::fromUtf8(":/images/system-log-out.png")));
00394 EXIT_toolButton->setIconSize(QSize(32, 32));
00395 Zoom_label = new QLabel(centralwidget);
00396 Zoom_label->setObjectName(QString::fromUtf8("Zoom_label"));
00397 Zoom_label->setGeometry(QRect(310, 20, 41, 21));
00398 zoom50_label = new QLabel(centralwidget);
00399 zoom50_label->setObjectName(QString::fromUtf8("zoom50_label"));
00400 zoom50_label->setGeometry(QRect(290, 50, 31, 18));
00401 label_16 = new QLabel(centralwidget);
00402 label_16->setObjectName(QString::fromUtf8("label_16"));
00403 label_16->setGeometry(QRect(300, 220, 21, 21));
00404 zoom50_label2 = new QLabel(centralwidget);
00405 zoom50_label2->setObjectName(QString::fromUtf8("zoom50_label2"));
00406 zoom50_label2->setGeometry(QRect(290, 400, 31, 20));
00407 line_2 = new QFrame(centralwidget);
00408 line_2->setObjectName(QString::fromUtf8("line_2"));
00409 line_2->setGeometry(QRect(320, 420, 661, 20));
00410 line_2->setFrameShape(QFrame::HLine);
00411 line_2->setFrameShadow(QFrame::Sunken);
00412 laser2DGraphicsView = new QGraphicsView(centralwidget);
00413 laser2DGraphicsView->setObjectName(QString::fromUtf8("laser2DGraphicsView"));
00414 laser2DGraphicsView->setGeometry(QRect(340, 470, 180, 180));
00415 laser2DGraphicsView->setAutoFillBackground(false);
00416 laser2DGraphicsView->setFrameShadow(QFrame::Sunken);
00417 laser2DGraphicsView->setVerticalScrollBarPolicy(Qt::ScrollBarAsNeeded);
00418 laser2DGraphicsView->setHorizontalScrollBarPolicy(Qt::ScrollBarAsNeeded);
00419 elevationMapGraphicsView = new QGraphicsView(centralwidget);
00420 elevationMapGraphicsView->setObjectName(QString::fromUtf8("elevationMapGraphicsView"));
00421 elevationMapGraphicsView->setGeometry(QRect(570, 470, 180, 180));
00422 transMapGraphicsView = new QGraphicsView(centralwidget);
00423 transMapGraphicsView->setObjectName(QString::fromUtf8("transMapGraphicsView"));
00424 transMapGraphicsView->setGeometry(QRect(800, 470, 180, 180));
00425 transMap_label_2 = new QLabel(centralwidget);
00426 transMap_label_2->setObjectName(QString::fromUtf8("transMap_label_2"));
00427 transMap_label_2->setGeometry(QRect(840, 650, 113, 31));
00428 elevationMap_label_2 = new QLabel(centralwidget);
00429 elevationMap_label_2->setObjectName(QString::fromUtf8("elevationMap_label_2"));
00430 elevationMap_label_2->setGeometry(QRect(620, 650, 81, 31));
00431 laserD_label_2 = new QLabel(centralwidget);
00432 laserD_label_2->setObjectName(QString::fromUtf8("laserD_label_2"));
00433 laserD_label_2->setGeometry(QRect(400, 649, 51, 31));
00434 AREA_MAP_label = new QLabel(centralwidget);
00435 AREA_MAP_label->setObjectName(QString::fromUtf8("AREA_MAP_label"));
00436 AREA_MAP_label->setGeometry(QRect(630, 10, 71, 20));
00437 QFont font;
00438 font.setBold(true);
00439 font.setWeight(75);
00440 AREA_MAP_label->setFont(font);
00441 SENSORS_label = new QLabel(centralwidget);
00442 SENSORS_label->setObjectName(QString::fromUtf8("SENSORS_label"));
00443 SENSORS_label->setGeometry(QRect(630, 440, 61, 18));
00444 SENSORS_label->setFont(font);
00445 line_3 = new QFrame(centralwidget);
00446 line_3->setObjectName(QString::fromUtf8("line_3"));
00447 line_3->setGeometry(QRect(40, 590, 201, 31));
00448 line_3->setFrameShape(QFrame::HLine);
00449 line_3->setFrameShadow(QFrame::Sunken);
00450 elevationMap_SWITCH_VIEW_toolButton = new QToolButton(centralwidget);
00451 elevationMap_SWITCH_VIEW_toolButton->setObjectName(QString::fromUtf8("elevationMap_SWITCH_VIEW_toolButton"));
00452 elevationMap_SWITCH_VIEW_toolButton->setGeometry(QRect(700, 600, 40, 40));
00453 elevationMap_SWITCH_VIEW_toolButton->setIcon(QIcon(QString::fromUtf8(":/images/system-restart.png")));
00454 elevationMap_SWITCH_VIEW_toolButton->setIconSize(QSize(32, 32));
00455 transMap_SWITCH_VIEW_toolButton = new QToolButton(centralwidget);
00456 transMap_SWITCH_VIEW_toolButton->setObjectName(QString::fromUtf8("transMap_SWITCH_VIEW_toolButton"));
00457 transMap_SWITCH_VIEW_toolButton->setGeometry(QRect(930, 600, 40, 40));
00458 transMap_SWITCH_VIEW_toolButton->setIcon(QIcon(QString::fromUtf8(":/images/system-restart.png")));
00459 transMap_SWITCH_VIEW_toolButton->setIconSize(QSize(32, 32));
00460 networkRX_progressBar = new QProgressBar(centralwidget);
00461 networkRX_progressBar->setObjectName(QString::fromUtf8("networkRX_progressBar"));
00462 networkRX_progressBar->setGeometry(QRect(150, 130, 111, 23));
00463 networkRX_progressBar->setMaximum(1000);
00464 networkRX_progressBar->setValue(0);
00465 networxRX_label = new QLabel(centralwidget);
00466 networxRX_label->setObjectName(QString::fromUtf8("networxRX_label"));
00467 networxRX_label->setGeometry(QRect(150, 110, 101, 20));
00468 MainWindow->setCentralWidget(centralwidget);
00469 statusbar = new QStatusBar(MainWindow);
00470 statusbar->setObjectName(QString::fromUtf8("statusbar"));
00471 MainWindow->setStatusBar(statusbar);
00472
00473 retranslateUi(MainWindow);
00474
00475 toolBox->setCurrentIndex(3);
00476
00477
00478 QMetaObject::connectSlotsByName(MainWindow);
00479 }
00480
00481 void retranslateUi(QMainWindow *MainWindow)
00482 {
00483 MainWindow->setWindowTitle(QApplication::translate("MainWindow", "ROMEO HUMAN MACHINE INTERFACE 3.0", 0, QApplication::UnicodeUTF8));
00484 MainWindow->setStyleSheet(QString());
00485 actionAboutQT->setText(QApplication::translate("MainWindow", "AboutQT", 0, QApplication::UnicodeUTF8));
00486 actionAboutRomeoHMI->setText(QApplication::translate("MainWindow", "aboutRomeoHMI", 0, QApplication::UnicodeUTF8));
00487 actionOpenMap->setText(QApplication::translate("MainWindow", "openMap", 0, QApplication::UnicodeUTF8));
00488 actionOpenTrajectory->setText(QApplication::translate("MainWindow", "openTrajectory", 0, QApplication::UnicodeUTF8));
00489 XcoordinateLabel->setText(QApplication::translate("MainWindow", "X - Coordinate [m]", 0, QApplication::UnicodeUTF8));
00490 YcoordinatelcdNumber->setStyleSheet(QApplication::translate("MainWindow", "color: rgb(85, 170, 0)", 0, QApplication::UnicodeUTF8));
00491 PITCHlabel->setText(QApplication::translate("MainWindow", "Pitch [degrees ]", 0, QApplication::UnicodeUTF8));
00492 XcoordinatelcdNumber->setStyleSheet(QApplication::translate("MainWindow", "color: rgb(85, 170, 0)", 0, QApplication::UnicodeUTF8));
00493 PITCHlcdNumber->setStyleSheet(QApplication::translate("MainWindow", "color: rgb(85, 170, 0)", 0, QApplication::UnicodeUTF8));
00494 ROLLlcdNumber->setStyleSheet(QApplication::translate("MainWindow", "color: rgb(85, 170, 0)", 0, QApplication::UnicodeUTF8));
00495 speedLabel->setText(QApplication::translate("MainWindow", "Speed [m/s]", 0, QApplication::UnicodeUTF8));
00496 ROLLlabel->setText(QApplication::translate("MainWindow", "Roll [degrees]", 0, QApplication::UnicodeUTF8));
00497 curvatureLabel->setText(QApplication::translate("MainWindow", "Curvature m/s]", 0, QApplication::UnicodeUTF8));
00498 curvatureDial->setStyleSheet(QString());
00499 YAWlabel->setText(QApplication::translate("MainWindow", "Yaw [ degrees]", 0, QApplication::UnicodeUTF8));
00500 YcoordinateLabel->setText(QApplication::translate("MainWindow", "Y - Coordinate [m]", 0, QApplication::UnicodeUTF8));
00501 YAWlcdNumber->setStyleSheet(QApplication::translate("MainWindow", "color: rgb(85, 170, 0)", 0, QApplication::UnicodeUTF8));
00502 speedlcdNumber->setStyleSheet(QApplication::translate("MainWindow", "color: rgb(85, 170, 0)", 0, QApplication::UnicodeUTF8));
00503 toolBox->setItemText(toolBox->indexOf(page), QApplication::translate("MainWindow", "ODOMETRY VALUES", 0, QApplication::UnicodeUTF8));
00504 transMaplabel->setText(QApplication::translate("MainWindow", "Transv. Map", 0, QApplication::UnicodeUTF8));
00505 elevationMaplabel->setText(QApplication::translate("MainWindow", "Elevation Map", 0, QApplication::UnicodeUTF8));
00506 transMap_START_toolButton->setText(QApplication::translate("MainWindow", "...", 0, QApplication::UnicodeUTF8));
00507 transMap_STOP_toolButton->setText(QApplication::translate("MainWindow", "...", 0, QApplication::UnicodeUTF8));
00508 elevationMap_STOP_toolButton->setText(QApplication::translate("MainWindow", "...", 0, QApplication::UnicodeUTF8));
00509 elevationMap_START_toolButton->setText(QApplication::translate("MainWindow", "...", 0, QApplication::UnicodeUTF8));
00510 laser2Dlabel->setText(QApplication::translate("MainWindow", "Laser 2D", 0, QApplication::UnicodeUTF8));
00511 laser2D_STOP_toolButton->setText(QApplication::translate("MainWindow", "...", 0, QApplication::UnicodeUTF8));
00512 laser2D_START_toolButton->setText(QApplication::translate("MainWindow", "...", 0, QApplication::UnicodeUTF8));
00513 toolBox->setItemText(toolBox->indexOf(page_2), QApplication::translate("MainWindow", "SENSORS", 0, QApplication::UnicodeUTF8));
00514 launcher_START_toolButton->setText(QApplication::translate("MainWindow", "...", 0, QApplication::UnicodeUTF8));
00515 launcher_STOP_toolButton->setText(QApplication::translate("MainWindow", "...", 0, QApplication::UnicodeUTF8));
00516 launcherlabel->setText(QApplication::translate("MainWindow", "Launcher", 0, QApplication::UnicodeUTF8));
00517 toolBox->setItemText(toolBox->indexOf(page_3), QApplication::translate("MainWindow", "PROCESS", 0, QApplication::UnicodeUTF8));
00518 launchTrajectorytoolButton->setText(QApplication::translate("MainWindow", "...", 0, QApplication::UnicodeUTF8));
00519 PANIC_toolButton->setText(QApplication::translate("MainWindow", "...", 0, QApplication::UnicodeUTF8));
00520 launchTrajectorylabel->setText(QApplication::translate("MainWindow", "Launch trajectory", 0, QApplication::UnicodeUTF8));
00521 panicButtonlabel->setText(QApplication::translate("MainWindow", "\302\241\302\241 Panic Button !!", 0, QApplication::UnicodeUTF8));
00522 RIGHT_toolButton->setText(QApplication::translate("MainWindow", "...", 0, QApplication::UnicodeUTF8));
00523 LEFT_toolButton->setText(QApplication::translate("MainWindow", "...", 0, QApplication::UnicodeUTF8));
00524 UP_toolButton->setText(QApplication::translate("MainWindow", "...", 0, QApplication::UnicodeUTF8));
00525 DOWN_toolButton->setText(QApplication::translate("MainWindow", "...", 0, QApplication::UnicodeUTF8));
00526 trashTrajectory_toolButton->setText(QApplication::translate("MainWindow", "...", 0, QApplication::UnicodeUTF8));
00527 INIT_toolButton->setText(QApplication::translate("MainWindow", "...", 0, QApplication::UnicodeUTF8));
00528 NEXT_toolButton->setText(QApplication::translate("MainWindow", "...", 0, QApplication::UnicodeUTF8));
00529 loadTrajectory_toolButton->setText(QApplication::translate("MainWindow", "...", 0, QApplication::UnicodeUTF8));
00530 loadMap_toolButton->setText(QApplication::translate("MainWindow", "...", 0, QApplication::UnicodeUTF8));
00531 thetaInit_ToolButton->setText(QApplication::translate("MainWindow", "...", 0, QApplication::UnicodeUTF8));
00532 toolBox->setItemText(toolBox->indexOf(page_4), QApplication::translate("MainWindow", "CONTROL and TRAJECTORIES", 0, QApplication::UnicodeUTF8));
00533 cpuUsageLabel->setText(QApplication::translate("MainWindow", "CPU USAGE SYSTEM AVERAGE", 0, QApplication::UnicodeUTF8));
00534 networxTX_label->setText(QApplication::translate("MainWindow", "NETWORK - TX ", 0, QApplication::UnicodeUTF8));
00535 networkTX_progressBar->setStyleSheet(QString());
00536 networkTX_progressBar->setFormat(QApplication::translate("MainWindow", "%v KB/s", "KB/s", QApplication::UnicodeUTF8));
00537 memUsageLabel->setText(QApplication::translate("MainWindow", "MEM. USAGE SYSTEM AVERAGE", 0, QApplication::UnicodeUTF8));
00538 aboutQt_toolButton->setText(QApplication::translate("MainWindow", "...", 0, QApplication::UnicodeUTF8));
00539 about_RomeoHMI_toolButton->setText(QApplication::translate("MainWindow", "...", 0, QApplication::UnicodeUTF8));
00540 EXIT_toolButton->setText(QApplication::translate("MainWindow", "...", 0, QApplication::UnicodeUTF8));
00541 Zoom_label->setText(QApplication::translate("MainWindow", "Zoom", 0, QApplication::UnicodeUTF8));
00542 zoom50_label->setText(QApplication::translate("MainWindow", "+ 50", 0, QApplication::UnicodeUTF8));
00543 label_16->setText(QApplication::translate("MainWindow", "0", 0, QApplication::UnicodeUTF8));
00544 zoom50_label2->setText(QApplication::translate("MainWindow", "- 50", 0, QApplication::UnicodeUTF8));
00545 laser2DGraphicsView->setStyleSheet(QString());
00546 transMap_label_2->setText(QApplication::translate("MainWindow", "Transversability Map", 0, QApplication::UnicodeUTF8));
00547 elevationMap_label_2->setText(QApplication::translate("MainWindow", "Elevation Map", 0, QApplication::UnicodeUTF8));
00548 laserD_label_2->setText(QApplication::translate("MainWindow", "Laser 2D", 0, QApplication::UnicodeUTF8));
00549 AREA_MAP_label->setText(QApplication::translate("MainWindow", "AREA MAP", 0, QApplication::UnicodeUTF8));
00550 SENSORS_label->setText(QApplication::translate("MainWindow", "SENSORS", 0, QApplication::UnicodeUTF8));
00551 elevationMap_SWITCH_VIEW_toolButton->setText(QApplication::translate("MainWindow", "...", 0, QApplication::UnicodeUTF8));
00552 transMap_SWITCH_VIEW_toolButton->setText(QApplication::translate("MainWindow", "...", 0, QApplication::UnicodeUTF8));
00553 networkRX_progressBar->setStyleSheet(QString());
00554 networkRX_progressBar->setFormat(QApplication::translate("MainWindow", "%v KB/s", 0, QApplication::UnicodeUTF8));
00555 networxRX_label->setText(QApplication::translate("MainWindow", "NETWORK - RX ", 0, QApplication::UnicodeUTF8));
00556 Q_UNUSED(MainWindow);
00557 }
00558
00559 };
00560
00561 namespace Ui {
00562 class MainWindow: public Ui_MainWindow {};
00563 }
00564
00565 #endif // UI_MAINWINDOW_HMI2_H