/******************************************************************************** ** Form generated from reading UI file 'LoginPanelBase.ui' ** ** Created: Mon 23. Jul 10:20:22 2012 ** by: Qt User Interface Compiler version 4.6.3 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ********************************************************************************/ #ifndef UI_LOGINPANELBASE_H #define UI_LOGINPANELBASE_H #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_LoginPanelBase { public: QVBoxLayout *vboxLayout; QHBoxLayout *hboxLayout; QLabel *HostLabel; QLineEdit *HostName; QVBoxLayout *vboxLayout1; QLabel *TextLabel1; QLineEdit *UserID; QVBoxLayout *vboxLayout2; QLabel *TextLabel1_2; QLineEdit *Password; void setupUi(QDialog *LoginPanelBase) { if (LoginPanelBase->objectName().isEmpty()) LoginPanelBase->setObjectName(QString::fromUtf8("LoginPanelBase")); LoginPanelBase->resize(384, 163); vboxLayout = new QVBoxLayout(LoginPanelBase); #ifndef Q_OS_MAC vboxLayout->setSpacing(6); #endif vboxLayout->setContentsMargins(11, 11, 11, 11); vboxLayout->setObjectName(QString::fromUtf8("vboxLayout")); hboxLayout = new QHBoxLayout(); #ifndef Q_OS_MAC hboxLayout->setSpacing(6); #endif #ifndef Q_OS_MAC hboxLayout->setContentsMargins(0, 0, 0, 0); #endif hboxLayout->setObjectName(QString::fromUtf8("hboxLayout")); HostLabel = new QLabel(LoginPanelBase); HostLabel->setObjectName(QString::fromUtf8("HostLabel")); HostLabel->setWordWrap(false); hboxLayout->addWidget(HostLabel); HostName = new QLineEdit(LoginPanelBase); HostName->setObjectName(QString::fromUtf8("HostName")); hboxLayout->addWidget(HostName); vboxLayout->addLayout(hboxLayout); vboxLayout1 = new QVBoxLayout(); #ifndef Q_OS_MAC vboxLayout1->setSpacing(6); #endif vboxLayout1->setContentsMargins(0, 0, 0, 0); vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1")); TextLabel1 = new QLabel(LoginPanelBase); TextLabel1->setObjectName(QString::fromUtf8("TextLabel1")); TextLabel1->setWordWrap(false); vboxLayout1->addWidget(TextLabel1); UserID = new QLineEdit(LoginPanelBase); UserID->setObjectName(QString::fromUtf8("UserID")); vboxLayout1->addWidget(UserID); vboxLayout->addLayout(vboxLayout1); vboxLayout2 = new QVBoxLayout(); #ifndef Q_OS_MAC vboxLayout2->setSpacing(6); #endif vboxLayout2->setContentsMargins(0, 0, 0, 0); vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2")); TextLabel1_2 = new QLabel(LoginPanelBase); TextLabel1_2->setObjectName(QString::fromUtf8("TextLabel1_2")); TextLabel1_2->setWordWrap(false); vboxLayout2->addWidget(TextLabel1_2); Password = new QLineEdit(LoginPanelBase); Password->setObjectName(QString::fromUtf8("Password")); Password->setEchoMode(QLineEdit::Password); vboxLayout2->addWidget(Password); vboxLayout->addLayout(vboxLayout2); QWidget::setTabOrder(UserID, Password); QWidget::setTabOrder(Password, HostName); retranslateUi(LoginPanelBase); QMetaObject::connectSlotsByName(LoginPanelBase); } // setupUi void retranslateUi(QDialog *LoginPanelBase) { LoginPanelBase->setWindowTitle(QApplication::translate("LoginPanelBase", "Login Panel", 0, QApplication::UnicodeUTF8)); HostLabel->setText(QApplication::translate("LoginPanelBase", "Host ", 0, QApplication::UnicodeUTF8)); HostName->setText(QApplication::translate("LoginPanelBase", "pixelweb.physik.uni-bonn.de", 0, QApplication::UnicodeUTF8)); TextLabel1->setText(QApplication::translate("LoginPanelBase", "User", 0, QApplication::UnicodeUTF8)); UserID->setText(QApplication::translate("LoginPanelBase", "silab", 0, QApplication::UnicodeUTF8)); TextLabel1_2->setText(QApplication::translate("LoginPanelBase", "Password", 0, QApplication::UnicodeUTF8)); } // retranslateUi }; namespace Ui { class LoginPanelBase: public Ui_LoginPanelBase {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_LOGINPANELBASE_H