diff -r a180113055cb -r 83d6a149c755 example/LinkedInAuthApp/ui_progressbar.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/example/LinkedInAuthApp/ui_progressbar.h Mon Oct 11 21:59:54 2010 +0530 @@ -0,0 +1,75 @@ +/******************************************************************************** +** Form generated from reading UI file 'progressbar.ui' +** +** Created: Mon Sep 27 15:45:02 2010 +** by: Qt User Interface Compiler version 4.6.2 +** +** WARNING! All changes made in this file will be lost when recompiling UI file! +********************************************************************************/ + +#ifndef UI_PROGRESSBAR_H +#define UI_PROGRESSBAR_H + +#include +#include +#include +#include +#include +#include +#include +#include +#include + +QT_BEGIN_NAMESPACE + +class Ui_progressbarClass +{ +public: + QVBoxLayout *verticalLayout; + QLabel *label; + QProgressBar *progressBar; + + void setupUi(QWidget *progressbarClass) + { + if (progressbarClass->objectName().isEmpty()) + progressbarClass->setObjectName(QString::fromUtf8("progressbarClass")); + verticalLayout = new QVBoxLayout(progressbarClass); + verticalLayout->setSpacing(6); + verticalLayout->setContentsMargins(11, 11, 11, 11); + verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); + label = new QLabel(progressbarClass); + label->setObjectName(QString::fromUtf8("label")); + + verticalLayout->addWidget(label); + + progressBar = new QProgressBar(progressbarClass); + progressBar->setObjectName(QString::fromUtf8("progressBar")); + progressBar->setValue(24); + + verticalLayout->addWidget(progressBar); + + + retranslateUi(progressbarClass); + + QMetaObject::connectSlotsByName(progressbarClass); + } // setupUi + + void retranslateUi(QWidget *progressbarClass) + { + progressbarClass->setWindowTitle(QApplication::translate("progressbarClass", "progressbar", 0, QApplication::UnicodeUTF8)); + label->setText(QApplication::translate("progressbarClass", "\n" +"\n" +"

Loading,Please wait.....

", 0, QApplication::UnicodeUTF8)); + } // retranslateUi + +}; + +namespace Ui { + class progressbarClass: public Ui_progressbarClass {}; +} // namespace Ui + +QT_END_NAMESPACE + +#endif // UI_PROGRESSBAR_H