1/*
2*********************************************************************
3**
4** Copyright (C) 2016 The Qt Company Ltd.
5** Contact: https://www.qt.io/licensing/
6**
7** This file is part of the Qt Linguist of the Qt Toolkit.
8**
9** $QT_BEGIN_LICENSE:GPL-EXCEPT$
10** Commercial License Usage
11** Licensees holding valid commercial Qt licenses may use this file in
12** accordance with the commercial license agreement provided with the
13** Software or, alternatively, in accordance with the terms contained in
14** a written agreement between you and The Qt Company. For licensing terms
15** and conditions see https://www.qt.io/terms-conditions. For further
16** information use the contact form at https://www.qt.io/contact-us.
17**
18** GNU General Public License Usage
19** Alternatively, this file may be used under the terms of the GNU
20** General Public License version 3 as published by the Free Software
21** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
22** included in the packaging of this file. Please review the following
23** information to ensure the GNU General Public License requirements will
24** be met: https://www.gnu.org/licenses/gpl-3.0.html.
25**
26** $QT_END_LICENSE$
27**
28*********************************************************************
29*/
30
31/********************************************************************************
32** Form generated from reading UI file 'statistics.ui'
33**
34** Created by: Qt User Interface Compiler version 5.15.9
35**
36** WARNING! All changes made in this file will be lost when recompiling UI file!
37********************************************************************************/
38
39#ifndef UI_STATISTICS_H
40#define UI_STATISTICS_H
41
42#include <QtCore/QVariant>
43#include <QtWidgets/QApplication>
44#include <QtWidgets/QDialog>
45#include <QtWidgets/QFrame>
46#include <QtWidgets/QGridLayout>
47#include <QtWidgets/QHBoxLayout>
48#include <QtWidgets/QLabel>
49#include <QtWidgets/QPushButton>
50#include <QtWidgets/QSpacerItem>
51
52QT_BEGIN_NAMESPACE
53
54class Ui_Statistics
55{
56public:
57 QGridLayout *gridLayout;
58 QHBoxLayout *hboxLayout;
59 QSpacerItem *spacer4_2;
60 QPushButton *closeBtn;
61 QSpacerItem *spacer4;
62 QFrame *frame4;
63 QGridLayout *gridLayout1;
64 QLabel *textLabel4;
65 QLabel *textLabel5;
66 QLabel *untrWords;
67 QLabel *trWords;
68 QLabel *textLabel1;
69 QLabel *trChars;
70 QLabel *untrChars;
71 QLabel *textLabel3;
72 QLabel *textLabel6;
73 QLabel *trCharsSpc;
74 QLabel *untrCharsSpc;
75
76 void setupUi(QDialog *linguist_stats)
77 {
78 if (linguist_stats->objectName().isEmpty())
79 linguist_stats->setObjectName(QString::fromUtf8(str: "linguist_stats"));
80 linguist_stats->resize(w: 336, h: 169);
81 gridLayout = new QGridLayout(linguist_stats);
82 gridLayout->setSpacing(6);
83 gridLayout->setContentsMargins(left: 11, top: 11, right: 11, bottom: 11);
84 gridLayout->setObjectName(QString::fromUtf8(str: "gridLayout"));
85 hboxLayout = new QHBoxLayout();
86 hboxLayout->setSpacing(6);
87 hboxLayout->setObjectName(QString::fromUtf8(str: "hboxLayout"));
88 spacer4_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
89
90 hboxLayout->addItem(spacer4_2);
91
92 closeBtn = new QPushButton(linguist_stats);
93 closeBtn->setObjectName(QString::fromUtf8(str: "closeBtn"));
94
95 hboxLayout->addWidget(closeBtn);
96
97 spacer4 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
98
99 hboxLayout->addItem(spacer4);
100
101
102 gridLayout->addLayout(hboxLayout, row: 1, column: 0, rowSpan: 1, columnSpan: 1);
103
104 frame4 = new QFrame(linguist_stats);
105 frame4->setObjectName(QString::fromUtf8(str: "frame4"));
106 frame4->setFrameShape(QFrame::StyledPanel);
107 frame4->setFrameShadow(QFrame::Raised);
108 gridLayout1 = new QGridLayout(frame4);
109 gridLayout1->setSpacing(6);
110 gridLayout1->setContentsMargins(left: 11, top: 11, right: 11, bottom: 11);
111 gridLayout1->setObjectName(QString::fromUtf8(str: "gridLayout1"));
112 textLabel4 = new QLabel(frame4);
113 textLabel4->setObjectName(QString::fromUtf8(str: "textLabel4"));
114
115 gridLayout1->addWidget(textLabel4, row: 0, column: 2, rowSpan: 1, columnSpan: 1);
116
117 textLabel5 = new QLabel(frame4);
118 textLabel5->setObjectName(QString::fromUtf8(str: "textLabel5"));
119
120 gridLayout1->addWidget(textLabel5, row: 0, column: 1, rowSpan: 1, columnSpan: 1);
121
122 untrWords = new QLabel(frame4);
123 untrWords->setObjectName(QString::fromUtf8(str: "untrWords"));
124
125 gridLayout1->addWidget(untrWords, row: 1, column: 1, rowSpan: 1, columnSpan: 1);
126
127 trWords = new QLabel(frame4);
128 trWords->setObjectName(QString::fromUtf8(str: "trWords"));
129
130 gridLayout1->addWidget(trWords, row: 1, column: 2, rowSpan: 1, columnSpan: 1);
131
132 textLabel1 = new QLabel(frame4);
133 textLabel1->setObjectName(QString::fromUtf8(str: "textLabel1"));
134
135 gridLayout1->addWidget(textLabel1, row: 1, column: 0, rowSpan: 1, columnSpan: 1);
136
137 trChars = new QLabel(frame4);
138 trChars->setObjectName(QString::fromUtf8(str: "trChars"));
139
140 gridLayout1->addWidget(trChars, row: 2, column: 2, rowSpan: 1, columnSpan: 1);
141
142 untrChars = new QLabel(frame4);
143 untrChars->setObjectName(QString::fromUtf8(str: "untrChars"));
144
145 gridLayout1->addWidget(untrChars, row: 2, column: 1, rowSpan: 1, columnSpan: 1);
146
147 textLabel3 = new QLabel(frame4);
148 textLabel3->setObjectName(QString::fromUtf8(str: "textLabel3"));
149
150 gridLayout1->addWidget(textLabel3, row: 2, column: 0, rowSpan: 1, columnSpan: 1);
151
152 textLabel6 = new QLabel(frame4);
153 textLabel6->setObjectName(QString::fromUtf8(str: "textLabel6"));
154
155 gridLayout1->addWidget(textLabel6, row: 3, column: 0, rowSpan: 1, columnSpan: 1);
156
157 trCharsSpc = new QLabel(frame4);
158 trCharsSpc->setObjectName(QString::fromUtf8(str: "trCharsSpc"));
159
160 gridLayout1->addWidget(trCharsSpc, row: 3, column: 2, rowSpan: 1, columnSpan: 1);
161
162 untrCharsSpc = new QLabel(frame4);
163 untrCharsSpc->setObjectName(QString::fromUtf8(str: "untrCharsSpc"));
164
165 gridLayout1->addWidget(untrCharsSpc, row: 3, column: 1, rowSpan: 1, columnSpan: 1);
166
167
168 gridLayout->addWidget(frame4, row: 0, column: 0, rowSpan: 1, columnSpan: 1);
169
170
171 retranslateUi(linguist_stats);
172 QObject::connect(sender: closeBtn, SIGNAL(clicked()), receiver: linguist_stats, SLOT(reject()));
173
174 QMetaObject::connectSlotsByName(o: linguist_stats);
175 } // setupUi
176
177 void retranslateUi(QDialog *linguist_stats)
178 {
179 linguist_stats->setWindowTitle(QCoreApplication::translate(context: "Statistics", key: "Statistics", disambiguation: nullptr));
180 closeBtn->setText(QCoreApplication::translate(context: "Statistics", key: "Close", disambiguation: nullptr));
181 textLabel4->setText(QCoreApplication::translate(context: "Statistics", key: "Translation", disambiguation: nullptr));
182 textLabel5->setText(QCoreApplication::translate(context: "Statistics", key: "Source", disambiguation: nullptr));
183 untrWords->setText(QCoreApplication::translate(context: "Statistics", key: "0", disambiguation: nullptr));
184 trWords->setText(QCoreApplication::translate(context: "Statistics", key: "0", disambiguation: nullptr));
185 textLabel1->setText(QCoreApplication::translate(context: "Statistics", key: "Words:", disambiguation: nullptr));
186 trChars->setText(QCoreApplication::translate(context: "Statistics", key: "0", disambiguation: nullptr));
187 untrChars->setText(QCoreApplication::translate(context: "Statistics", key: "0", disambiguation: nullptr));
188 textLabel3->setText(QCoreApplication::translate(context: "Statistics", key: "Characters:", disambiguation: nullptr));
189 textLabel6->setText(QCoreApplication::translate(context: "Statistics", key: "Characters (with spaces):", disambiguation: nullptr));
190 trCharsSpc->setText(QCoreApplication::translate(context: "Statistics", key: "0", disambiguation: nullptr));
191 untrCharsSpc->setText(QCoreApplication::translate(context: "Statistics", key: "0", disambiguation: nullptr));
192 } // retranslateUi
193
194};
195
196namespace Ui {
197 class Statistics: public Ui_Statistics {};
198} // namespace Ui
199
200QT_END_NAMESPACE
201
202#endif // UI_STATISTICS_H
203

source code of qttools/src/linguist/linguist/.uic/ui_statistics.h