00001
00002
00003
00004
00005
00006
00007
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/QLabel>
00023 #include <QtGui/QLineEdit>
00024 #include <QtGui/QPushButton>
00025 #include <QtGui/QVBoxLayout>
00026 #include <QtGui/QWidget>
00027
00028 QT_BEGIN_NAMESPACE
00029
00030 class Ui_QBCfgTabPageUserGeneralUi
00031 {
00032 public:
00033 QVBoxLayout *vboxLayout;
00034 Q3GroupBox *groupBox6;
00035 QFormLayout *formLayout;
00036 QLabel *textLabel1_2;
00037 QLineEdit *userNameEdit;
00038 QLabel *userIdLabel;
00039 QLineEdit *userIdEdit;
00040 QLabel *customerIdLabel;
00041 QLineEdit *customerIdEdit;
00042 Q3GroupBox *groupBox7;
00043 QFormLayout *formLayout_2;
00044 QLabel *textLabel2;
00045 QComboBox *countryCombo;
00046 QLabel *textLabel1_4;
00047 QHBoxLayout *hboxLayout;
00048 QLineEdit *bankIdEdit;
00049 QPushButton *bankIdButton;
00050
00051 void setupUi(QWidget *QBCfgTabPageUserGeneralUi)
00052 {
00053 if (QBCfgTabPageUserGeneralUi->objectName().isEmpty())
00054 QBCfgTabPageUserGeneralUi->setObjectName(QString::fromUtf8("QBCfgTabPageUserGeneralUi"));
00055 QBCfgTabPageUserGeneralUi->resize(399, 296);
00056 vboxLayout = new QVBoxLayout(QBCfgTabPageUserGeneralUi);
00057 vboxLayout->setSpacing(6);
00058 vboxLayout->setMargin(11);
00059 vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00060 groupBox6 = new Q3GroupBox(QBCfgTabPageUserGeneralUi);
00061 groupBox6->setObjectName(QString::fromUtf8("groupBox6"));
00062 groupBox6->setColumnLayout(0, Qt::Vertical);
00063 groupBox6->layout()->setSpacing(6);
00064 groupBox6->layout()->setMargin(11);
00065 formLayout = new QFormLayout();
00066 QBoxLayout *boxlayout = qobject_cast<QBoxLayout *>(groupBox6->layout());
00067 if (boxlayout)
00068 boxlayout->addLayout(formLayout);
00069 formLayout->setAlignment(Qt::AlignTop);
00070 formLayout->setObjectName(QString::fromUtf8("formLayout"));
00071 textLabel1_2 = new QLabel(groupBox6);
00072 textLabel1_2->setObjectName(QString::fromUtf8("textLabel1_2"));
00073 textLabel1_2->setWordWrap(false);
00074
00075 formLayout->setWidget(0, QFormLayout::LabelRole, textLabel1_2);
00076
00077 userNameEdit = new QLineEdit(groupBox6);
00078 userNameEdit->setObjectName(QString::fromUtf8("userNameEdit"));
00079
00080 formLayout->setWidget(0, QFormLayout::FieldRole, userNameEdit);
00081
00082 userIdLabel = new QLabel(groupBox6);
00083 userIdLabel->setObjectName(QString::fromUtf8("userIdLabel"));
00084 userIdLabel->setWordWrap(false);
00085
00086 formLayout->setWidget(1, QFormLayout::LabelRole, userIdLabel);
00087
00088 userIdEdit = new QLineEdit(groupBox6);
00089 userIdEdit->setObjectName(QString::fromUtf8("userIdEdit"));
00090
00091 formLayout->setWidget(1, QFormLayout::FieldRole, userIdEdit);
00092
00093 customerIdLabel = new QLabel(groupBox6);
00094 customerIdLabel->setObjectName(QString::fromUtf8("customerIdLabel"));
00095 customerIdLabel->setWordWrap(false);
00096
00097 formLayout->setWidget(2, QFormLayout::LabelRole, customerIdLabel);
00098
00099 customerIdEdit = new QLineEdit(groupBox6);
00100 customerIdEdit->setObjectName(QString::fromUtf8("customerIdEdit"));
00101
00102 formLayout->setWidget(2, QFormLayout::FieldRole, customerIdEdit);
00103
00104
00105 vboxLayout->addWidget(groupBox6);
00106
00107 groupBox7 = new Q3GroupBox(QBCfgTabPageUserGeneralUi);
00108 groupBox7->setObjectName(QString::fromUtf8("groupBox7"));
00109 groupBox7->setColumnLayout(0, Qt::Vertical);
00110 groupBox7->layout()->setSpacing(6);
00111 groupBox7->layout()->setMargin(11);
00112 formLayout_2 = new QFormLayout();
00113 QBoxLayout *boxlayout1 = qobject_cast<QBoxLayout *>(groupBox7->layout());
00114 if (boxlayout1)
00115 boxlayout1->addLayout(formLayout_2);
00116 formLayout_2->setAlignment(Qt::AlignTop);
00117 formLayout_2->setObjectName(QString::fromUtf8("formLayout_2"));
00118 textLabel2 = new QLabel(groupBox7);
00119 textLabel2->setObjectName(QString::fromUtf8("textLabel2"));
00120 textLabel2->setWordWrap(false);
00121
00122 formLayout_2->setWidget(0, QFormLayout::LabelRole, textLabel2);
00123
00124 countryCombo = new QComboBox(groupBox7);
00125 countryCombo->setObjectName(QString::fromUtf8("countryCombo"));
00126
00127 formLayout_2->setWidget(0, QFormLayout::FieldRole, countryCombo);
00128
00129 textLabel1_4 = new QLabel(groupBox7);
00130 textLabel1_4->setObjectName(QString::fromUtf8("textLabel1_4"));
00131 textLabel1_4->setWordWrap(false);
00132
00133 formLayout_2->setWidget(1, QFormLayout::LabelRole, textLabel1_4);
00134
00135 hboxLayout = new QHBoxLayout();
00136 hboxLayout->setSpacing(6);
00137 hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00138 bankIdEdit = new QLineEdit(groupBox7);
00139 bankIdEdit->setObjectName(QString::fromUtf8("bankIdEdit"));
00140
00141 hboxLayout->addWidget(bankIdEdit);
00142
00143 bankIdButton = new QPushButton(groupBox7);
00144 bankIdButton->setObjectName(QString::fromUtf8("bankIdButton"));
00145
00146 hboxLayout->addWidget(bankIdButton);
00147
00148
00149 formLayout_2->setLayout(1, QFormLayout::FieldRole, hboxLayout);
00150
00151
00152 vboxLayout->addWidget(groupBox7);
00153
00154 QWidget::setTabOrder(userNameEdit, userIdEdit);
00155 QWidget::setTabOrder(userIdEdit, customerIdEdit);
00156 QWidget::setTabOrder(customerIdEdit, countryCombo);
00157 QWidget::setTabOrder(countryCombo, bankIdEdit);
00158 QWidget::setTabOrder(bankIdEdit, bankIdButton);
00159
00160 retranslateUi(QBCfgTabPageUserGeneralUi);
00161
00162 QMetaObject::connectSlotsByName(QBCfgTabPageUserGeneralUi);
00163 }
00164
00165 void retranslateUi(QWidget *QBCfgTabPageUserGeneralUi)
00166 {
00167 QBCfgTabPageUserGeneralUi->setWindowTitle(QApplication::translate("QBCfgTabPageUserGeneralUi", "General", 0, QApplication::UnicodeUTF8));
00168 groupBox6->setTitle(QApplication::translate("QBCfgTabPageUserGeneralUi", "User Settings", 0, QApplication::UnicodeUTF8));
00169 textLabel1_2->setText(QApplication::translate("QBCfgTabPageUserGeneralUi", "User Name", 0, QApplication::UnicodeUTF8));
00170 userIdLabel->setText(QApplication::translate("QBCfgTabPageUserGeneralUi", "User Id", 0, QApplication::UnicodeUTF8));
00171 customerIdLabel->setText(QApplication::translate("QBCfgTabPageUserGeneralUi", "Customer Id", 0, QApplication::UnicodeUTF8));
00172 groupBox7->setTitle(QApplication::translate("QBCfgTabPageUserGeneralUi", "Bank Settings", 0, QApplication::UnicodeUTF8));
00173 textLabel2->setText(QApplication::translate("QBCfgTabPageUserGeneralUi", "Country", 0, QApplication::UnicodeUTF8));
00174 textLabel1_4->setText(QApplication::translate("QBCfgTabPageUserGeneralUi", "Bank Id", 0, QApplication::UnicodeUTF8));
00175 bankIdButton->setText(QApplication::translate("QBCfgTabPageUserGeneralUi", "...", 0, QApplication::UnicodeUTF8));
00176 Q_UNUSED(QBCfgTabPageUserGeneralUi);
00177 }
00178
00179 };
00180
00181 namespace Ui {
00182 class QBCfgTabPageUserGeneralUi: public Ui_QBCfgTabPageUserGeneralUi {};
00183 }
00184
00185 QT_END_NAMESPACE
00186
00187 #endif // QBCFGTABPAGEUSERGEN_H