-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathui_apropos.h
70 lines (56 loc) · 1.89 KB
/
ui_apropos.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
/********************************************************************************
** Form generated from reading UI file 'apropos.ui'
**
** Created by: Qt User Interface Compiler version 6.4.1
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_APROPOS_H
#define UI_APROPOS_H
#include <QtCore/QVariant>
#include <QtGui/QIcon>
#include <QtWidgets/QApplication>
#include <QtWidgets/QDialog>
#include <QtWidgets/QLabel>
#include <QtWidgets/QVBoxLayout>
QT_BEGIN_NAMESPACE
class Ui_apropos
{
public:
QVBoxLayout *verticalLayout;
QLabel *label;
void setupUi(QDialog *apropos)
{
if (apropos->objectName().isEmpty())
apropos->setObjectName("apropos");
apropos->resize(400, 300);
QIcon icon;
icon.addFile(QString::fromUtf8("UniversImple.png"), QSize(), QIcon::Normal, QIcon::Off);
apropos->setWindowIcon(icon);
verticalLayout = new QVBoxLayout(apropos);
verticalLayout->setObjectName("verticalLayout");
label = new QLabel(apropos);
label->setObjectName("label");
QFont font;
font.setPointSize(18);
label->setFont(font);
label->setAlignment(Qt::AlignCenter);
verticalLayout->addWidget(label);
retranslateUi(apropos);
QMetaObject::connectSlotsByName(apropos);
} // setupUi
void retranslateUi(QDialog *apropos)
{
apropos->setWindowTitle(QCoreApplication::translate("apropos", "A propos", nullptr));
label->setText(QCoreApplication::translate("apropos", "Cette application permet \n"
"de traiter des images\n"
" Pour l'utilisation\n"
" reportez-vous au\n"
" manuel fourni", nullptr));
} // retranslateUi
};
namespace Ui {
class apropos: public Ui_apropos {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_APROPOS_H