signon  8.42
ui_signonclient.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'signonclient.ui'
3 **
4 ** Created: Wed Sep 12 18:23:33 2012
5 ** by: Qt User Interface Compiler version 4.8.2
6 **
7 ** WARNING! All changes made in this file will be lost when recompiling UI file!
8 ********************************************************************************/
9 
10 #ifndef UI_SIGNONCLIENT_H
11 #define UI_SIGNONCLIENT_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/QPushButton>
20 #include <QtGui/QSpacerItem>
21 #include <QtGui/QVBoxLayout>
22 #include <QtGui/QWidget>
23 
24 QT_BEGIN_NAMESPACE
25 
27 {
28 public:
29  QVBoxLayout *verticalLayout_2;
30  QLabel *label;
31  QPushButton *store;
32  QPushButton *challenge;
33  QPushButton *google;
34  QPushButton *query;
35  QPushButton *verify;
36  QSpacerItem *verticalSpacer;
37 
38  void setupUi(QWidget *SignonClient)
39  {
40  if (SignonClient->objectName().isEmpty())
41  SignonClient->setObjectName(QString::fromUtf8("SignonClient"));
42  SignonClient->resize(289, 280);
43  verticalLayout_2 = new QVBoxLayout(SignonClient);
44 #ifndef Q_OS_MAC
45  verticalLayout_2->setSpacing(6);
46 #endif
47 #ifndef Q_OS_MAC
48  verticalLayout_2->setContentsMargins(9, 9, 9, 9);
49 #endif
50  verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
51  label = new QLabel(SignonClient);
52  label->setObjectName(QString::fromUtf8("label"));
53  label->setAlignment(Qt::AlignCenter);
54 
55  verticalLayout_2->addWidget(label);
56 
57  store = new QPushButton(SignonClient);
58  store->setObjectName(QString::fromUtf8("store"));
59 
60  verticalLayout_2->addWidget(store);
61 
62  challenge = new QPushButton(SignonClient);
63  challenge->setObjectName(QString::fromUtf8("challenge"));
64 
65  verticalLayout_2->addWidget(challenge);
66 
67  google = new QPushButton(SignonClient);
68  google->setObjectName(QString::fromUtf8("google"));
69 
70  verticalLayout_2->addWidget(google);
71 
72  query = new QPushButton(SignonClient);
73  query->setObjectName(QString::fromUtf8("query"));
74 
75  verticalLayout_2->addWidget(query);
76 
77  verify = new QPushButton(SignonClient);
78  verify->setObjectName(QString::fromUtf8("verify"));
79 
80  verticalLayout_2->addWidget(verify);
81 
82  verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
83 
85 
86 
87  retranslateUi(SignonClient);
88 
89  QMetaObject::connectSlotsByName(SignonClient);
90  } // setupUi
91 
92  void retranslateUi(QWidget *SignonClient)
93  {
94  SignonClient->setWindowTitle(QApplication::translate("SignonClient", "SignonClient", 0, QApplication::UnicodeUTF8));
95  label->setText(QApplication::translate("SignonClient", "SignonClient", 0, QApplication::UnicodeUTF8));
96  store->setText(QApplication::translate("SignonClient", "Store", 0, QApplication::UnicodeUTF8));
97  challenge->setText(QApplication::translate("SignonClient", "Challenge Example", 0, QApplication::UnicodeUTF8));
98  google->setText(QApplication::translate("SignonClient", "Google", 0, QApplication::UnicodeUTF8));
99  query->setText(QApplication::translate("SignonClient", "Query", 0, QApplication::UnicodeUTF8));
100  verify->setText(QApplication::translate("SignonClient", "Verify", 0, QApplication::UnicodeUTF8));
101  } // retranslateUi
102 
103 };
104 
105 namespace Ui {
106  class SignonClient: public Ui_SignonClient {};
107 } // namespace Ui
108 
109 QT_END_NAMESPACE
110 
111 #endif // UI_SIGNONCLIENT_H