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