• Main Page
  • Related Pages
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

ui/ui_operate.h

Go to the documentation of this file.
00001 /********************************************************************************
00002 ** Form generated from reading UI file 'operate.ui'
00003 **
00004 ** Created: Tue 7. Sep 16:21:53 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 UI_OPERATE_H
00011 #define UI_OPERATE_H
00012 
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QCheckBox>
00018 #include <QtGui/QComboBox>
00019 #include <QtGui/QDialog>
00020 #include <QtGui/QDialogButtonBox>
00021 #include <QtGui/QHeaderView>
00022 #include <QtGui/QLabel>
00023 #include <QtGui/QVBoxLayout>
00024 #include <QtGui/QWidget>
00025 
00026 QT_BEGIN_NAMESPACE
00027 
00028 class Ui_Operation
00029 {
00030 public:
00031     QDialogButtonBox *buttonBox;
00032     QWidget *layoutWidget;
00033     QVBoxLayout *vboxLayout;
00034     QLabel *lblDataSource1;
00035     QComboBox *cbxDataSource1;
00036     QWidget *layoutWidget1;
00037     QVBoxLayout *vboxLayout1;
00038     QLabel *lblDataSource2;
00039     QComboBox *cbxDataSource2;
00040     QWidget *layoutWidget2;
00041     QVBoxLayout *vboxLayout2;
00042     QLabel *lblOperation;
00043     QComboBox *cbxOperation;
00044     QCheckBox *cbxOperationType;
00045 
00046     void setupUi(QDialog *Operation)
00047     {
00048         if (Operation->objectName().isEmpty())
00049             Operation->setObjectName(QString::fromUtf8("Operation"));
00050         Operation->resize(389, 279);
00051         buttonBox = new QDialogButtonBox(Operation);
00052         buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
00053         buttonBox->setGeometry(QRect(290, 30, 81, 61));
00054         buttonBox->setOrientation(Qt::Vertical);
00055         buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
00056         layoutWidget = new QWidget(Operation);
00057         layoutWidget->setObjectName(QString::fromUtf8("layoutWidget"));
00058         layoutWidget->setGeometry(QRect(30, 130, 341, 54));
00059         vboxLayout = new QVBoxLayout(layoutWidget);
00060         vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00061         vboxLayout->setContentsMargins(0, 0, 0, 0);
00062         lblDataSource1 = new QLabel(layoutWidget);
00063         lblDataSource1->setObjectName(QString::fromUtf8("lblDataSource1"));
00064 
00065         vboxLayout->addWidget(lblDataSource1);
00066 
00067         cbxDataSource1 = new QComboBox(layoutWidget);
00068         cbxDataSource1->setObjectName(QString::fromUtf8("cbxDataSource1"));
00069 
00070         vboxLayout->addWidget(cbxDataSource1);
00071 
00072         layoutWidget1 = new QWidget(Operation);
00073         layoutWidget1->setObjectName(QString::fromUtf8("layoutWidget1"));
00074         layoutWidget1->setGeometry(QRect(30, 200, 341, 61));
00075         vboxLayout1 = new QVBoxLayout(layoutWidget1);
00076         vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1"));
00077         vboxLayout1->setContentsMargins(0, 0, 0, 0);
00078         lblDataSource2 = new QLabel(layoutWidget1);
00079         lblDataSource2->setObjectName(QString::fromUtf8("lblDataSource2"));
00080 
00081         vboxLayout1->addWidget(lblDataSource2);
00082 
00083         cbxDataSource2 = new QComboBox(layoutWidget1);
00084         cbxDataSource2->setObjectName(QString::fromUtf8("cbxDataSource2"));
00085 
00086         vboxLayout1->addWidget(cbxDataSource2);
00087 
00088         layoutWidget2 = new QWidget(Operation);
00089         layoutWidget2->setObjectName(QString::fromUtf8("layoutWidget2"));
00090         layoutWidget2->setGeometry(QRect(30, 50, 231, 61));
00091         vboxLayout2 = new QVBoxLayout(layoutWidget2);
00092         vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2"));
00093         vboxLayout2->setContentsMargins(0, 0, 0, 0);
00094         lblOperation = new QLabel(layoutWidget2);
00095         lblOperation->setObjectName(QString::fromUtf8("lblOperation"));
00096 
00097         vboxLayout2->addWidget(lblOperation);
00098 
00099         cbxOperation = new QComboBox(layoutWidget2);
00100         cbxOperation->setObjectName(QString::fromUtf8("cbxOperation"));
00101 
00102         vboxLayout2->addWidget(cbxOperation);
00103 
00104         cbxOperationType = new QCheckBox(Operation);
00105         cbxOperationType->setObjectName(QString::fromUtf8("cbxOperationType"));
00106         cbxOperationType->setGeometry(QRect(20, 20, 241, 24));
00107         buttonBox->raise();
00108         layoutWidget->raise();
00109         layoutWidget->raise();
00110         layoutWidget->raise();
00111         cbxOperationType->raise();
00112         cbxDataSource1->raise();
00113         lblOperation->raise();
00114         lblDataSource2->raise();
00115 
00116         retranslateUi(Operation);
00117         QObject::connect(buttonBox, SIGNAL(accepted()), Operation, SLOT(accept()));
00118         QObject::connect(buttonBox, SIGNAL(rejected()), Operation, SLOT(reject()));
00119 
00120         QMetaObject::connectSlotsByName(Operation);
00121     } // setupUi
00122 
00123     void retranslateUi(QDialog *Operation)
00124     {
00125         Operation->setWindowTitle(QApplication::translate("Operation", "Dialog", 0, QApplication::UnicodeUTF8));
00126         lblDataSource1->setText(QApplication::translate("Operation", "Data Source 1", 0, QApplication::UnicodeUTF8));
00127         lblDataSource2->setText(QApplication::translate("Operation", "Data Source 2", 0, QApplication::UnicodeUTF8));
00128         lblOperation->setText(QApplication::translate("Operation", "Operation", 0, QApplication::UnicodeUTF8));
00129         cbxOperationType->setText(QApplication::translate("Operation", "Operate only on data being viewed", 0, QApplication::UnicodeUTF8));
00130     } // retranslateUi
00131 
00132 };
00133 
00134 namespace Ui {
00135     class Operation: public Ui_Operation {};
00136 } // namespace Ui
00137 
00138 QT_END_NAMESPACE
00139 
00140 #endif // UI_OPERATE_H

Generated on Wed Sep 8 2010 01:36:52 for DGV by  doxygen 1.7.1