~gabriel1984sibiu/minitube/qt5.6

« back to all changes in this revision

Viewing changes to tests/auto/tools/uic/baseline/statistics.ui.h

  • Committer: Grevutiu Gabriel
  • Date: 2017-06-13 08:43:17 UTC
  • Revision ID: gabriel1984sibiu@gmail.com-20170613084317-ek0zqe0u9g3ocvi8
OriginalĀ upstreamĀ code

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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 autotests 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.0.0
 
35
**
 
36
** WARNING! All changes made in this file will be lost when recompiling UI file!
 
37
********************************************************************************/
 
38
 
 
39
#ifndef STATISTICS_H
 
40
#define STATISTICS_H
 
41
 
 
42
#include <QtCore/QVariant>
 
43
#include <QtWidgets/QAction>
 
44
#include <QtWidgets/QApplication>
 
45
#include <QtWidgets/QButtonGroup>
 
46
#include <QtWidgets/QDialog>
 
47
#include <QtWidgets/QFrame>
 
48
#include <QtWidgets/QGridLayout>
 
49
#include <QtWidgets/QHBoxLayout>
 
50
#include <QtWidgets/QHeaderView>
 
51
#include <QtWidgets/QLabel>
 
52
#include <QtWidgets/QPushButton>
 
53
#include <QtWidgets/QSpacerItem>
 
54
 
 
55
QT_BEGIN_NAMESPACE
 
56
 
 
57
class Ui_Statistics
 
