26
|
1 |
/********************************************************************************
|
|
2 |
** Form generated from reading UI file 'AuthApp.ui'
|
|
3 |
**
|
|
4 |
** Created: Mon Sep 27 15:45:18 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_AUTHAPP_H
|
|
11 |
#define UI_AUTHAPP_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/QMainWindow>
|
|
19 |
#include <QtGui/QPushButton>
|
|
20 |
#include <QtGui/QSpacerItem>
|
|
21 |
#include <QtGui/QVBoxLayout>
|
|
22 |
#include <QtGui/QWidget>
|
|
23 |
|
|
24 |
QT_BEGIN_NAMESPACE
|
|
25 |
|
|
26 |
class Ui_AuthAppClass
|
|
27 |
{
|
|
28 |
public:
|
|
29 |
QWidget *centralWidget;
|
|
30 |
QVBoxLayout *verticalLayout;
|
|
31 |
QPushButton *buttonForget;
|
|
32 |
QPushButton *pushButton;
|
|
33 |
QSpacerItem *verticalSpacer;
|
|
34 |
|
|
35 |
void setupUi(QMainWindow *AuthAppClass)
|
|
36 |
{
|
|
37 |
if (AuthAppClass->objectName().isEmpty())
|
|
38 |
AuthAppClass->setObjectName(QString::fromUtf8("AuthAppClass"));
|
|
39 |
AuthAppClass->resize(275, 310);
|
|
40 |
centralWidget = new QWidget(AuthAppClass);
|
|
41 |
centralWidget->setObjectName(QString::fromUtf8("centralWidget"));
|
|
42 |
verticalLayout = new QVBoxLayout(centralWidget);
|
|
43 |
verticalLayout->setSpacing(6);
|
|
44 |
verticalLayout->setContentsMargins(11, 11, 11, 11);
|
|
45 |
verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
|
|
46 |
buttonForget = new QPushButton(centralWidget);
|
|
47 |
buttonForget->setObjectName(QString::fromUtf8("buttonForget"));
|
|
48 |
|
|
49 |
verticalLayout->addWidget(buttonForget);
|
|
50 |
|
|
51 |
pushButton = new QPushButton(centralWidget);
|
|
52 |
pushButton->setObjectName(QString::fromUtf8("pushButton"));
|
|
53 |
|
|
54 |
verticalLayout->addWidget(pushButton);
|
|
55 |
|
|
56 |
verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
|
|
57 |
|
|
58 |
verticalLayout->addItem(verticalSpacer);
|
|
59 |
|
|
60 |
AuthAppClass->setCentralWidget(centralWidget);
|
|
61 |
|
|
62 |
retranslateUi(AuthAppClass);
|
|
63 |
|
|
64 |
QMetaObject::connectSlotsByName(AuthAppClass);
|
|
65 |
} // setupUi
|
|
66 |
|
|
67 |
void retranslateUi(QMainWindow *AuthAppClass)
|
|
68 |
{
|
|
69 |
AuthAppClass->setWindowTitle(QApplication::translate("AuthAppClass", "MainWindow", 0, QApplication::UnicodeUTF8));
|
|
70 |
buttonForget->setText(QApplication::translate("AuthAppClass", "Logout", 0, QApplication::UnicodeUTF8));
|
|
71 |
pushButton->setText(QApplication::translate("AuthAppClass", "Login to Twitter", 0, QApplication::UnicodeUTF8));
|
|
72 |
} // retranslateUi
|
|
73 |
|
|
74 |
};
|
|
75 |
|
|
76 |
namespace Ui {
|
|
77 |
class AuthAppClass: public Ui_AuthAppClass {};
|
|
78 |
} // namespace Ui
|
|
79 |
|
|
80 |
QT_END_NAMESPACE
|
|
81 |
|
|
82 |
#endif // UI_AUTHAPP_H
|