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

qbselectbackend.ui.h

Go to the documentation of this file.
00001 /********************************************************************************
00002 ** Form generated from reading UI file 'qbselectbackend.ui'
00003 **
00004 ** Created: Mon Sep 20 18:09:43 2010
00005 **      by: Qt User Interface Compiler version 4.7.0
00006 **
00007 ** WARNING! All changes made in this file will be lost when recompiling UI file!
00008 ********************************************************************************/
00009 
00010 #ifndef QBSELECTBACKEND_H
00011 #define QBSELECTBACKEND_H
00012 
00013 #include <Qt3Support/Q3Frame>
00014 #include <Qt3Support/Q3GroupBox>
00015 #include <Qt3Support/Q3MimeSourceFactory>
00016 #include <Qt3Support/Q3TextBrowser>
00017 #include <Qt3Support/Q3TextEdit>
00018 #include <QtCore/QVariant>
00019 #include <QtGui/QAction>
00020 #include <QtGui/QApplication>
00021 #include <QtGui/QButtonGroup>
00022 #include <QtGui/QComboBox>
00023 #include <QtGui/QDialog>
00024 #include <QtGui/QHBoxLayout>
00025 #include <QtGui/QHeaderView>
00026 #include <QtGui/QLabel>
00027 #include <QtGui/QPushButton>
00028 #include <QtGui/QSpacerItem>
00029 #include <QtGui/QVBoxLayout>
00030 
00031 QT_BEGIN_NAMESPACE
00032 
00033 class Ui_QBSelectBackendUi
00034 {
00035 public:
00036     QVBoxLayout *vboxLayout;
00037     QLabel *textLabel1;
00038     QHBoxLayout *hboxLayout;
00039     QLabel *textLabel2;
00040     QComboBox *backendCombo;
00041     Q3GroupBox *groupBox1;
00042     QVBoxLayout *vboxLayout1;
00043     Q3TextBrowser *backendBrowser;
00044     QHBoxLayout *hboxLayout1;
00045     QPushButton *helpButton;
00046     QSpacerItem *spacer9;
00047     QPushButton *okButton;
00048     QPushButton *abortButton;
00049 
00050     void setupUi(QDialog *QBSelectBackendUi)
00051     {
00052         if (QBSelectBackendUi->objectName().isEmpty())
00053             QBSelectBackendUi->setObjectName(QString::fromUtf8("QBSelectBackendUi"));
00054         QBSelectBackendUi->resize(990, 442);
00055         vboxLayout = new QVBoxLayout(QBSelectBackendUi);
00056         vboxLayout->setSpacing(6);
00057         vboxLayout->setContentsMargins(11, 11, 11, 11);
00058         vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00059         textLabel1 = new QLabel(QBSelectBackendUi);
00060         textLabel1->setObjectName(QString::fromUtf8("textLabel1"));
00061         textLabel1->setWordWrap(false);
00062 
00063         vboxLayout->addWidget(textLabel1);
00064 
00065         hboxLayout = new QHBoxLayout();
00066         hboxLayout->setSpacing(6);
00067         hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00068         textLabel2 = new QLabel(QBSelectBackendUi);
00069         textLabel2->setObjectName(QString::fromUtf8("textLabel2"));
00070         textLabel2->setWordWrap(false);
00071 
00072         hboxLayout->addWidget(textLabel2);
00073 
00074         backendCombo = new QComboBox(QBSelectBackendUi);
00075         backendCombo->setObjectName(QString::fromUtf8("backendCombo"));
00076         QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed);
00077         sizePolicy.setHorizontalStretch(0);
00078         sizePolicy.setVerticalStretch(0);
00079         sizePolicy.setHeightForWidth(backendCombo->sizePolicy().hasHeightForWidth());
00080         backendCombo->setSizePolicy(sizePolicy);
00081 
00082         hboxLayout->addWidget(backendCombo);
00083 
00084 
00085         vboxLayout->addLayout(hboxLayout);
00086 
00087         groupBox1 = new Q3GroupBox(QBSelectBackendUi);
00088         groupBox1->setObjectName(QString::fromUtf8("groupBox1"));
00089         groupBox1->setColumnLayout(0, Qt::Vertical);
00090         groupBox1->layout()->setSpacing(6);
00091         groupBox1->layout()->setContentsMargins(11, 11, 11, 11);
00092         vboxLayout1 = new QVBoxLayout();
00093         QBoxLayout *boxlayout = qobject_cast<QBoxLayout *>(groupBox1->layout());
00094         if (boxlayout)
00095             boxlayout->addLayout(vboxLayout1);
00096         vboxLayout1->setAlignment(Qt::AlignTop);
00097         vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1"));
00098         backendBrowser = new Q3TextBrowser(groupBox1);
00099         backendBrowser->setObjectName(QString::fromUtf8("backendBrowser"));
00100 
00101         vboxLayout1->addWidget(backendBrowser);
00102 
00103 
00104         vboxLayout->addWidget(groupBox1);
00105 
00106         hboxLayout1 = new QHBoxLayout();
00107         hboxLayout1->setSpacing(6);
00108         hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
00109         helpButton = new QPushButton(QBSelectBackendUi);
00110         helpButton->setObjectName(QString::fromUtf8("helpButton"));
00111 
00112         hboxLayout1->addWidget(helpButton);
00113 
00114         spacer9 = new QSpacerItem(141, 21, QSizePolicy::Expanding, QSizePolicy::Minimum);
00115 
00116         hboxLayout1->addItem(spacer9);
00117 
00118         okButton = new QPushButton(QBSelectBackendUi);
00119         okButton->setObjectName(QString::fromUtf8("okButton"));
00120         okButton->setDefault(true);
00121 
00122         hboxLayout1->addWidget(okButton);
00123 
00124         abortButton = new QPushButton(QBSelectBackendUi);
00125         abortButton->setObjectName(QString::fromUtf8("abortButton"));
00126 
00127         hboxLayout1->addWidget(abortButton);
00128 
00129 
00130         vboxLayout->addLayout(hboxLayout1);
00131 
00132 
00133         retranslateUi(QBSelectBackendUi);
00134 
00135         QMetaObject::connectSlotsByName(QBSelectBackendUi);
00136     } // setupUi
00137 
00138     void retranslateUi(QDialog *QBSelectBackendUi)
00139     {
00140         QBSelectBackendUi->setWindowTitle(QApplication::translate("QBSelectBackendUi", "Select Backend", 0, QApplication::UnicodeUTF8));
00141         textLabel1->setText(QApplication::translate("QBSelectBackendUi", "<qt>\n"
00142 "<p>\n"
00143 "Every user and account must be connected to a <b>backend</b> in order to make\n"
00144 "<i>AqBanking</i> know which bank server to connect for which account.\n"
00145 "</p>\n"
00146 "<p>\n"
00147 "Please select the backend for which you want to create the user or account from the\n"
00148 "drop down list below.\n"
00149 "</p>\n"
00150 "<p>\n"
00151 "For online banking with HBCI in Germany you have to select <b>AqHBCI</b>.\n"
00152 "</p>\n"
00153 "</qt>", 0, QApplication::UnicodeUTF8));
00154         textLabel2->setText(QApplication::translate("QBSelectBackendUi", "Backend", 0, QApplication::UnicodeUTF8));
00155         groupBox1->setTitle(QApplication::translate("QBSelectBackendUi", "Information About Current Backend", 0, QApplication::UnicodeUTF8));
00156         helpButton->setText(QApplication::translate("QBSelectBackendUi", "Help", 0, QApplication::UnicodeUTF8));
00157         okButton->setText(QApplication::translate("QBSelectBackendUi", "Ok", 0, QApplication::UnicodeUTF8));
00158         abortButton->setText(QApplication::translate("QBSelectBackendUi", "Abort", 0, QApplication::UnicodeUTF8));
00159     } // retranslateUi
00160 
00161 };
00162 
00163 namespace Ui {
00164     class QBSelectBackendUi: public Ui_QBSelectBackendUi {};
00165 } // namespace Ui
00166 
00167 QT_END_NAMESPACE
00168 
00169 #endif // QBSELECTBACKEND_H

Generated on Mon Sep 20 2010 18:13:21 for aqbanking by  doxygen 1.7.1