-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathui_frame.h
53 lines (41 loc) · 1.27 KB
/
ui_frame.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
/********************************************************************************
** Form generated from reading ui file 'frame.ui'
**
** Created
** by: Qt User Interface Compiler version 4.5.2
**
** WARNING! All changes made in this file will be lost when recompiling ui file!
********************************************************************************/
#ifndef UI_FRAME_H
#define UI_FRAME_H
#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QFrame>
#include <QtGui/QHeaderView>
QT_BEGIN_NAMESPACE
class Ui_Frame
{
public:
void setupUi(QFrame *Frame)
{
if (Frame->objectName().isEmpty())
Frame->setObjectName(QString::fromUtf8("Frame"));
Frame->setFrameShadow(QFrame::Raised);
Frame->resize(400, 300);
Frame->setFrameShape(QFrame::StyledPanel);
retranslateUi(Frame);
QMetaObject::connectSlotsByName(Frame);
} // setupUi
void retranslateUi(QFrame *Frame)
{
Frame->setWindowTitle(QApplication::translate("Frame", "Frame", 0, QApplication::UnicodeUTF8));
Q_UNUSED(Frame);
} // retranslateUi
};
namespace Ui {
class Frame: public Ui_Frame {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_FRAME_H