forked from ZYunfeii/QtDiary
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathui_diarylog.h
108 lines (96 loc) · 4.15 KB
/
ui_diarylog.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
/********************************************************************************
** Form generated from reading UI file 'diarylog.ui'
**
** Created by: Qt User Interface Compiler version 5.12.10
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_DIARYLOG_H
#define UI_DIARYLOG_H
#include <QtCore/QVariant>
#include <QtGui/QIcon>
#include <QtWidgets/QApplication>
#include <QtWidgets/QLabel>
#include <QtWidgets/QPushButton>
#include <QtWidgets/QTextBrowser>
#include <QtWidgets/QWidget>
QT_BEGIN_NAMESPACE
class Ui_DiaryLog
{
public:
QLabel *timeLabel;
QTextBrowser *textBrowser;
QPushButton *deleteButton;
QLabel *portraitLabel;
QPushButton *detailButton;
void setupUi(QWidget *DiaryLog)
{
if (DiaryLog->objectName().isEmpty())
DiaryLog->setObjectName(QString::fromUtf8("DiaryLog"));
DiaryLog->resize(350, 130);
DiaryLog->setMinimumSize(QSize(350, 130));
DiaryLog->setMaximumSize(QSize(350, 130));
QFont font;
font.setPointSize(9);
DiaryLog->setFont(font);
DiaryLog->setStyleSheet(QString::fromUtf8(""));
timeLabel = new QLabel(DiaryLog);
timeLabel->setObjectName(QString::fromUtf8("timeLabel"));
timeLabel->setGeometry(QRect(110, 10, 161, 21));
timeLabel->setMinimumSize(QSize(161, 21));
timeLabel->setMaximumSize(QSize(161, 21));
QFont font1;
font1.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
timeLabel->setFont(font1);
textBrowser = new QTextBrowser(DiaryLog);
textBrowser->setObjectName(QString::fromUtf8("textBrowser"));
textBrowser->setGeometry(QRect(90, 40, 205, 81));
textBrowser->setMinimumSize(QSize(205, 81));
textBrowser->setMaximumSize(QSize(205, 81));
QFont font2;
font2.setFamily(QString::fromUtf8("Arial"));
textBrowser->setFont(font2);
textBrowser->setStyleSheet(QString::fromUtf8(""));
textBrowser->setFrameShape(QFrame::StyledPanel);
textBrowser->setFrameShadow(QFrame::Raised);
textBrowser->setLineWidth(4);
deleteButton = new QPushButton(DiaryLog);
deleteButton->setObjectName(QString::fromUtf8("deleteButton"));
deleteButton->setGeometry(QRect(310, 50, 30, 30));
deleteButton->setMinimumSize(QSize(30, 30));
deleteButton->setMaximumSize(QSize(30, 30));
QIcon icon;
icon.addFile(QString::fromUtf8(":/images/IMG_9.jpeg"), QSize(), QIcon::Normal, QIcon::Off);
deleteButton->setIcon(icon);
deleteButton->setFlat(true);
portraitLabel = new QLabel(DiaryLog);
portraitLabel->setObjectName(QString::fromUtf8("portraitLabel"));
portraitLabel->setGeometry(QRect(20, 50, 50, 50));
portraitLabel->setMinimumSize(QSize(50, 50));
portraitLabel->setMaximumSize(QSize(50, 50));
detailButton = new QPushButton(DiaryLog);
detailButton->setObjectName(QString::fromUtf8("detailButton"));
detailButton->setGeometry(QRect(310, 80, 30, 30));
detailButton->setMinimumSize(QSize(30, 30));
detailButton->setMaximumSize(QSize(30, 30));
QIcon icon1;
icon1.addFile(QString::fromUtf8(":/images/IMG_1.png"), QSize(), QIcon::Normal, QIcon::Off);
detailButton->setIcon(icon1);
detailButton->setFlat(true);
retranslateUi(DiaryLog);
QMetaObject::connectSlotsByName(DiaryLog);
} // setupUi
void retranslateUi(QWidget *DiaryLog)
{
DiaryLog->setWindowTitle(QApplication::translate("DiaryLog", "Form", nullptr));
timeLabel->setText(QApplication::translate("DiaryLog", "TextLabel", nullptr));
deleteButton->setText(QString());
portraitLabel->setText(QApplication::translate("DiaryLog", "TextLabel", nullptr));
detailButton->setText(QString());
} // retranslateUi
};
namespace Ui {
class DiaryLog: public Ui_DiaryLog {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_DIARYLOG_H