00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef QBCFGTABPAGEACCOUNTS_H
00011 #define QBCFGTABPAGEACCOUNTS_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/QHBoxLayout>
00019 #include <QtGui/QPushButton>
00020 #include <QtGui/QSpacerItem>
00021 #include <QtGui/QVBoxLayout>
00022 #include <QtGui/QWidget>
00023 #include <q4banking/qbaccountlist.h>
00024
00025 QT_BEGIN_NAMESPACE
00026
00027 class Ui_QBCfgTabPageAccountsUi
00028 {
00029 public:
00030 QHBoxLayout *hboxLayout;
00031 Q3GroupBox *accountsBox;
00032 QVBoxLayout *vboxLayout;
00033 QBAccountListView *accountList;
00034 QVBoxLayout *vboxLayout1;
00035 QPushButton *accountNewButton;
00036 QPushButton *accountEditButton;
00037 QPushButton *accountDeleteButton;
00038 QSpacerItem *spacer9;
00039
00040 void setupUi(QWidget *QBCfgTabPageAccountsUi)
00041 {
00042 if (QBCfgTabPageAccountsUi->objectName().isEmpty())
00043 QBCfgTabPageAccountsUi->setObjectName(QString::fromUtf8("QBCfgTabPageAccountsUi"));
00044 QBCfgTabPageAccountsUi->resize(570, 480);
00045 hboxLayout = new QHBoxLayout(QBCfgTabPageAccountsUi);
00046 hboxLayout->setSpacing(6);
00047 hboxLayout->setMargin(11);
00048 hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00049 accountsBox = new Q3GroupBox(QBCfgTabPageAccountsUi);
00050 accountsBox->setObjectName(QString::fromUtf8("accountsBox"));
00051 QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
00052 sizePolicy.setHorizontalStretch(0);
00053 sizePolicy.setVerticalStretch(0);
00054 sizePolicy.setHeightForWidth(accountsBox->sizePolicy().hasHeightForWidth());
00055 accountsBox->setSizePolicy(sizePolicy);
00056 accountsBox->setColumnLayout(0, Qt::Vertical);
00057 accountsBox->layout()->setSpacing(6);
00058 accountsBox->layout()->setMargin(11);
00059 vboxLayout = new QVBoxLayout();
00060 QBoxLayout *boxlayout = qobject_cast<QBoxLayout *>(accountsBox->layout());
00061 if (boxlayout)
00062 boxlayout->addLayout(vboxLayout);
00063 vboxLayout->setAlignment(Qt::AlignTop);
00064 vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00065 accountList = new QBAccountListView(accountsBox);
00066 accountList->setObjectName(QString::fromUtf8("accountList"));
00067 sizePolicy.setHeightForWidth(accountList->sizePolicy().hasHeightForWidth());
00068 accountList->setSizePolicy(sizePolicy);
00069
00070 vboxLayout->addWidget(accountList);
00071
00072
00073 hboxLayout->addWidget(accountsBox);
00074
00075 vboxLayout1 = new QVBoxLayout();
00076 vboxLayout1->setSpacing(6);
00077 vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1"));
00078 accountNewButton = new QPushButton(QBCfgTabPageAccountsUi);
00079 accountNewButton->setObjectName(QString::fromUtf8("accountNewButton"));
00080
00081 vboxLayout1->addWidget(accountNewButton);
00082
00083 accountEditButton = new QPushButton(QBCfgTabPageAccountsUi);
00084 accountEditButton->setObjectName(QString::fromUtf8("accountEditButton"));
00085
00086 vboxLayout1->addWidget(accountEditButton);
00087
00088 accountDeleteButton = new QPushButton(QBCfgTabPageAccountsUi);
00089 accountDeleteButton->setObjectName(QString::fromUtf8("accountDeleteButton"));
00090
00091 vboxLayout1->addWidget(accountDeleteButton);
00092
00093 spacer9 = new QSpacerItem(20, 130, QSizePolicy::Minimum, QSizePolicy::Expanding);
00094
00095 vboxLayout1->addItem(spacer9);
00096
00097
00098 hboxLayout->addLayout(vboxLayout1);
00099
00100
00101 retranslateUi(QBCfgTabPageAccountsUi);
00102
00103 QMetaObject::connectSlotsByName(QBCfgTabPageAccountsUi);
00104 }
00105
00106 void retranslateUi(QWidget *QBCfgTabPageAccountsUi)
00107 {
00108 QBCfgTabPageAccountsUi->setWindowTitle(QApplication::translate("QBCfgTabPageAccountsUi", "Accounts", 0, QApplication::UnicodeUTF8));
00109 accountsBox->setTitle(QString());
00110 accountNewButton->setText(QApplication::translate("QBCfgTabPageAccountsUi", "New", 0, QApplication::UnicodeUTF8));
00111 accountEditButton->setText(QApplication::translate("QBCfgTabPageAccountsUi", "Edit", 0, QApplication::UnicodeUTF8));
00112 accountDeleteButton->setText(QApplication::translate("QBCfgTabPageAccountsUi", "Remove", 0, QApplication::UnicodeUTF8));
00113 Q_UNUSED(QBCfgTabPageAccountsUi);
00114 }
00115
00116 };
00117
00118 namespace Ui {
00119 class QBCfgTabPageAccountsUi: public Ui_QBCfgTabPageAccountsUi {};
00120 }
00121
00122 QT_END_NAMESPACE
00123
00124 #endif // QBCFGTABPAGEACCOUNTS_H