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