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

qbprocesswatcher.ui.h

Go to the documentation of this file.
00001 /********************************************************************************
00002 ** Form generated from reading UI file 'qbprocesswatcher.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 QBPROCESSWATCHER_H
00011 #define QBPROCESSWATCHER_H
00012 
00013 #include <Qt3Support/Q3MimeSourceFactory>
00014 #include <QtCore/QVariant>
00015 #include <QtGui/QAction>
00016 #include <QtGui/QApplication>
00017 #include <QtGui/QButtonGroup>
00018 #include <QtGui/QDialog>
00019 #include <QtGui/QHBoxLayout>
00020 #include <QtGui/QHeaderView>
00021 #include <QtGui/QLabel>
00022 #include <QtGui/QPushButton>
00023 #include <QtGui/QSpacerItem>
00024 #include <QtGui/QVBoxLayout>
00025 
00026 QT_BEGIN_NAMESPACE
00027 
00028 class Ui_QBProcessWatcherUi
00029 {
00030 public:
00031     QVBoxLayout *vboxLayout;
00032     QLabel *tLabel;
00033     QHBoxLayout *hboxLayout;
00034     QSpacerItem *spacer4;
00035     QPushButton *terminateButton;
00036     QPushButton *killButton;
00037     QSpacerItem *spacer4_2;
00038 
00039     void setupUi(QDialog *QBProcessWatcherUi)
00040     {
00041         if (QBProcessWatcherUi->objectName().isEmpty())
00042             QBProcessWatcherUi->setObjectName(QString::fromUtf8("QBProcessWatcherUi"));
00043         QBProcessWatcherUi->resize(336, 146);
00044         vboxLayout = new QVBoxLayout(QBProcessWatcherUi);
00045         vboxLayout->setSpacing(6);
00046         vboxLayout->setContentsMargins(11, 11, 11, 11);
00047         vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00048         tLabel = new QLabel(QBProcessWatcherUi);
00049         tLabel->setObjectName(QString::fromUtf8("tLabel"));
00050         QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
00051         sizePolicy.setHorizontalStretch(0);
00052         sizePolicy.setVerticalStretch(0);
00053         sizePolicy.setHeightForWidth(tLabel->sizePolicy().hasHeightForWidth());
00054         tLabel->setSizePolicy(sizePolicy);
00055         tLabel->setWordWrap(false);
00056 
00057         vboxLayout->addWidget(tLabel);
00058 
00059         hboxLayout = new QHBoxLayout();
00060         hboxLayout->setSpacing(6);
00061         hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00062         spacer4 = new QSpacerItem(20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00063 
00064         hboxLayout->addItem(spacer4);
00065 
00066         terminateButton = new QPushButton(QBProcessWatcherUi);
00067         terminateButton->setObjectName(QString::fromUtf8("terminateButton"));
00068 
00069         hboxLayout->addWidget(terminateButton);
00070 
00071         killButton = new QPushButton(QBProcessWatcherUi);
00072         killButton->setObjectName(QString::fromUtf8("killButton"));
00073         QSizePolicy sizePolicy1(QSizePolicy::Minimum, QSizePolicy::Fixed);
00074         sizePolicy1.setHorizontalStretch(0);
00075         sizePolicy1.setVerticalStretch(0);
00076         sizePolicy1.setHeightForWidth(killButton->sizePolicy().hasHeightForWidth());
00077         killButton->setSizePolicy(sizePolicy1);
00078 
00079         hboxLayout->addWidget(killButton);
00080 
00081         spacer4_2 = new QSpacerItem(20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00082 
00083         hboxLayout->addItem(spacer4_2);
00084 
00085 
00086         vboxLayout->addLayout(hboxLayout);
00087 
00088 
00089         retranslateUi(QBProcessWatcherUi);
00090 
00091         QMetaObject::connectSlotsByName(QBProcessWatcherUi);
00092     } // setupUi
00093 
00094     void retranslateUi(QDialog *QBProcessWatcherUi)
00095     {
00096         QBProcessWatcherUi->setWindowTitle(QApplication::translate("QBProcessWatcherUi", "Process Watcher", 0, QApplication::UnicodeUTF8));
00097         tLabel->setText(QApplication::translate("QBProcessWatcherUi", "-- Set a text --", 0, QApplication::UnicodeUTF8));
00098         terminateButton->setText(QApplication::translate("QBProcessWatcherUi", "Terminate", 0, QApplication::UnicodeUTF8));
00099         killButton->setText(QApplication::translate("QBProcessWatcherUi", "Kill", 0, QApplication::UnicodeUTF8));
00100     } // retranslateUi
00101 
00102 };
00103 
00104 namespace Ui {
00105     class QBProcessWatcherUi: public Ui_QBProcessWatcherUi {};
00106 } // namespace Ui
00107 
00108 QT_END_NAMESPACE
00109 
00110 #endif // QBPROCESSWATCHER_H

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