58
{
 
59
public:
 
60
    QGridLayout *gridLayout;
 
61
    QHBoxLayout *hboxLayout;
 
62
    QSpacerItem *spacer4_2;
 
63
    QPushButton *closeBtn;
 
64
    QSpacerItem *spacer4;
 
65
    QFrame *frame4;
 
66
    QGridLayout *gridLayout1;
 
67
    QLabel *textLabel4;
 
68
    QLabel *textLabel5;
 
69
    QLabel *untrWords;
 
70
    QLabel *trWords;
 
71
    QLabel *textLabel1;
 
72
    QLabel *trChars;
 
73
    QLabel *untrChars;
 
74
    QLabel *textLabel3;
 
75
    QLabel *textLabel6;
 
76
    QLabel *trCharsSpc;
 
77
    QLabel *untrCharsSpc;
 
78
 
 
79
    void setupUi(QDialog *Statistics)
 
80
    {
 
81
        if (Statistics->objectName().isEmpty())
 
82
            Statistics->setObjectName(QStringLiteral("Statistics"));
 
83
        Statistics->setObjectName(QStringLiteral("linguist_stats"));
 
84
        Statistics->resize(336, 164);
 
85
        gridLayout = new QGridLayout(Statistics);
 
86
        gridLayout->setSpacing(6);
 
87
        gridLayout->setContentsMargins(11, 11, 11, 11);
 
88
        gridLayout->setObjectName(QStringLiteral("gridLayout"));
 
89
        gridLayout->setObjectName(QStringLiteral("unnamed"));
 
90
        hboxLayout = new QHBoxLayout();
 
91
        hboxLayout->setSpacing(6);
 
92
        hboxLayout->setObjectName(QStringLiteral("hboxLayout"));
 
93
        hboxLayout->setObjectName(QStringLiteral("unnamed"));
 
94
        spacer4_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
 
95
 
 
96
        hboxLayout->addItem(spacer4_2);
 
97
 
 
98
        closeBtn = new QPushButton(Statistics);
 
99
        closeBtn->setObjectName(QStringLiteral("closeBtn"));
 
100
 
 
101
        hboxLayout->addWidget(closeBtn);
 
102
 
 
103
        spacer4 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
 
104
 
 
105
        hboxLayout->addItem(spacer4);
 
106
 
 
107
 
 
108
        gridLayout->addLayout(hboxLayout, 1, 0, 1, 1);
 
109
 
 
110
        frame4 = new QFrame(Statistics);
 
111
        frame4->setObjectName(QStringLiteral("frame4"));
 
112
        frame4->setFrameShape(QFrame::StyledPanel);
 
113
        frame4->setFrameShadow(QFrame::Raised);
 
114
        gridLayout1 = new QGridLayout(frame4);
 
115
        gridLayout1->setSpacing(6);
 
116
        gridLayout1->setContentsMargins(11, 11, 11, 11);
 
117
        gridLayout1->setObjectName(QStringLiteral("gridLayout1"));
 
118
        gridLayout1->setObjectName(QStringLiteral("unnamed"));
 
119
        textLabel4 = new QLabel(frame4);
 
120
        textLabel4->setObjectName(QStringLiteral("textLabel4"));
 
121
 
 
122
        gridLayout1->addWidget(textLabel4, 0, 2, 1, 1);
 
123
 
 
124
        textLabel5 = new QLabel(frame4);
 
125
        textLabel5->setObjectName(QStringLiteral("textLabel5"));
 
126
 
 
127
        gridLayout1->addWidget(textLabel5, 0, 1, 1, 1);
 
128
 
 
129
        untrWords = new QLabel(frame4);
 
130
        untrWords->setObjectName(QStringLiteral("untrWords"));
 
131
 
 
132
        gridLayout1->addWidget(untrWords, 1, 1, 1, 1);
 
133
 
 
134
        trWords = new QLabel(frame4);
 
135
        trWords->setObjectName(QStringLiteral("trWords"));
 
136
 
 
137
        gridLayout1->addWidget(trWords, 1, 2, 1, 1);
 
138
 
 
139
        textLabel1 = new QLabel(frame4);
 
140
        textLabel1->setObjectName(QStringLiteral("textLabel1"));
 
141
 
 
142
        gridLayout1->addWidget(textLabel1, 1, 0, 1, 1);
 
143
 
 
144
        trChars = new QLabel(frame4);
 
145
        trChars->setObjectName(QStringLiteral("trChars"));
 
146
 
 
147
        gridLayout1->addWidget(trChars, 2, 2, 1, 1);
 
148
 
 
149
        untrChars = new QLabel(frame4);
 
150
        untrChars->setObjectName(QStringLiteral("untrChars"));
 
151
 
 
152
        gridLayout1->addWidget(untrChars, 2, 1, 1, 1);
 
153
 
 
154
        textLabel3 = new QLabel(frame4);
 
155
        textLabel3->setObjectName(QStringLiteral("textLabel3"));
 
156
 
 
157
        gridLayout1->addWidget(textLabel3, 2, 0, 1, 1);
 
158
 
 
159
        textLabel6 = new QLabel(frame4);
 
160
        textLabel6->setObjectName(QStringLiteral("textLabel6"));
 
161
 
 
162
        gridLayout1->addWidget(textLabel6, 3, 0, 1, 1);
 
163
 
 
164
        trCharsSpc = new QLabel(frame4);
 
165
        trCharsSpc->setObjectName(QStringLiteral("trCharsSpc"));
 
166
 
 
167
        gridLayout1->addWidget(trCharsSpc, 3, 2, 1, 1);
 
168
 
 
169
        untrCharsSpc = new QLabel(frame4);
 
170
        untrCharsSpc->setObjectName(QStringLiteral("untrCharsSpc"));
 
171
 
 
172
        gridLayout1->addWidget(untrCharsSpc, 3, 1, 1, 1);
 
173
 
 
174
 
 
175
        gridLayout->addWidget(frame4, 0, 0, 1, 1);
 
176
 
 
177
 
 
178
        retranslateUi(Statistics);
 
179
 
 
180
        QMetaObject::connectSlotsByName(Statistics);
 
181
    } // setupUi
 
182
 
 
183
    void retranslateUi(QDialog *Statistics)
 
184
    {
 
185
        Statistics->setWindowTitle(QApplication::translate("Statistics", "Statistics", Q_NULLPTR));
 
186
        closeBtn->setText(QApplication::translate("Statistics", "&Close", Q_NULLPTR));
 
187
        textLabel4->setText(QApplication::translate("Statistics", "Translation", Q_NULLPTR));
 
188
        textLabel5->setText(QApplication::translate("Statistics", "Source", Q_NULLPTR));
 
189
        untrWords->setText(QApplication::translate("Statistics", "0", Q_NULLPTR));
 
190
        trWords->setText(QApplication::translate("Statistics", "0", Q_NULLPTR));
 
191
        textLabel1->setText(QApplication::translate("Statistics", "Words:", Q_NULLPTR));
 
192
        trChars->setText(QApplication::translate("Statistics", "0", Q_NULLPTR));
 
193
        untrChars->setText(QApplication::translate("Statistics", "0", Q_NULLPTR));
 
194
        textLabel3->setText(QApplication::translate("Statistics", "Characters:", Q_NULLPTR));
 
195
        textLabel6->setText(QApplication::translate("Statistics", "Characters (with spaces):", Q_NULLPTR));
 
196
        trCharsSpc->setText(QApplication::translate("Statistics", "0", Q_NULLPTR));
 
197
        untrCharsSpc->setText(QApplication::translate("Statistics", "0", Q_NULLPTR));
 
198
    } // retranslateUi
 
199
 
 
200
};
 
201
 
 
202
namespace Ui {
 
203
    class Statistics: public Ui_Statistics {};
 
204
} // namespace Ui
 
205
 
 
206
QT_END_NAMESPACE
 
207
 
 
208
#endif // STATISTICS_H