signon  8.40
ui_signonclient.h
Go to the documentation of this file.
00001 /********************************************************************************
00002 ** Form generated from reading UI file 'signonclient.ui'
00003 **
00004 ** Created: Mon Jul 23 14:19:41 2012
00005 **      by: Qt User Interface Compiler version 4.8.1
00006 **
00007 ** WARNING! All changes made in this file will be lost when recompiling UI file!
00008 ********************************************************************************/
00009 
00010 #ifndef UI_SIGNONCLIENT_H
00011 #define UI_SIGNONCLIENT_H
00012 
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QHeaderView>
00018 #include <QtGui/QLabel>
00019 #include <QtGui/QPushButton>
00020 #include <QtGui/QSpacerItem>
00021 #include <QtGui/QVBoxLayout>
00022 #include <QtGui/QWidget>
00023 
00024 QT_BEGIN_NAMESPACE
00025 
00026 class Ui_SignonClient
00027 {
00028 public:
00029     QVBoxLayout *verticalLayout_2;
00030     QLabel *label;
00031     QPushButton *store;
00032     QPushButton *challenge;
00033     QPushButton *google;
00034     QPushButton *query;
00035     QPushButton *verify;
00036     QSpacerItem *verticalSpacer;
00037 
00038     void setupUi(QWidget *SignonClient)
00039     {
00040         if (SignonClient->objectName().isEmpty())
00041             SignonClient->setObjectName(QString::fromUtf8("SignonClient"));
00042         SignonClient->resize(289, 280);
00043         verticalLayout_2 = new QVBoxLayout(SignonClient);
00044 #ifndef Q_OS_MAC
00045         verticalLayout_2->setSpacing(6);
00046 #endif
00047 #ifndef Q_OS_MAC
00048         verticalLayout_2->setContentsMargins(9, 9, 9, 9);
00049 #endif
00050         verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
00051         label = new QLabel(SignonClient);
00052         label->setObjectName(QString::fromUtf8("label"));
00053         label->setAlignment(Qt::AlignCenter);
00054 
00055         verticalLayout_2->addWidget(label);
00056 
00057         store = new QPushButton(SignonClient);
00058         store->setObjectName(QString::fromUtf8("store"));
00059 
00060         verticalLayout_2->addWidget(store);
00061 
00062         challenge = new QPushButton(SignonClient);
00063         challenge->setObjectName(QString::fromUtf8("challenge"));
00064 
00065         verticalLayout_2->addWidget(challenge);
00066 
00067         google = new QPushButton(SignonClient);
00068         google->setObjectName(QString::fromUtf8("google"));
00069 
00070         verticalLayout_2->addWidget(google);
00071 
00072         query = new QPushButton(SignonClient);
00073         query->setObjectName(QString::fromUtf8("query"));
00074 
00075         verticalLayout_2->addWidget(query);
00076 
00077         verify = new QPushButton(SignonClient);
00078         verify->setObjectName(QString::fromUtf8("verify"));
00079 
00080         verticalLayout_2->addWidget(verify);
00081 
00082         verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
00083 
00084         verticalLayout_2->addItem(verticalSpacer);
00085 
00086 
00087         retranslateUi(SignonClient);
00088 
00089         QMetaObject::connectSlotsByName(SignonClient);
00090     } // setupUi
00091 
00092     void retranslateUi(QWidget *SignonClient)
00093     {
00094         SignonClient->setWindowTitle(QApplication::translate("SignonClient", "SignonClient", 0, QApplication::UnicodeUTF8));
00095         label->setText(QApplication::translate("SignonClient", "SignonClient", 0, QApplication::UnicodeUTF8));
00096         store->setText(QApplication::translate("SignonClient", "Store", 0, QApplication::UnicodeUTF8));
00097         challenge->setText(QApplication::translate("SignonClient", "Challenge Example", 0, QApplication::UnicodeUTF8));
00098         google->setText(QApplication::translate("SignonClient", "Google", 0, QApplication::UnicodeUTF8));
00099         query->setText(QApplication::translate("SignonClient", "Query", 0, QApplication::UnicodeUTF8));
00100         verify->setText(QApplication::translate("SignonClient", "Verify", 0, QApplication::UnicodeUTF8));
00101     } // retranslateUi
00102 
00103 };
00104 
00105 namespace Ui {
00106     class SignonClient: public Ui_SignonClient {};
00107 } // namespace Ui
00108 
00109 QT_END_NAMESPACE
00110 
00111 #endif // UI_SIGNONCLIENT_H