qCNC 0.82-alpha
/home/trilog/Desktop/project/gui/Final/src/passwd_ui.h
Go to the documentation of this file.
00001 
00043 #ifndef PASSWD_UI_H
00044 #define PASSWD_UI_H
00045 /********************************************************************************
00046 ** Form generated from reading UI file 'passwdbJ3144.ui'
00047 **
00048 ** Created: Sun Apr 24 16:11:55 2011
00049 **      by: Qt User Interface Compiler version 4.7.0
00050 **
00051 ** WARNING! All changes made in this file will be lost when recompiling UI file!
00052 ********************************************************************************/
00053 
00054 
00055 #include <QtCore/QVariant>
00056 #include <QtGui/QAction>
00057 #include <QtGui/QApplication>
00058 #include <QtGui/QButtonGroup>
00059 #include <QtGui/QDialog>
00060 #include <QtGui/QHeaderView>
00061 #include <QtGui/QLabel>
00062 #include <QtGui/QLineEdit>
00063 #include <QtGui/QPushButton>
00064 
00065 QT_BEGIN_NAMESPACE
00066 
00067 class Ui_PassWD
00068 {
00069 public:
00070     QPushButton *pushButton;
00071     QPushButton *pushButton_2;
00072     QLineEdit *lineEdit;
00073     QLineEdit *lineEdit_2;
00074     QLabel *label;
00075     QLabel *label_2;
00076 
00077     void setupUi(QDialog *PassWD)
00078     {
00079         if (PassWD->objectName().isEmpty())
00080             PassWD->setObjectName(QString::fromUtf8("PassWD"));
00081         PassWD->resize(191, 107);
00082         pushButton = new QPushButton(PassWD);
00083         pushButton->setObjectName(QString::fromUtf8("pushButton"));
00084         pushButton->setGeometry(QRect(80, 80, 51, 23));
00085         pushButton_2 = new QPushButton(PassWD);
00086         pushButton_2->setObjectName(QString::fromUtf8("pushButton_2"));
00087         pushButton_2->setGeometry(QRect(134, 80, 51, 23));
00088         lineEdit = new QLineEdit(PassWD);
00089         lineEdit->setObjectName(QString::fromUtf8("lineEdit"));
00090         lineEdit->setGeometry(QRect(70, 20, 113, 20));
00091         lineEdit_2 = new QLineEdit(PassWD);
00092         lineEdit_2->setObjectName(QString::fromUtf8("lineEdit_2"));
00093         lineEdit_2->setGeometry(QRect(70, 50, 113, 20));
00094         lineEdit_2->setEchoMode(QLineEdit::Password);
00095         label = new QLabel(PassWD);
00096         label->setObjectName(QString::fromUtf8("label"));
00097         label->setGeometry(QRect(10, 20, 61, 16));
00098         label_2 = new QLabel(PassWD);
00099         label_2->setObjectName(QString::fromUtf8("label_2"));
00100         label_2->setGeometry(QRect(10, 50, 61, 16));
00101 
00102         retranslateUi(PassWD);
00103 
00104         QMetaObject::connectSlotsByName(PassWD);
00105     } // setupUi
00106 
00107     void retranslateUi(QDialog *PassWD)
00108     {
00109         PassWD->setWindowTitle(QApplication::translate("PassWD", "Dialog", 0, QApplication::UnicodeUTF8));
00110         pushButton->setText(QApplication::translate("PassWD", "Login", 0, QApplication::UnicodeUTF8));
00111         pushButton_2->setText(QApplication::translate("PassWD", "Return", 0, QApplication::UnicodeUTF8));
00112         lineEdit_2->setInputMask(QString());
00113         lineEdit_2->setPlaceholderText(QString());
00114         label->setText(QApplication::translate("PassWD", "Username: ", 0, QApplication::UnicodeUTF8));
00115         label_2->setText(QApplication::translate("PassWD", "Password: ", 0, QApplication::UnicodeUTF8));
00116     } // retranslateUi
00117 
00118 };
00119 
00120 namespace Ui_PW {
00121     class PassWD: public Ui_PassWD {};
00122 } // namespace Ui
00123 
00124 QT_END_NAMESPACE
00125 
00126 
00127 
00128 #endif // PASSWD_UI_H
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Defines