fixing gui
[mnenc] / unlock / ui_unlock.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'unlock.ui'
3 **
4 ** Created: Sun Jan 10 20:23:33 2010
5 **      by: Qt User Interface Compiler version 4.6.0
6 **
7 ** WARNING! All changes made in this file will be lost when recompiling UI file!
8 ********************************************************************************/
9
10 #ifndef UI_UNLOCK_H
11 #define UI_UNLOCK_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/QLineEdit>
20 #include <QtGui/QMainWindow>
21 #include <QtGui/QPushButton>
22 #include <QtGui/QWidget>
23
24 QT_BEGIN_NAMESPACE
25
26 class Ui_MainWindow
27 {
28 public:
29     QWidget *centralwidget;
30     QLineEdit *lineEdit;
31     QPushButton *pushButton;
32     QLabel *label;
33
34     void setupUi(QMainWindow *MainWindow)
35     {
36         if (MainWindow->objectName().isEmpty())
37             MainWindow->setObjectName(QString::fromUtf8("MainWindow"));
38         MainWindow->resize(182, 66);
39         centralwidget = new QWidget(MainWindow);
40         centralwidget->setObjectName(QString::fromUtf8("centralwidget"));
41         lineEdit = new QLineEdit(centralwidget);
42         lineEdit->setObjectName(QString::fromUtf8("lineEdit"));
43         lineEdit->setGeometry(QRect(0, 30, 113, 26));
44         pushButton = new QPushButton(centralwidget);
45         pushButton->setObjectName(QString::fromUtf8("pushButton"));
46         pushButton->setGeometry(QRect(120, 30, 51, 28));
47         label = new QLabel(centralwidget);
48         label->setObjectName(QString::fromUtf8("label"));
49         label->setGeometry(QRect(0, 10, 171, 18));
50         MainWindow->setCentralWidget(centralwidget);
51
52         retranslateUi(MainWindow);
53
54         QMetaObject::connectSlotsByName(MainWindow);
55     } // setupUi
56
57     void retranslateUi(QMainWindow *MainWindow)
58     {
59         MainWindow->setWindowTitle(QApplication::translate("MainWindow", "MainWindow", 0, QApplication::UnicodeUTF8));
60         pushButton->setText(QApplication::translate("MainWindow", "Ok", 0, QApplication::UnicodeUTF8));
61         label->setText(QApplication::translate("MainWindow", "Enter master password", 0, QApplication::UnicodeUTF8));
62     } // retranslateUi
63
64 };
65
66 namespace Ui {
67     class MainWindow: public Ui_MainWindow {};
68 } // namespace Ui
69
70 QT_END_NAMESPACE
71
72 #endif // UI_UNLOCK_H