forked from JT117/KFet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ui_fenetreprincipale.h
100 lines (88 loc) · 3.73 KB
/
ui_fenetreprincipale.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
/********************************************************************************
** Form generated from reading UI file 'fenetreprincipale.ui'
**
** Created: Thu 29. Sep 10:13:02 2011
** by: Qt User Interface Compiler version 4.7.4
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_FENETREPRINCIPALE_H
#define UI_FENETREPRINCIPALE_H
#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QDialog>
#include <QtGui/QFrame>
#include <QtGui/QGridLayout>
#include <QtGui/QHeaderView>
#include <QtGui/QLabel>
#include <QtGui/QLineEdit>
#include <QtGui/QTabWidget>
#include <QtGui/QWidget>
QT_BEGIN_NAMESPACE
class Ui_FenetrePrincipale
{
public:
QLabel *label;
QLineEdit *rechercheLineEdit;
QFrame *line;
QWidget *gridLayoutWidget;
QGridLayout *gridLayout;
QTabWidget *tabWidget;
QWidget *tab;
QWidget *tab_2;
void setupUi(QDialog *FenetrePrincipale)
{
if (FenetrePrincipale->objectName().isEmpty())
FenetrePrincipale->setObjectName(QString::fromUtf8("FenetrePrincipale"));
FenetrePrincipale->resize(970, 618);
QFont font;
font.setFamily(QString::fromUtf8("MV Boli"));
font.setPointSize(10);
font.setBold(true);
font.setWeight(75);
FenetrePrincipale->setFont(font);
label = new QLabel(FenetrePrincipale);
label->setObjectName(QString::fromUtf8("label"));
label->setGeometry(QRect(20, 20, 81, 16));
label->setFont(font);
rechercheLineEdit = new QLineEdit(FenetrePrincipale);
rechercheLineEdit->setObjectName(QString::fromUtf8("rechercheLineEdit"));
rechercheLineEdit->setGeometry(QRect(100, 20, 161, 20));
line = new QFrame(FenetrePrincipale);
line->setObjectName(QString::fromUtf8("line"));
line->setGeometry(QRect(20, 40, 921, 16));
line->setFrameShape(QFrame::HLine);
line->setFrameShadow(QFrame::Sunken);
gridLayoutWidget = new QWidget(FenetrePrincipale);
gridLayoutWidget->setObjectName(QString::fromUtf8("gridLayoutWidget"));
gridLayoutWidget->setGeometry(QRect(540, 60, 391, 541));
gridLayout = new QGridLayout(gridLayoutWidget);
gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
gridLayout->setContentsMargins(0, 0, 0, 0);
tabWidget = new QTabWidget(FenetrePrincipale);
tabWidget->setObjectName(QString::fromUtf8("tabWidget"));
tabWidget->setGeometry(QRect(20, 60, 511, 541));
tab = new QWidget();
tab->setObjectName(QString::fromUtf8("tab"));
tabWidget->addTab(tab, QString());
tab_2 = new QWidget();
tab_2->setObjectName(QString::fromUtf8("tab_2"));
tabWidget->addTab(tab_2, QString());
retranslateUi(FenetrePrincipale);
QMetaObject::connectSlotsByName(FenetrePrincipale);
} // setupUi
void retranslateUi(QDialog *FenetrePrincipale)
{
FenetrePrincipale->setWindowTitle(QApplication::translate("FenetrePrincipale", "Dialog", 0, QApplication::UnicodeUTF8));
label->setText(QApplication::translate("FenetrePrincipale", "Recherche", 0, QApplication::UnicodeUTF8));
tabWidget->setTabText(tabWidget->indexOf(tab), QApplication::translate("FenetrePrincipale", "Tab 1", 0, QApplication::UnicodeUTF8));
tabWidget->setTabText(tabWidget->indexOf(tab_2), QApplication::translate("FenetrePrincipale", "Tab 2", 0, QApplication::UnicodeUTF8));
} // retranslateUi
};
namespace Ui {
class FenetrePrincipale: public Ui_FenetrePrincipale {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_FENETREPRINCIPALE_H