00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_ZBARGUI_H
00011 #define UI_ZBARGUI_H
00012
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QHeaderView>
00018 #include <QtGui/QLabel>
00019 #include <QtGui/QMainWindow>
00020 #include <QtGui/QMenuBar>
00021 #include <QtGui/QPushButton>
00022 #include <QtGui/QStatusBar>
00023 #include <QtGui/QWidget>
00024
00025 QT_BEGIN_NAMESPACE
00026
00027 class Ui_zbarGui
00028 {
00029 public:
00030 QWidget *centralwidget;
00031 QPushButton *pushButton;
00032 QPushButton *pushButton_2;
00033 QLabel *label;
00034 QLabel *label_2;
00035 QLabel *label_3;
00036 QLabel *product_name;
00037 QLabel *label_5;
00038 QLabel *product_producer;
00039 QLabel *label_7;
00040 QLabel *product_category;
00041 QMenuBar *menubar;
00042 QStatusBar *statusbar;
00043
00044 void setupUi(QMainWindow *zbarGui)
00045 {
00046 if (zbarGui->objectName().isEmpty())
00047 zbarGui->setObjectName(QString::fromUtf8("zbarGui"));
00048 zbarGui->resize(713, 473);
00049 centralwidget = new QWidget(zbarGui);
00050 centralwidget->setObjectName(QString::fromUtf8("centralwidget"));
00051 pushButton = new QPushButton(centralwidget);
00052 pushButton->setObjectName(QString::fromUtf8("pushButton"));
00053 pushButton->setGeometry(QRect(10, 10, 91, 51));
00054 pushButton_2 = new QPushButton(centralwidget);
00055 pushButton_2->setObjectName(QString::fromUtf8("pushButton_2"));
00056 pushButton_2->setGeometry(QRect(10, 70, 91, 51));
00057 label = new QLabel(centralwidget);
00058 label->setObjectName(QString::fromUtf8("label"));
00059 label->setGeometry(QRect(110, 10, 251, 271));
00060 label_2 = new QLabel(centralwidget);
00061 label_2->setObjectName(QString::fromUtf8("label_2"));
00062 label_2->setGeometry(QRect(340, 10, 251, 271));
00063 label_3 = new QLabel(centralwidget);
00064 label_3->setObjectName(QString::fromUtf8("label_3"));
00065 label_3->setGeometry(QRect(80, 320, 121, 20));
00066 product_name = new QLabel(centralwidget);
00067 product_name->setObjectName(QString::fromUtf8("product_name"));
00068 product_name->setGeometry(QRect(210, 320, 431, 17));
00069 label_5 = new QLabel(centralwidget);
00070 label_5->setObjectName(QString::fromUtf8("label_5"));
00071 label_5->setGeometry(QRect(80, 340, 131, 20));
00072 product_producer = new QLabel(centralwidget);
00073 product_producer->setObjectName(QString::fromUtf8("product_producer"));
00074 product_producer->setGeometry(QRect(220, 340, 421, 20));
00075 label_7 = new QLabel(centralwidget);
00076 label_7->setObjectName(QString::fromUtf8("label_7"));
00077 label_7->setGeometry(QRect(80, 360, 131, 20));
00078 product_category = new QLabel(centralwidget);
00079 product_category->setObjectName(QString::fromUtf8("product_category"));
00080 product_category->setGeometry(QRect(220, 360, 421, 20));
00081 zbarGui->setCentralWidget(centralwidget);
00082 menubar = new QMenuBar(zbarGui);
00083 menubar->setObjectName(QString::fromUtf8("menubar"));
00084 menubar->setGeometry(QRect(0, 0, 713, 25));
00085 zbarGui->setMenuBar(menubar);
00086 statusbar = new QStatusBar(zbarGui);
00087 statusbar->setObjectName(QString::fromUtf8("statusbar"));
00088 zbarGui->setStatusBar(statusbar);
00089
00090 retranslateUi(zbarGui);
00091
00092 QMetaObject::connectSlotsByName(zbarGui);
00093 }
00094
00095 void retranslateUi(QMainWindow *zbarGui)
00096 {
00097 zbarGui->setWindowTitle(QApplication::translate("zbarGui", "MainWindow", 0, QApplication::UnicodeUTF8));
00098 pushButton->setText(QApplication::translate("zbarGui", "Start", 0, QApplication::UnicodeUTF8));
00099 pushButton_2->setText(QApplication::translate("zbarGui", "Quit", 0, QApplication::UnicodeUTF8));
00100 label->setText(QString());
00101 label_2->setText(QString());
00102 label_3->setText(QApplication::translate("zbarGui", "Product name: ", 0, QApplication::UnicodeUTF8));
00103 product_name->setText(QString());
00104 label_5->setText(QApplication::translate("zbarGui", "Product producer: ", 0, QApplication::UnicodeUTF8));
00105 product_producer->setText(QString());
00106 label_7->setText(QApplication::translate("zbarGui", "Product category: ", 0, QApplication::UnicodeUTF8));
00107 product_category->setText(QString());
00108 }
00109
00110 };
00111
00112 namespace Ui {
00113 class zbarGui: public Ui_zbarGui {};
00114 }
00115
00116 QT_END_NAMESPACE
00117
00118 #endif // UI_ZBARGUI_H