-
Notifications
You must be signed in to change notification settings - Fork 0
/
ui_extinfo.h
171 lines (135 loc) · 5.76 KB
/
ui_extinfo.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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
/********************************************************************************
** Form generated from reading UI file 'extinfo.ui'
**
** Created by: Qt User Interface Compiler version 5.5.1
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_EXTINFO_H
#define UI_EXTINFO_H
#include <QtCore/QVariant>
#include <QtWidgets/QAction>
#include <QtWidgets/QApplication>
#include <QtWidgets/QButtonGroup>
#include <QtWidgets/QCheckBox>
#include <QtWidgets/QComboBox>
#include <QtWidgets/QDialog>
#include <QtWidgets/QFrame>
#include <QtWidgets/QGridLayout>
#include <QtWidgets/QHeaderView>
#include <QtWidgets/QLabel>
#include <QtWidgets/QLineEdit>
#include <QtWidgets/QRadioButton>
#include <QtWidgets/QTableView>
QT_BEGIN_NAMESPACE
class Ui_extInfo
{
public:
QLabel *label;
QLineEdit *lineEdit;
QTableView *tableView;
QTableView *tableView_2;
QTableView *tableView_3;
QTableView *tableView_4;
QFrame *frame;
QGridLayout *gridLayout;
QRadioButton *radioButton;
QLabel *label_3;
QComboBox *comboBox;
QComboBox *comboBox_2;
QCheckBox *chkPL;
QCheckBox *chkPCurr;
QCheckBox *chkLLen;
QCheckBox *chkLNum;
QLabel *label_2;
QCheckBox *chkLRem;
QCheckBox *chkLMed;
QRadioButton *radioButton_2;
void setupUi(QDialog *extInfo)
{
if (extInfo->objectName().isEmpty())
extInfo->setObjectName(QStringLiteral("extInfo"));
extInfo->resize(1276, 626);
label = new QLabel(extInfo);
label->setObjectName(QStringLiteral("label"));
label->setGeometry(QRect(0, 10, 71, 18));
lineEdit = new QLineEdit(extInfo);
lineEdit->setObjectName(QStringLiteral("lineEdit"));
lineEdit->setGeometry(QRect(70, 10, 113, 32));
tableView = new QTableView(extInfo);
tableView->setObjectName(QStringLiteral("tableView"));
tableView->setGeometry(QRect(40, 310, 256, 301));
tableView_2 = new QTableView(extInfo);
tableView_2->setObjectName(QStringLiteral("tableView_2"));
tableView_2->setGeometry(QRect(350, 310, 256, 301));
tableView_3 = new QTableView(extInfo);
tableView_3->setObjectName(QStringLiteral("tableView_3"));
tableView_3->setGeometry(QRect(640, 310, 256, 301));
tableView_4 = new QTableView(extInfo);
tableView_4->setObjectName(QStringLiteral("tableView_4"));
tableView_4->setGeometry(QRect(970, 310, 256, 301));
frame = new QFrame(extInfo);
frame->setObjectName(QStringLiteral("frame"));
frame->setGeometry(QRect(310, 60, 611, 178));
gridLayout = new QGridLayout(frame);
gridLayout->setObjectName(QStringLiteral("gridLayout"));
radioButton = new QRadioButton(frame);
radioButton->setObjectName(QStringLiteral("radioButton"));
gridLayout->addWidget(radioButton, 0, 0, 1, 2);
label_3 = new QLabel(frame);
label_3->setObjectName(QStringLiteral("label_3"));
gridLayout->addWidget(label_3, 1, 2, 1, 1);
comboBox = new QComboBox(frame);
comboBox->setObjectName(QStringLiteral("comboBox"));
gridLayout->addWidget(comboBox, 1, 1, 1, 1);
comboBox_2 = new QComboBox(frame);
comboBox_2->setObjectName(QStringLiteral("comboBox_2"));
gridLayout->addWidget(comboBox_2, 1, 4, 1, 1);
chkPL = new QCheckBox(frame);
chkPL->setObjectName(QStringLiteral("chkPL"));
gridLayout->addWidget(chkPL, 3, 3, 2, 2);
chkPCurr = new QCheckBox(frame);
chkPCurr->setObjectName(QStringLiteral("chkPCurr"));
gridLayout->addWidget(chkPCurr, 2, 3, 1, 2);
chkLLen = new QCheckBox(frame);
chkLLen->setObjectName(QStringLiteral("chkLLen"));
gridLayout->addWidget(chkLLen, 5, 0, 1, 2);
chkLNum = new QCheckBox(frame);
chkLNum->setObjectName(QStringLiteral("chkLNum"));
gridLayout->addWidget(chkLNum, 4, 0, 1, 2);
label_2 = new QLabel(frame);
label_2->setObjectName(QStringLiteral("label_2"));
gridLayout->addWidget(label_2, 1, 0, 1, 1);
chkLRem = new QCheckBox(frame);
chkLRem->setObjectName(QStringLiteral("chkLRem"));
gridLayout->addWidget(chkLRem, 2, 0, 2, 2);
chkLMed = new QCheckBox(frame);
chkLMed->setObjectName(QStringLiteral("chkLMed"));
gridLayout->addWidget(chkLMed, 6, 0, 1, 2);
radioButton_2 = new QRadioButton(frame);
radioButton_2->setObjectName(QStringLiteral("radioButton_2"));
gridLayout->addWidget(radioButton_2, 0, 2, 1, 2);
retranslateUi(extInfo);
QMetaObject::connectSlotsByName(extInfo);
} // setupUi
void retranslateUi(QDialog *extInfo)
{
extInfo->setWindowTitle(QApplication::translate("extInfo", "Dialog", 0));
label->setText(QApplication::translate("extInfo", "Info for ID:", 0));
radioButton->setText(QString());
label_3->setText(QApplication::translate("extInfo", "Pending Requests:", 0));
chkPL->setText(QApplication::translate("extInfo", "Lenders", 0));
chkPCurr->setText(QApplication::translate("extInfo", "Current Amount", 0));
chkLLen->setText(QApplication::translate("extInfo", "Lenders", 0));
chkLNum->setText(QApplication::translate("extInfo", "Number of installments", 0));
label_2->setText(QApplication::translate("extInfo", "Loan:", 0));
chkLRem->setText(QApplication::translate("extInfo", "Remaining Amount", 0));
chkLMed->setText(QApplication::translate("extInfo", "Medians", 0));
radioButton_2->setText(QString());
} // retranslateUi
};
namespace Ui {
class extInfo: public Ui_extInfo {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_EXTINFO_H