Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef QBCFGTABPAGEUSERS_H
00011 #define QBCFGTABPAGEUSERS_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/qbuserlist.h>
00025
00026 QT_BEGIN_NAMESPACE
00027
00028 class Ui_QBCfgTabPageUsersUi
00029 {
00030 public:
00031 QHBoxLayout *hboxLayout;
00032 Q3GroupBox *groupBox4;
00033 QHBoxLayout *hboxLayout1;
00034 QBUserListView *userList;
00035 QVBoxLayout *vboxLayout;
00036 QPushButton *userNewButton;
00037 QPushButton *userEditButton;
00038 QPushButton *userDeleteButton;
00039 QSpacerItem *spacer4;
00040
00041 void setupUi(QWidget *QBCfgTabPageUsersUi)
00042 {
00043 if (QBCfgTabPageUsersUi->objectName().isEmpty())
00044 QBCfgTabPageUsersUi->setObjectName(QString::fromUtf8("QBCfgTabPageUsersUi"));
00045 QBCfgTabPageUsersUi->resize(585, 239);
00046 hboxLayout = new QHBoxLayout(QBCfgTabPageUsersUi);
00047 hboxLayout->setSpacing(6);
00048 hboxLayout->setContentsMargins(11, 11, 11, 11);
00049 hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00050 groupBox4 = new Q3GroupBox(QBCfgTabPageUsersUi);
00051 groupBox4->setObjectName(QString::fromUtf8("groupBox4"));
00052 groupBox4->setColumnLayout(0, Qt::Vertical);
00053 groupBox4->layout()->setSpacing(6);
00054 groupBox4->layout()->setContentsMargins(11, 11, 11, 11);
00055 hboxLayout1 = new QHBoxLayout();
00056 QBoxLayout *boxlayout = qobject_cast<QBoxLayout *>(groupBox4->layout());
00057 if (boxlayout)
00058 boxlayout->addLayout(hboxLayout1);
00059 hboxLayout1->setAlignment(Qt::AlignTop);
00060 hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
00061 userList = new QBUserListView(groupBox4);
00062 userList->setObjectName(QString::fromUtf8("userList"));
00063 QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
00064 sizePolicy.setHorizontalStretch(0);
00065 sizePolicy.setVerticalStretch(0);
00066 sizePolicy.setHeightForWidth(userList->sizePolicy().hasHeightForWidth());
00067 userList->setSizePolicy(sizePolicy);
00068
00069 hboxLayout1->addWidget(userList);
00070
00071 vboxLayout = new QVBoxLayout();
00072 vboxLayout->setSpacing(6);
00073 vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00074 userNewButton = new QPushButton(groupBox4);
00075 userNewButton->setObjectName(QString::fromUtf8("userNewButton"));
00076
00077 vboxLayout->addWidget(userNewButton);
00078
00079 userEditButton = new QPushButton(groupBox4);
00080 userEditButton->setObjectName(QString::fromUtf8("userEditButton"));
00081
00082 vboxLayout->addWidget(userEditButton);
00083
00084 userDeleteButton = new QPushButton(groupBox4);
00085 userDeleteButton->setObjectName(QString::fromUtf8("userDeleteButton"));
00086
00087 vboxLayout->addWidget(userDeleteButton);
00088
00089 spacer4 = new QSpacerItem(31, 71, QSizePolicy::Minimum, QSizePolicy::Expanding);
00090
00091 vboxLayout->addItem(spacer4);
00092
00093
00094 hboxLayout1->addLayout(vboxLayout);
00095
00096
00097 hboxLayout->addWidget(groupBox4);
00098
00099
00100 retranslateUi(QBCfgTabPageUsersUi);
00101
00102 QMetaObject::connectSlotsByName(QBCfgTabPageUsersUi);
00103 }
00104
00105 void retranslateUi(QWidget *QBCfgTabPageUsersUi)
00106 {
00107 QBCfgTabPageUsersUi->setWindowTitle(QApplication::translate("QBCfgTabPageUsersUi", "Users", 0, QApplication::UnicodeUTF8));
00108 groupBox4->setTitle(QString());
00109 userNewButton->setText(QApplication::translate("QBCfgTabPageUsersUi", "New", 0, QApplication::UnicodeUTF8));
00110 userEditButton->setText(QApplication::translate("QBCfgTabPageUsersUi", "Edit", 0, QApplication::UnicodeUTF8));
00111 userDeleteButton->setText(QApplication::translate("QBCfgTabPageUsersUi", "Remove", 0, QApplication::UnicodeUTF8));
00112 }
00113
00114 };
00115
00116 namespace Ui {
00117 class QBCfgTabPageUsersUi: public Ui_QBCfgTabPageUsersUi {};
00118 }
00119
00120 QT_END_NAMESPACE
00121
00122 #endif // QBCFGTABPAGEUSERS_H