/******************************************************************************** ** Form generated from reading ui file 'vceditaccount.ui' ** ** Created: Tue Jan 26 20:40:59 2010 ** by: Qt User Interface Compiler version 4.5.2 ** ** WARNING! All changes made in this file will be lost when recompiling ui file! ********************************************************************************/ #ifndef UI_VCEDITACCOUNT_H #define UI_VCEDITACCOUNT_H #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_VCEditAccountClass { public: QGridLayout *gridLayout; QGroupBox *grpAccountInfos; QFormLayout *formLayout; QLabel *label; QLineEdit *edtName; QLabel *label_2; QComboBox *selGateway; QGroupBox *grpAccountSettings; QVBoxLayout *verticalLayout; QSpacerItem *horizontalSpacer_2; QDialogButtonBox *btnsNavigation; void setupUi(QDialog *VCEditAccountClass) { if (VCEditAccountClass->objectName().isEmpty()) VCEditAccountClass->setObjectName(QString::fromUtf8("VCEditAccountClass")); VCEditAccountClass->resize(400, 300); gridLayout = new QGridLayout(VCEditAccountClass); gridLayout->setSpacing(6); gridLayout->setMargin(11); gridLayout->setObjectName(QString::fromUtf8("gridLayout")); grpAccountInfos = new QGroupBox(VCEditAccountClass); grpAccountInfos->setObjectName(QString::fromUtf8("grpAccountInfos")); grpAccountInfos->setMaximumSize(QSize(16777215, 95)); formLayout = new QFormLayout(grpAccountInfos); formLayout->setSpacing(6); formLayout->setMargin(11); formLayout->setObjectName(QString::fromUtf8("formLayout")); label = new QLabel(grpAccountInfos); label->setObjectName(QString::fromUtf8("label")); formLayout->setWidget(0, QFormLayout::LabelRole, label); edtName = new QLineEdit(grpAccountInfos); edtName->setObjectName(QString::fromUtf8("edtName")); formLayout->setWidget(0, QFormLayout::FieldRole, edtName); label_2 = new QLabel(grpAccountInfos); label_2->setObjectName(QString::fromUtf8("label_2")); formLayout->setWidget(1, QFormLayout::LabelRole, label_2); selGateway = new QComboBox(grpAccountInfos); selGateway->setObjectName(QString::fromUtf8("selGateway")); selGateway->setInsertPolicy(QComboBox::InsertAlphabetically); formLayout->setWidget(1, QFormLayout::FieldRole, selGateway); gridLayout->addWidget(grpAccountInfos, 0, 0, 1, 2); grpAccountSettings = new QGroupBox(VCEditAccountClass); grpAccountSettings->setObjectName(QString::fromUtf8("grpAccountSettings")); verticalLayout = new QVBoxLayout(grpAccountSettings); verticalLayout->setSpacing(6); verticalLayout->setMargin(11); verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); gridLayout->addWidget(grpAccountSettings, 1, 0, 1, 2); horizontalSpacer_2 = new QSpacerItem(185, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); gridLayout->addItem(horizontalSpacer_2, 2, 0, 1, 1); btnsNavigation = new QDialogButtonBox(VCEditAccountClass); btnsNavigation->setObjectName(QString::fromUtf8("btnsNavigation")); btnsNavigation->setOrientation(Qt::Horizontal); btnsNavigation->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok); btnsNavigation->setCenterButtons(false); gridLayout->addWidget(btnsNavigation, 2, 1, 1, 1); retranslateUi(VCEditAccountClass); selGateway->setCurrentIndex(-1); QMetaObject::connectSlotsByName(VCEditAccountClass); } // setupUi void retranslateUi(QDialog *VCEditAccountClass) { VCEditAccountClass->setWindowTitle(QApplication::translate("VCEditAccountClass", "Edit account", 0, QApplication::UnicodeUTF8)); grpAccountInfos->setTitle(QApplication::translate("VCEditAccountClass", "Account information", 0, QApplication::UnicodeUTF8)); label->setText(QApplication::translate("VCEditAccountClass", "Name:", 0, QApplication::UnicodeUTF8)); label_2->setText(QApplication::translate("VCEditAccountClass", "Gateway:", 0, QApplication::UnicodeUTF8)); grpAccountSettings->setTitle(QApplication::translate("VCEditAccountClass", "Account settings", 0, QApplication::UnicodeUTF8)); Q_UNUSED(VCEditAccountClass); } // retranslateUi }; namespace Ui { class VCEditAccountClass: public Ui_VCEditAccountClass {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_VCEDITACCOUNT_H