-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathui_fentr.h
65 lines (53 loc) · 1.83 KB
/
ui_fentr.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
/********************************************************************************
** Form generated from reading UI file 'fentr.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_FENTR_H
#define UI_FENTR_H
#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QIcon>
#include <QtWidgets/QApplication>
#include <QtWidgets/QMainWindow>
#include <QtWidgets/QStatusBar>
#include <QtWidgets/QWidget>
QT_BEGIN_NAMESPACE
class Ui_FenTr
{
public:
QAction *actionTEST1;
QWidget *centralwidget;
QStatusBar *statusbar;
void setupUi(QMainWindow *FenTr)
{
if (FenTr->objectName().isEmpty())
FenTr->setObjectName("FenTr");
FenTr->resize(1085, 600);
QIcon icon;
icon.addFile(QString::fromUtf8("UniversImple.png"), QSize(), QIcon::Normal, QIcon::Off);
FenTr->setWindowIcon(icon);
actionTEST1 = new QAction(FenTr);
actionTEST1->setObjectName("actionTEST1");
centralwidget = new QWidget(FenTr);
centralwidget->setObjectName("centralwidget");
FenTr->setCentralWidget(centralwidget);
statusbar = new QStatusBar(FenTr);
statusbar->setObjectName("statusbar");
FenTr->setStatusBar(statusbar);
retranslateUi(FenTr);
QMetaObject::connectSlotsByName(FenTr);
} // setupUi
void retranslateUi(QMainWindow *FenTr)
{
FenTr->setWindowTitle(QCoreApplication::translate("FenTr", "Traitements", nullptr));
actionTEST1->setText(QCoreApplication::translate("FenTr", "TEST1", nullptr));
} // retranslateUi
};
namespace Ui {
class FenTr: public Ui_FenTr {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_FENTR_H