-
Notifications
You must be signed in to change notification settings - Fork 2
/
ui_Camera.h
63 lines (51 loc) · 1.82 KB
/
ui_Camera.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
/********************************************************************************
** Form generated from reading UI file 'camera.ui'
**
** Created: Wed May 6 04:51:55 2015
** by: Qt User Interface Compiler version 4.7.1
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_CAMERA_H
#define UI_CAMERA_H
#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QHeaderView>
#include <QtGui/QLabel>
#include <QtGui/QPushButton>
#include <QtGui/QWidget>
QT_BEGIN_NAMESPACE
class Ui_camera
{
public:
QPushButton *pushButton;
QLabel *label;
void setupUi(QWidget *camera)
{
if (camera->objectName().isEmpty())
camera->setObjectName(QString::fromUtf8("camera"));
camera->resize(480, 272);
pushButton = new QPushButton(camera);
pushButton->setObjectName(QString::fromUtf8("pushButton"));
pushButton->setGeometry(QRect(360, 110, 91, 51));
label = new QLabel(camera);
label->setObjectName(QString::fromUtf8("label"));
label->setGeometry(QRect(21, 17, 321, 241));
retranslateUi(camera);
QObject::connect(pushButton, SIGNAL(clicked()), camera, SLOT(back2main()));
QMetaObject::connectSlotsByName(camera);
} // setupUi
void retranslateUi(QWidget *camera)
{
camera->setWindowTitle(QApplication::translate("camera", "Form", 0, QApplication::UnicodeUTF8));
pushButton->setText(QApplication::translate("camera", "&Close", 0, QApplication::UnicodeUTF8));
label->setText(QString());
} // retranslateUi
};
namespace Ui {
class camera: public Ui_camera {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_CAMERA_H