00001 #ifndef UI_STATUSBARUI_H
00002 #define UI_STATUSBARUI_H
00003
00004 #include "ClickableLabel.h"
00005 #include <QtCore/QVariant>
00006 #include <QtGui/QAction>
00007 #include <QtGui/QApplication>
00008 #include <QtGui/QButtonGroup>
00009 #include <QtGui/QLabel>
00010 #include <QtGui/QMainWindow>
00011 #include <QtGui/QWidget>
00012
00013 class Ui_statusbarUI
00014 {
00015 public:
00016 QWidget *centralWidget;
00017 ClickableLabel *arrow;
00018 QLabel *dataIndex0;
00019 QLabel *dataIndex1;
00020
00021 void setupUi(QMainWindow *statusbarUI)
00022 {
00023 statusbarUI->setObjectName(QString::fromUtf8("statusbarUI"));
00024 statusbarUI->resize(QSize(206, 115).expandedTo(statusbarUI->minimumSizeHint()));
00025 centralWidget = new QWidget(statusbarUI);
00026 centralWidget->setObjectName(QString::fromUtf8("centralWidget"));
00027 arrow = new ClickableLabel(centralWidget);
00028 arrow->setObjectName(QString::fromUtf8("arrow"));
00029 arrow->setGeometry(QRect(80, 10, 50, 50));
00030 arrow->setPixmap(QPixmap());
00031 dataIndex0 = new QLabel(centralWidget);
00032 dataIndex0->setObjectName(QString::fromUtf8("dataIndex0"));
00033 dataIndex0->setGeometry(QRect(10, 70, 191, 16));
00034 dataIndex1 = new QLabel(centralWidget);
00035 dataIndex1->setObjectName(QString::fromUtf8("dataIndex1"));
00036 dataIndex1->setGeometry(QRect(10, 90, 191, 16));
00037 statusbarUI->setCentralWidget(centralWidget);
00038 retranslateUi(statusbarUI);
00039
00040 QMetaObject::connectSlotsByName(statusbarUI);
00041 }
00042
00043 void retranslateUi(QMainWindow *statusbarUI)
00044 {
00045 statusbarUI->setWindowTitle(QApplication::translate("statusbarUI", "Statusbar", 0, QApplication::UnicodeUTF8));
00046 arrow->setText(QApplication::translate("statusbarUI", "", 0, QApplication::UnicodeUTF8));
00047 dataIndex0->setText(QApplication::translate("statusbarUI", "DataIndex [0]: ", 0, QApplication::UnicodeUTF8));
00048 dataIndex1->setText(QApplication::translate("statusbarUI", "DataIndex [1]: ", 0, QApplication::UnicodeUTF8));
00049 Q_UNUSED(statusbarUI);
00050 }
00051
00052 };
00053
00054 namespace Ui {
00055 class statusbarUI: public Ui_statusbarUI {};
00056 }
00057
00058 #endif // UI_STATUSBARUI_H