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

qbcfgtabpageaccounts.ui.h

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

Generated on Tue Aug 3 2010 17:34:15 for aqbanking by  doxygen 1.7.1