26
|
1 |
/********************************************************************************
|
|
2 |
** Form generated from reading UI file 'progressbar.ui'
|
|
3 |
**
|
|
4 |
** Created: Mon Sep 27 15:45:15 2010
|
|
5 |
** by: Qt User Interface Compiler version 4.6.2
|
|
6 |
**
|
|
7 |
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
|
8 |
********************************************************************************/
|
|
9 |
|
|
10 |
#ifndef UI_PROGRESSBAR_H
|
|
11 |
#define UI_PROGRESSBAR_H
|
|
12 |
|
|
13 |
#include <QtCore/QVariant>
|
|
14 |
#include <QtGui/QAction>
|
|
15 |
#include <QtGui/QApplication>
|
|
16 |
#include <QtGui/QButtonGroup>
|
|
17 |
#include <QtGui/QHeaderView>
|
|
18 |
#include <QtGui/QLabel>
|
|
19 |
#include <QtGui/QProgressBar>
|
|
20 |
#include <QtGui/QVBoxLayout>
|
|
21 |
#include <QtGui/QWidget>
|
|
22 |
|
|
23 |
QT_BEGIN_NAMESPACE
|
|
24 |
|
|
25 |
class Ui_progressbarClass
|
|
26 |
{
|
|
27 |
public:
|
|
28 |
QVBoxLayout *verticalLayout;
|
|
29 |
QLabel *label;
|
|
30 |
QProgressBar *progressBar;
|
|
31 |
|
|
32 |
void setupUi(QWidget *progressbarClass)
|
|
33 |
{
|
|
34 |
if (progressbarClass->objectName().isEmpty())
|
|
35 |
progressbarClass->setObjectName(QString::fromUtf8("progressbarClass"));
|
|
36 |
verticalLayout = new QVBoxLayout(progressbarClass);
|
|
37 |
verticalLayout->setSpacing(6);
|
|
38 |
verticalLayout->setContentsMargins(11, 11, 11, 11);
|
|
39 |
verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
|
|
40 |
label = new QLabel(progressbarClass);
|
|
41 |
label->setObjectName(QString::fromUtf8("label"));
|
|
42 |
|
|
43 |
verticalLayout->addWidget(label);
|
|
44 |
|
|
45 |
progressBar = new QProgressBar(progressbarClass);
|
|
46 |
progressBar->setObjectName(QString::fromUtf8("progressBar"));
|
|
47 |
progressBar->setValue(24);
|
|
48 |
|
|
49 |
verticalLayout->addWidget(progressBar);
|
|
50 |
|
|
51 |
|
|
52 |
retranslateUi(progressbarClass);
|
|
53 |
|
|
54 |
QMetaObject::connectSlotsByName(progressbarClass);
|
|
55 |
} // setupUi
|
|
56 |
|
|
57 |
void retranslateUi(QWidget *progressbarClass)
|
|
58 |
{
|
|
59 |
progressbarClass->setWindowTitle(QApplication::translate("progressbarClass", "progressbar", 0, QApplication::UnicodeUTF8));
|
|
60 |
label->setText(QApplication::translate("progressbarClass", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
|
|
61 |
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
|
|
62 |
"p, li { white-space: pre-wrap; }\n"
|
|
63 |
"</style></head><body style=\" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;\">\n"
|
|
64 |
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:10pt;\">Loading,Please wait.....</span></p></body></html>", 0, QApplication::UnicodeUTF8));
|
|
65 |
} // retranslateUi
|
|
66 |
|
|
67 |
};
|
|
68 |
|
|
69 |
namespace Ui {
|
|
70 |
class progressbarClass: public Ui_progressbarClass {};
|
|
71 |
} // namespace Ui
|
|
72 |
|
|
73 |
QT_END_NAMESPACE
|
|
74 |
|
|
75 |
#endif // UI_PROGRESSBAR_H
|