adding ui
[mnenc] / unlock / ui_unlock.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'unlock.ui'
3 **
4 ** Created: Sun Jan 10 19:35: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/QDialog>
18 #include <QtGui/QDialogButtonBox>
19 #include <QtGui/QHeaderView>
20 #include <QtGui/QLabel>
21 #include <QtGui/QLineEdit>
22
23 QT_BEGIN_NAMESPACE
24
25 class Ui_Dialog
26 {
27 public:
28     QDialogButtonBox *buttonBox;
29     QLineEdit *lineEdit;
30     QLabel *label;
31
32     void setupUi(QDialog *Dialog)
33     {
34         if (Dialog->objectName().isEmpty())
35             Dialog->setObjectName(QString::fromUtf8("Dialog"));
36         Dialog->resize(255, 77);
37         buttonBox = new QDialogButtonBox(Dialog);
38         buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
39         buttonBox->setGeometry(QRect(150, 10, 81, 301));
40         buttonBox->setOrientation(Qt::Vertical);
41         buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
42         lineEdit = new QLineEdit(Dialog);
43         lineEdit->setObjectName(QString::fromUtf8("lineEdit"));
44         lineEdit->setGeometry(QRect(30, 40, 113, 26));
45         label = new QLabel(Dialog);
46         label->setObjectName(QString::fromUtf8("label"));
47         label->setGeometry(QRect(30, 10, 111, 20));
48
49         retranslateUi(Dialog);
50         QObject::connect(buttonBox, SIGNAL(rejected()), Dialog, SLOT(reject()));
51         QObject::connect(buttonBox, SIGNAL(accepted()), Dialog, SLOT(accept()));
52
53         QMetaObject::connectSlotsByName(Dialog);
54     } // setupUi
55
56     void retranslateUi(QDialog *Dialog)
57     {
58         Dialog->setWindowTitle(QApplication::translate("Dialog", "Dialog", 0, QApplication::UnicodeUTF8));
59 #ifndef QT_NO_WHATSTHIS
60         lineEdit->setWhatsThis(QString());
61 #endif // QT_NO_WHATSTHIS
62         label->setText(QApplication::translate("Dialog", "Enter password", 0, QApplication::UnicodeUTF8));
63     } // retranslateUi
64
65 };
66
67 namespace Ui {
68     class Dialog: public Ui_Dialog {};
69 } // namespace Ui
70
71 QT_END_NAMESPACE
72
73 #endif // UI_UNLOCK_H