00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef QBCFGTABPAGEACCOUNTGEN_H
00011 #define QBCFGTABPAGEACCOUNTGEN_H
00012
00013 #include <Qt3Support/Q3GroupBox>
00014 #include <QtCore/QVariant>
00015 #include <QtGui/QAction>
00016 #include <QtGui/QApplication>
00017 #include <QtGui/QButtonGroup>
00018 #include <QtGui/QCheckBox>
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/QSpacerItem>
00026 #include <QtGui/QVBoxLayout>
00027 #include <QtGui/QWidget>
00028 #include <q4banking/qbuserlist.h>
00029 #include "q4banking/qbuserlist.h"
00030
00031 QT_BEGIN_NAMESPACE
00032
00033 class Ui_QBCfgTabPageAccountGeneralUi
00034 {
00035 public:
00036 QVBoxLayout *verticalLayout;
00037 QHBoxLayout *hboxLayout;
00038 Q3GroupBox *groupBox1;
00039 QFormLayout *formLayout;
00040 QLabel *textLabel4;
00041 QLineEdit *accountNameEdit;
00042 QLabel *textLabel2;
00043 QLineEdit *accountIdEdit;
00044 QLabel *textLabel2_3;
00045 QLineEdit *ibanEdit;
00046 QLabel *textLabel5;
00047 QLineEdit *ownerNameEdit;
00048 QLabel *textLabel1;
00049 QComboBox *accountTypeCombo;
00050 QVBoxLayout *vboxLayout;
00051 Q3GroupBox *groupBox7;
00052 QFormLayout *formLayout_2;
00053 QLabel *textLabel2_2;
00054 QComboBox *countryCombo;
00055 QLabel *textLabel1_4;
00056 QLineEdit *bankIdEdit;
00057 QPushButton *bankIdButton;
00058 QLabel *textLabel1_4_3;
00059 QLineEdit *bicEdit;
00060 QLabel *textLabel1_4_2;
00061 QLineEdit *bankNameEdit;
00062 QSpacerItem *spacer6;
00063 QHBoxLayout *hboxLayout1;
00064 QVBoxLayout *vboxLayout1;
00065 Q3GroupBox *groupBox6;
00066 QVBoxLayout *vboxLayout2;
00067 QBUserListView *userList1;
00068 QCheckBox *allUsersCheck;
00069 QSpacerItem *spacer4;
00070 QVBoxLayout *vboxLayout3;
00071 QSpacerItem *spacer11_2;
00072 QPushButton *rightButton;
00073 QSpacerItem *spacer11;
00074 QPushButton *leftButton;
00075 QSpacerItem *spacer11_3;
00076 QVBoxLayout *vboxLayout4;
00077 Q3GroupBox *groupBox7_2;
00078 QVBoxLayout *vboxLayout5;
00079 QBUserListView *userList2;
00080 QSpacerItem *spacer4_2;
00081
00082 void setupUi(QWidget *QBCfgTabPageAccountGeneralUi)
00083 {
00084 if (QBCfgTabPageAccountGeneralUi->objectName().isEmpty())
00085 QBCfgTabPageAccountGeneralUi->setObjectName(QString::fromUtf8("QBCfgTabPageAccountGeneralUi"));
00086 QBCfgTabPageAccountGeneralUi->resize(628, 362);
00087 verticalLayout = new QVBoxLayout(QBCfgTabPageAccountGeneralUi);
00088 verticalLayout->setSpacing(6);
00089 verticalLayout->setMargin(11);
00090 verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
00091 hboxLayout = new QHBoxLayout();
00092 hboxLayout->setSpacing(6);
00093 hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00094 groupBox1 = new Q3GroupBox(QBCfgTabPageAccountGeneralUi);
00095 groupBox1->setObjectName(QString::fromUtf8("groupBox1"));
00096 groupBox1->setColumnLayout(0, Qt::Vertical);
00097 groupBox1->layout()->setSpacing(6);
00098 groupBox1->layout()->setMargin(11);
00099 formLayout = new QFormLayout();
00100 QBoxLayout *boxlayout = qobject_cast<QBoxLayout *>(groupBox1->layout());
00101 if (boxlayout)
00102 boxlayout->addLayout(formLayout);
00103 formLayout->setAlignment(Qt::AlignTop);
00104 formLayout->setObjectName(QString::fromUtf8("formLayout"));
00105 textLabel4 = new QLabel(groupBox1);
00106 textLabel4->setObjectName(QString::fromUtf8("textLabel4"));
00107 textLabel4->setWordWrap(false);
00108
00109 formLayout->setWidget(0, QFormLayout::LabelRole, textLabel4);
00110
00111 accountNameEdit = new QLineEdit(groupBox1);
00112 accountNameEdit->setObjectName(QString::fromUtf8("accountNameEdit"));
00113
00114 formLayout->setWidget(0, QFormLayout::FieldRole, accountNameEdit);
00115
00116 textLabel2 = new QLabel(groupBox1);
00117 textLabel2->setObjectName(QString::fromUtf8("textLabel2"));
00118 textLabel2->setWordWrap(false);
00119
00120 formLayout->setWidget(1, QFormLayout::LabelRole, textLabel2);
00121
00122 accountIdEdit = new QLineEdit(groupBox1);
00123 accountIdEdit->setObjectName(QString::fromUtf8("accountIdEdit"));
00124
00125 formLayout->setWidget(1, QFormLayout::FieldRole, accountIdEdit);
00126
00127 textLabel2_3 = new QLabel(groupBox1);
00128 textLabel2_3->setObjectName(QString::fromUtf8("textLabel2_3"));
00129 textLabel2_3->setWordWrap(false);
00130
00131 formLayout->setWidget(2, QFormLayout::LabelRole, textLabel2_3);
00132
00133 ibanEdit = new QLineEdit(groupBox1);
00134 ibanEdit->setObjectName(QString::fromUtf8("ibanEdit"));
00135
00136 formLayout->setWidget(2, QFormLayout::FieldRole, ibanEdit);
00137
00138 textLabel5 = new QLabel(groupBox1);
00139 textLabel5->setObjectName(QString::fromUtf8("textLabel5"));
00140 textLabel5->setWordWrap(false);
00141
00142 formLayout->setWidget(3, QFormLayout::LabelRole, textLabel5);
00143
00144 ownerNameEdit = new QLineEdit(groupBox1);
00145 ownerNameEdit->setObjectName(QString::fromUtf8("ownerNameEdit"));
00146
00147 formLayout->setWidget(3, QFormLayout::FieldRole, ownerNameEdit);
00148
00149 textLabel1 = new QLabel(groupBox1);
00150 textLabel1->setObjectName(QString::fromUtf8("textLabel1"));
00151 textLabel1->setWordWrap(false);
00152
00153 formLayout->setWidget(4, QFormLayout::LabelRole, textLabel1);
00154
00155 accountTypeCombo = new QComboBox(groupBox1);
00156 accountTypeCombo->setObjectName(QString::fromUtf8("accountTypeCombo"));
00157
00158 formLayout->setWidget(4, QFormLayout::FieldRole, accountTypeCombo);
00159
00160
00161 hboxLayout->addWidget(groupBox1);
00162
00163 vboxLayout = new QVBoxLayout();
00164 vboxLayout->setSpacing(6);
00165 vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00166 groupBox7 = new Q3GroupBox(QBCfgTabPageAccountGeneralUi);
00167 groupBox7->setObjectName(QString::fromUtf8("groupBox7"));
00168 groupBox7->setColumnLayout(0, Qt::Vertical);
00169 groupBox7->layout()->setSpacing(6);
00170 groupBox7->layout()->setMargin(11);
00171 formLayout_2 = new QFormLayout();
00172 QBoxLayout *boxlayout1 = qobject_cast<QBoxLayout *>(groupBox7->layout());
00173 if (boxlayout1)
00174 boxlayout1->addLayout(formLayout_2);
00175 formLayout_2->setAlignment(Qt::AlignTop);
00176 formLayout_2->setObjectName(QString::fromUtf8("formLayout_2"));
00177 textLabel2_2 = new QLabel(groupBox7);
00178 textLabel2_2->setObjectName(QString::fromUtf8("textLabel2_2"));
00179 textLabel2_2->setWordWrap(false);
00180
00181 formLayout_2->setWidget(0, QFormLayout::LabelRole, textLabel2_2);
00182
00183 countryCombo = new QComboBox(groupBox7);
00184 countryCombo->setObjectName(QString::fromUtf8("countryCombo"));
00185
00186 formLayout_2->setWidget(0, QFormLayout::FieldRole, countryCombo);
00187
00188 textLabel1_4 = new QLabel(groupBox7);
00189 textLabel1_4->setObjectName(QString::fromUtf8("textLabel1_4"));
00190 textLabel1_4->setWordWrap(false);
00191
00192 formLayout_2->setWidget(1, QFormLayout::LabelRole, textLabel1_4);
00193
00194 bankIdEdit = new QLineEdit(groupBox7);
00195 bankIdEdit->setObjectName(QString::fromUtf8("bankIdEdit"));
00196
00197 formLayout_2->setWidget(1, QFormLayout::FieldRole, bankIdEdit);
00198
00199 bankIdButton = new QPushButton(groupBox7);
00200 bankIdButton->setObjectName(QString::fromUtf8("bankIdButton"));
00201
00202 formLayout_2->setWidget(2, QFormLayout::FieldRole, bankIdButton);
00203
00204 textLabel1_4_3 = new QLabel(groupBox7);
00205 textLabel1_4_3->setObjectName(QString::fromUtf8("textLabel1_4_3"));
00206 textLabel1_4_3->setWordWrap(false);
00207
00208 formLayout_2->setWidget(3, QFormLayout::LabelRole, textLabel1_4_3);
00209
00210 bicEdit = new QLineEdit(groupBox7);
00211 bicEdit->setObjectName(QString::fromUtf8("bicEdit"));
00212
00213 formLayout_2->setWidget(3, QFormLayout::FieldRole, bicEdit);
00214
00215 textLabel1_4_2 = new QLabel(groupBox7);
00216 textLabel1_4_2->setObjectName(QString::fromUtf8("textLabel1_4_2"));
00217 textLabel1_4_2->setWordWrap(false);
00218
00219 formLayout_2->setWidget(4, QFormLayout::LabelRole, textLabel1_4_2);
00220
00221 bankNameEdit = new QLineEdit(groupBox7);
00222 bankNameEdit->setObjectName(QString::fromUtf8("bankNameEdit"));
00223
00224 formLayout_2->setWidget(4, QFormLayout::FieldRole, bankNameEdit);
00225
00226
00227 vboxLayout->addWidget(groupBox7);
00228
00229 spacer6 = new QSpacerItem(5, 5, QSizePolicy::Minimum, QSizePolicy::Expanding);
00230
00231 vboxLayout->addItem(spacer6);
00232
00233
00234 hboxLayout->addLayout(vboxLayout);
00235
00236
00237 verticalLayout->addLayout(hboxLayout);
00238
00239 hboxLayout1 = new QHBoxLayout();
00240 hboxLayout1->setSpacing(6);
00241 hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
00242 vboxLayout1 = new QVBoxLayout();
00243 vboxLayout1->setSpacing(6);
00244 vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1"));
00245 groupBox6 = new Q3GroupBox(QBCfgTabPageAccountGeneralUi);
00246 groupBox6->setObjectName(QString::fromUtf8("groupBox6"));
00247 QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
00248 sizePolicy.setHorizontalStretch(0);
00249 sizePolicy.setVerticalStretch(0);
00250 sizePolicy.setHeightForWidth(groupBox6->sizePolicy().hasHeightForWidth());
00251 groupBox6->setSizePolicy(sizePolicy);
00252 groupBox6->setColumnLayout(0, Qt::Vertical);
00253 groupBox6->layout()->setSpacing(6);
00254 groupBox6->layout()->setMargin(11);
00255 vboxLayout2 = new QVBoxLayout();
00256 QBoxLayout *boxlayout2 = qobject_cast<QBoxLayout *>(groupBox6->layout());
00257 if (boxlayout2)
00258 boxlayout2->addLayout(vboxLayout2);
00259 vboxLayout2->setAlignment(Qt::AlignTop);
00260 vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2"));
00261 userList1 = new QBUserListView(groupBox6);
00262 userList1->setObjectName(QString::fromUtf8("userList1"));
00263 QSizePolicy sizePolicy1(QSizePolicy::MinimumExpanding, QSizePolicy::Expanding);
00264 sizePolicy1.setHorizontalStretch(0);
00265 sizePolicy1.setVerticalStretch(0);
00266 sizePolicy1.setHeightForWidth(userList1->sizePolicy().hasHeightForWidth());
00267 userList1->setSizePolicy(sizePolicy1);
00268
00269 vboxLayout2->addWidget(userList1);
00270
00271 allUsersCheck = new QCheckBox(groupBox6);
00272 allUsersCheck->setObjectName(QString::fromUtf8("allUsersCheck"));
00273
00274 vboxLayout2->addWidget(allUsersCheck);
00275
00276
00277 vboxLayout1->addWidget(groupBox6);
00278
00279 spacer4 = new QSpacerItem(241, 1, QSizePolicy::Expanding, QSizePolicy::Minimum);
00280
00281 vboxLayout1->addItem(spacer4);
00282
00283
00284 hboxLayout1->addLayout(vboxLayout1);
00285
00286 vboxLayout3 = new QVBoxLayout();
00287 vboxLayout3->setSpacing(6);
00288 vboxLayout3->setObjectName(QString::fromUtf8("vboxLayout3"));
00289 spacer11_2 = new QSpacerItem(21, 16, QSizePolicy::Minimum, QSizePolicy::Expanding);
00290
00291 vboxLayout3->addItem(spacer11_2);
00292
00293 rightButton = new QPushButton(QBCfgTabPageAccountGeneralUi);
00294 rightButton->setObjectName(QString::fromUtf8("rightButton"));
00295
00296 vboxLayout3->addWidget(rightButton);
00297
00298 spacer11 = new QSpacerItem(21, 16, QSizePolicy::Minimum, QSizePolicy::Fixed);
00299
00300 vboxLayout3->addItem(spacer11);
00301
00302 leftButton = new QPushButton(QBCfgTabPageAccountGeneralUi);
00303 leftButton->setObjectName(QString::fromUtf8("leftButton"));
00304
00305 vboxLayout3->addWidget(leftButton);
00306
00307 spacer11_3 = new QSpacerItem(21, 16, QSizePolicy::Minimum, QSizePolicy::Expanding);
00308
00309 vboxLayout3->addItem(spacer11_3);
00310
00311
00312 hboxLayout1->addLayout(vboxLayout3);
00313
00314 vboxLayout4 = new QVBoxLayout();
00315 vboxLayout4->setSpacing(6);
00316 vboxLayout4->setObjectName(QString::fromUtf8("vboxLayout4"));
00317 groupBox7_2 = new Q3GroupBox(QBCfgTabPageAccountGeneralUi);
00318 groupBox7_2->setObjectName(QString::fromUtf8("groupBox7_2"));
00319 sizePolicy.setHeightForWidth(groupBox7_2->sizePolicy().hasHeightForWidth());
00320 groupBox7_2->setSizePolicy(sizePolicy);
00321 groupBox7_2->setColumnLayout(0, Qt::Vertical);
00322 groupBox7_2->layout()->setSpacing(6);
00323 groupBox7_2->layout()->setMargin(11);
00324 vboxLayout5 = new QVBoxLayout();
00325 QBoxLayout *boxlayout3 = qobject_cast<QBoxLayout *>(groupBox7_2->layout());
00326 if (boxlayout3)
00327 boxlayout3->addLayout(vboxLayout5);
00328 vboxLayout5->setAlignment(Qt::AlignTop);
00329 vboxLayout5->setObjectName(QString::fromUtf8("vboxLayout5"));
00330 userList2 = new QBUserListView(groupBox7_2);
00331 userList2->setObjectName(QString::fromUtf8("userList2"));
00332 sizePolicy1.setHeightForWidth(userList2->sizePolicy().hasHeightForWidth());
00333 userList2->setSizePolicy(sizePolicy1);
00334
00335 vboxLayout5->addWidget(userList2);
00336
00337
00338 vboxLayout4->addWidget(groupBox7_2);
00339
00340 spacer4_2 = new QSpacerItem(241, 1, QSizePolicy::Expanding, QSizePolicy::Minimum);
00341
00342 vboxLayout4->addItem(spacer4_2);
00343
00344
00345 hboxLayout1->addLayout(vboxLayout4);
00346
00347
00348 verticalLayout->addLayout(hboxLayout1);
00349
00350 QWidget::setTabOrder(accountNameEdit, accountIdEdit);
00351 QWidget::setTabOrder(accountIdEdit, ibanEdit);
00352 QWidget::setTabOrder(ibanEdit, ownerNameEdit);
00353 QWidget::setTabOrder(ownerNameEdit, accountTypeCombo);
00354 QWidget::setTabOrder(accountTypeCombo, countryCombo);
00355 QWidget::setTabOrder(countryCombo, bankIdEdit);
00356 QWidget::setTabOrder(bankIdEdit, bankIdButton);
00357 QWidget::setTabOrder(bankIdButton, bicEdit);
00358 QWidget::setTabOrder(bicEdit, bankNameEdit);
00359 QWidget::setTabOrder(bankNameEdit, allUsersCheck);
00360 QWidget::setTabOrder(allUsersCheck, rightButton);
00361 QWidget::setTabOrder(rightButton, leftButton);
00362
00363 retranslateUi(QBCfgTabPageAccountGeneralUi);
00364
00365 QMetaObject::connectSlotsByName(QBCfgTabPageAccountGeneralUi);
00366 }
00367
00368 void retranslateUi(QWidget *QBCfgTabPageAccountGeneralUi)
00369 {
00370 QBCfgTabPageAccountGeneralUi->setWindowTitle(QApplication::translate("QBCfgTabPageAccountGeneralUi", "Account Settings", 0, QApplication::UnicodeUTF8));
00371 groupBox1->setTitle(QApplication::translate("QBCfgTabPageAccountGeneralUi", "Account Settings", 0, QApplication::UnicodeUTF8));
00372 textLabel4->setText(QApplication::translate("QBCfgTabPageAccountGeneralUi", "Name", 0, QApplication::UnicodeUTF8));
00373
00374 #ifndef QT_NO_WHATSTHIS
00375 accountNameEdit->setWhatsThis(QApplication::translate("QBCfgTabPageAccountGeneralUi", "<qt>\n"
00376 "Freely selectable name for your account. This field is not used by AqDTAUS.\n"
00377 "</qt>", 0, QApplication::UnicodeUTF8));
00378 #endif // QT_NO_WHATSTHIS
00379
00380 textLabel2->setText(QApplication::translate("QBCfgTabPageAccountGeneralUi", "Number", 0, QApplication::UnicodeUTF8));
00381
00382 #ifndef QT_NO_WHATSTHIS
00383 accountIdEdit->setWhatsThis(QApplication::translate("QBCfgTabPageAccountGeneralUi", "<qt>\n"
00384 "This is the account number. An account is identified by bank code and\n"
00385 "this account number.\n"
00386 "</qt>", 0, QApplication::UnicodeUTF8));
00387 #endif // QT_NO_WHATSTHIS
00388
00389 textLabel2_3->setText(QApplication::translate("QBCfgTabPageAccountGeneralUi", "IBAN", 0, QApplication::UnicodeUTF8));
00390
00391 #ifndef QT_NO_WHATSTHIS
00392 ibanEdit->setWhatsThis(QApplication::translate("QBCfgTabPageAccountGeneralUi", "<qt>\n"
00393 "This is the account number. An account is identified by bank code and\n"
00394 "this account number.\n"
00395 "</qt>", 0, QApplication::UnicodeUTF8));
00396 #endif // QT_NO_WHATSTHIS
00397
00398 textLabel5->setText(QApplication::translate("QBCfgTabPageAccountGeneralUi", "Owner Name", 0, QApplication::UnicodeUTF8));
00399
00400 #ifndef QT_NO_WHATSTHIS
00401 ownerNameEdit->setWhatsThis(QApplication::translate("QBCfgTabPageAccountGeneralUi", "<qt>\n"
00402 "<p>\n"
00403 "Name of the owner of the account.\n"
00404 "</p>\n"
00405 "<p>\n"
00406 "You should enter the name exactly as you would on a paper transfer.\n"
00407 "</p>\n"
00408 "</qt>", 0, QApplication::UnicodeUTF8));
00409 #endif // QT_NO_WHATSTHIS
00410
00411 textLabel1->setText(QApplication::translate("QBCfgTabPageAccountGeneralUi", "Type", 0, QApplication::UnicodeUTF8));
00412 accountTypeCombo->clear();
00413 accountTypeCombo->insertItems(0, QStringList()
00414 << QApplication::translate("QBCfgTabPageAccountGeneralUi", "unknown", 0, QApplication::UnicodeUTF8)
00415 << QApplication::translate("QBCfgTabPageAccountGeneralUi", "Bank Account", 0, QApplication::UnicodeUTF8)
00416 << QApplication::translate("QBCfgTabPageAccountGeneralUi", "Credit Card", 0, QApplication::UnicodeUTF8)
00417 << QApplication::translate("QBCfgTabPageAccountGeneralUi", "Checkings", 0, QApplication::UnicodeUTF8)
00418 << QApplication::translate("QBCfgTabPageAccountGeneralUi", "Savings", 0, QApplication::UnicodeUTF8)
00419 << QApplication::translate("QBCfgTabPageAccountGeneralUi", "Investment", 0, QApplication::UnicodeUTF8)
00420 << QApplication::translate("QBCfgTabPageAccountGeneralUi", "Cash", 0, QApplication::UnicodeUTF8)
00421 << QApplication::translate("QBCfgTabPageAccountGeneralUi", "Money Market", 0, QApplication::UnicodeUTF8)
00422 );
00423 groupBox7->setTitle(QApplication::translate("QBCfgTabPageAccountGeneralUi", "Bank Settings", 0, QApplication::UnicodeUTF8));
00424 textLabel2_2->setText(QApplication::translate("QBCfgTabPageAccountGeneralUi", "Country", 0, QApplication::UnicodeUTF8));
00425 textLabel1_4->setText(QApplication::translate("QBCfgTabPageAccountGeneralUi", "Code", 0, QApplication::UnicodeUTF8));
00426 bankIdButton->setText(QApplication::translate("QBCfgTabPageAccountGeneralUi", "...", 0, QApplication::UnicodeUTF8));
00427 textLabel1_4_3->setText(QApplication::translate("QBCfgTabPageAccountGeneralUi", "BIC", 0, QApplication::UnicodeUTF8));
00428 textLabel1_4_2->setText(QApplication::translate("QBCfgTabPageAccountGeneralUi", "Name", 0, QApplication::UnicodeUTF8));
00429 groupBox6->setTitle(QApplication::translate("QBCfgTabPageAccountGeneralUi", "Available Users", 0, QApplication::UnicodeUTF8));
00430 allUsersCheck->setText(QApplication::translate("QBCfgTabPageAccountGeneralUi", "All users of this backend", 0, QApplication::UnicodeUTF8));
00431 rightButton->setText(QApplication::translate("QBCfgTabPageAccountGeneralUi", ">>", 0, QApplication::UnicodeUTF8));
00432 leftButton->setText(QApplication::translate("QBCfgTabPageAccountGeneralUi", "<<", 0, QApplication::UnicodeUTF8));
00433 groupBox7_2->setTitle(QApplication::translate("QBCfgTabPageAccountGeneralUi", "Selected Users", 0, QApplication::UnicodeUTF8));
00434 Q_UNUSED(QBCfgTabPageAccountGeneralUi);
00435 }
00436
00437 };
00438
00439 namespace Ui {
00440 class QBCfgTabPageAccountGeneralUi: public Ui_QBCfgTabPageAccountGeneralUi {};
00441 }
00442
00443 QT_END_NAMESPACE
00444
00445 #endif // QBCFGTABPAGEACCOUNTGEN_H