• Main Page
  • Related Pages
  • Modules
  • Namespaces
  • Data Structures
  • Files
  • File List
  • Globals

qbcfgtabpageusergen.ui.h

Go to the documentation of this file.
00001 /********************************************************************************
00002 ** Form generated from reading UI file 'qbcfgtabpageusergen.ui'
00003 **
00004 ** Created: Mon Sep 20 18:09:43 2010
00005 **      by: Qt User Interface Compiler version 4.7.0
00006 **
00007 ** WARNING! All changes made in this file will be lost when recompiling UI file!
00008 ********************************************************************************/
00009 
00010 #ifndef QBCFGTABPAGEUSERGEN_H
00011 #define QBCFGTABPAGEUSERGEN_H
00012 
00013 #include <Qt3Support/Q3GroupBox>
00014 #include <Qt3Support/Q3MimeSourceFactory>
00015 #include <QtCore/QVariant>
00016 #include <QtGui/QAction>
00017 #include <QtGui/QApplication>
00018 #include <QtGui/QButtonGroup>
00019 #include <QtGui/QComboBox>
00020 #include <QtGui/QFormLayout>
00021 #include <QtGui/QHBoxLayout>
00022 #include <QtGui/QHeaderView>
00023 #include <QtGui/QLabel>
00024 #include <QtGui/QLineEdit>
00025 #include <QtGui/QPushButton>
00026 #include <QtGui/QVBoxLayout>
00027 #include <QtGui/QWidget>
00028 
00029 QT_BEGIN_NAMESPACE
00030 
00031 class Ui_QBCfgTabPageUserGeneralUi
00032 {
00033 public:
00034     QVBoxLayout *vboxLayout;
00035     Q3GroupBox *groupBox6;
00036     QFormLayout *formLayout;
00037     QLabel *textLabel1_2;
00038     QLineEdit *userNameEdit;
00039     QLabel *userIdLabel;
00040     QLineEdit *userIdEdit;
00041     QLabel *customerIdLabel;
00042     QLineEdit *customerIdEdit;
00043     Q3GroupBox *groupBox7;
00044     QFormLayout *formLayout_2;
00045     QLabel *textLabel2;
00046     QComboBox *countryCombo;
00047     QLabel *textLabel1_4;
00048     QHBoxLayout *hboxLayout;
00049     QLineEdit *bankIdEdit;
00050     QPushButton *bankIdButton;
00051 
00052     void setupUi(QWidget *QBCfgTabPageUserGeneralUi)
00053     {
00054         if (QBCfgTabPageUserGeneralUi->objectName().isEmpty())
00055             QBCfgTabPageUserGeneralUi->setObjectName(QString::fromUtf8("QBCfgTabPageUserGeneralUi"));
00056         QBCfgTabPageUserGeneralUi->resize(399, 296);
00057         vboxLayout = new QVBoxLayout(QBCfgTabPageUserGeneralUi);
00058         vboxLayout->setSpacing(6);
00059         vboxLayout->setContentsMargins(11, 11, 11, 11);
00060         vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00061         groupBox6 = new Q3GroupBox(QBCfgTabPageUserGeneralUi);
00062         groupBox6->setObjectName(QString::fromUtf8("groupBox6"));
00063         groupBox6->setColumnLayout(0, Qt::Vertical);
00064         groupBox6->layout()->setSpacing(6);
00065         groupBox6->layout()->setContentsMargins(11, 11, 11, 11);
00066         formLayout = new QFormLayout();
00067         QBoxLayout *boxlayout = qobject_cast<QBoxLayout *>(groupBox6->layout());
00068         if (boxlayout)
00069             boxlayout->addLayout(formLayout);
00070         formLayout->setAlignment(Qt::AlignTop);
00071         formLayout->setObjectName(QString::fromUtf8("formLayout"));
00072         textLabel1_2 = new QLabel(groupBox6);
00073         textLabel1_2->setObjectName(QString::fromUtf8("textLabel1_2"));
00074         textLabel1_2->setWordWrap(false);
00075 
00076         formLayout->setWidget(0, QFormLayout::LabelRole, textLabel1_2);
00077 
00078         userNameEdit = new QLineEdit(groupBox6);
00079         userNameEdit->setObjectName(QString::fromUtf8("userNameEdit"));
00080 
00081         formLayout->setWidget(0, QFormLayout::FieldRole, userNameEdit);
00082 
00083         userIdLabel = new QLabel(groupBox6);
00084         userIdLabel->setObjectName(QString::fromUtf8("userIdLabel"));
00085         userIdLabel->setWordWrap(false);
00086 
00087         formLayout->setWidget(1, QFormLayout::LabelRole, userIdLabel);
00088 
00089         userIdEdit = new QLineEdit(groupBox6);
00090         userIdEdit->setObjectName(QString::fromUtf8("userIdEdit"));
00091 
00092         formLayout->setWidget(1, QFormLayout::FieldRole, userIdEdit);
00093 
00094         customerIdLabel = new QLabel(groupBox6);
00095         customerIdLabel->setObjectName(QString::fromUtf8("customerIdLabel"));
00096         customerIdLabel->setWordWrap(false);
00097 
00098         formLayout->setWidget(2, QFormLayout::LabelRole, customerIdLabel);
00099 
00100         customerIdEdit = new QLineEdit(groupBox6);
00101         customerIdEdit->setObjectName(QString::fromUtf8("customerIdEdit"));
00102 
00103         formLayout->setWidget(2, QFormLayout::FieldRole, customerIdEdit);
00104 
00105 
00106         vboxLayout->addWidget(groupBox6);
00107 
00108         groupBox7 = new Q3GroupBox(QBCfgTabPageUserGeneralUi);
00109         groupBox7->setObjectName(QString::fromUtf8("groupBox7"));
00110         groupBox7->setColumnLayout(0, Qt::Vertical);
00111         groupBox7->layout()->setSpacing(6);
00112         groupBox7->layout()->setContentsMargins(11, 11, 11, 11);
00113         formLayout_2 = new QFormLayout();
00114         QBoxLayout *boxlayout1 = qobject_cast<QBoxLayout *>(groupBox7->layout());
00115         if (boxlayout1)
00116             boxlayout1->addLayout(formLayout_2);
00117         formLayout_2->setAlignment(Qt::AlignTop);
00118         formLayout_2->setObjectName(QString::fromUtf8("formLayout_2"));
00119         textLabel2 = new QLabel(groupBox7);
00120         textLabel2->setObjectName(QString::fromUtf8("textLabel2"));
00121         textLabel2->setWordWrap(false);
00122 
00123         formLayout_2->setWidget(0, QFormLayout::LabelRole, textLabel2);
00124 
00125         countryCombo = new QComboBox(groupBox7);
00126         countryCombo->setObjectName(QString::fromUtf8("countryCombo"));
00127 
00128         formLayout_2->setWidget(0, QFormLayout::FieldRole, countryCombo);
00129 
00130         textLabel1_4 = new QLabel(groupBox7);
00131         textLabel1_4->setObjectName(QString::fromUtf8("textLabel1_4"));
00132         textLabel1_4->setWordWrap(false);
00133 
00134         formLayout_2->setWidget(1, QFormLayout::LabelRole, textLabel1_4);
00135 
00136         hboxLayout = new QHBoxLayout();
00137         hboxLayout->setSpacing(6);
00138         hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00139         bankIdEdit = new QLineEdit(groupBox7);
00140         bankIdEdit->setObjectName(QString::fromUtf8("bankIdEdit"));
00141 
00142         hboxLayout->addWidget(bankIdEdit);
00143 
00144         bankIdButton = new QPushButton(groupBox7);
00145         bankIdButton->setObjectName(QString::fromUtf8("bankIdButton"));
00146 
00147         hboxLayout->addWidget(bankIdButton);
00148 
00149 
00150         formLayout_2->setLayout(1, QFormLayout::FieldRole, hboxLayout);
00151 
00152 
00153         vboxLayout->addWidget(groupBox7);
00154 
00155         QWidget::setTabOrder(userNameEdit, userIdEdit);
00156         QWidget::setTabOrder(userIdEdit, customerIdEdit);
00157         QWidget::setTabOrder(customerIdEdit, countryCombo);
00158         QWidget::setTabOrder(countryCombo, bankIdEdit);
00159         QWidget::setTabOrder(bankIdEdit, bankIdButton);
00160 
00161         retranslateUi(QBCfgTabPageUserGeneralUi);
00162 
00163         QMetaObject::connectSlotsByName(QBCfgTabPageUserGeneralUi);
00164     } // setupUi
00165 
00166     void retranslateUi(QWidget *QBCfgTabPageUserGeneralUi)
00167     {
00168         QBCfgTabPageUserGeneralUi->setWindowTitle(QApplication::translate("QBCfgTabPageUserGeneralUi", "General", 0, QApplication::UnicodeUTF8));
00169         groupBox6->setTitle(QApplication::translate("QBCfgTabPageUserGeneralUi", "User Settings", 0, QApplication::UnicodeUTF8));
00170         textLabel1_2->setText(QApplication::translate("QBCfgTabPageUserGeneralUi", "User Name", 0, QApplication::UnicodeUTF8));
00171         userIdLabel->setText(QApplication::translate("QBCfgTabPageUserGeneralUi", "User Id", 0, QApplication::UnicodeUTF8));
00172         customerIdLabel->setText(QApplication::translate("QBCfgTabPageUserGeneralUi", "Customer Id", 0, QApplication::UnicodeUTF8));
00173         groupBox7->setTitle(QApplication::translate("QBCfgTabPageUserGeneralUi", "Bank Settings", 0, QApplication::UnicodeUTF8));
00174         textLabel2->setText(QApplication::translate("QBCfgTabPageUserGeneralUi", "Country", 0, QApplication::UnicodeUTF8));
00175         textLabel1_4->setText(QApplication::translate("QBCfgTabPageUserGeneralUi", "Bank Id", 0, QApplication::UnicodeUTF8));
00176         bankIdButton->setText(QApplication::translate("QBCfgTabPageUserGeneralUi", "...", 0, QApplication::UnicodeUTF8));
00177     } // retranslateUi
00178 
00179 };
00180 
00181 namespace Ui {
00182     class QBCfgTabPageUserGeneralUi: public Ui_QBCfgTabPageUserGeneralUi {};
00183 } // namespace Ui
00184 
00185 QT_END_NAMESPACE
00186 
00187 #endif // QBCFGTABPAGEUSERGEN_H

Generated on Mon Sep 20 2010 18:13:21 for aqbanking by  doxygen 1.7.1