ScriptsList.h
Go to the documentation of this file.
00001 /********************************************************************************
00002 ** Form generated from reading UI file 'ScriptsList.ui'
00003 **
00004 ** Created: Tue Dec 3 11:06:30 2013
00005 **      by: Qt User Interface Compiler version 4.8.3
00006 **
00007 ** WARNING! All changes made in this file will be lost when recompiling UI file!
00008 ********************************************************************************/
00009 
00010 #ifndef SCRIPTSLIST_H
00011 #define SCRIPTSLIST_H
00012 
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QGridLayout>
00018 #include <QtGui/QHeaderView>
00019 #include <QtGui/QPushButton>
00020 #include <QtGui/QSpacerItem>
00021 #include <QtGui/QTreeView>
00022 #include <QtGui/QWidget>
00023 
00024 QT_BEGIN_NAMESPACE
00025 
00026 class Ui_ScriptsForm
00027 {
00028 public:
00029     QGridLayout *gridLayout_2;
00030     QGridLayout *gridLayout;
00031     QSpacerItem *horizontalSpacer;
00032     QPushButton *addScriptButton;
00033     QPushButton *refreshButton;
00034     QTreeView *scriptsTableView;
00035 
00036     void setupUi(QWidget *ScriptsForm)
00037     {
00038         if (ScriptsForm->objectName().isEmpty())
00039             ScriptsForm->setObjectName(QString::fromUtf8("ScriptsForm"));
00040         ScriptsForm->resize(578, 443);
00041         gridLayout_2 = new QGridLayout(ScriptsForm);
00042         gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
00043         gridLayout = new QGridLayout();
00044         gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
00045         horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00046 
00047         gridLayout->addItem(horizontalSpacer, 3, 1, 1, 1);
00048 
00049         addScriptButton = new QPushButton(ScriptsForm);
00050         addScriptButton->setObjectName(QString::fromUtf8("addScriptButton"));
00051 
00052         gridLayout->addWidget(addScriptButton, 3, 3, 1, 1);
00053 
00054         refreshButton = new QPushButton(ScriptsForm);
00055         refreshButton->setObjectName(QString::fromUtf8("refreshButton"));
00056 
00057         gridLayout->addWidget(refreshButton, 3, 0, 1, 1);
00058 
00059         scriptsTableView = new QTreeView(ScriptsForm);
00060         scriptsTableView->setObjectName(QString::fromUtf8("scriptsTableView"));
00061 
00062         gridLayout->addWidget(scriptsTableView, 0, 0, 1, 4);
00063 
00064 
00065         gridLayout_2->addLayout(gridLayout, 0, 0, 1, 1);
00066 
00067 
00068         retranslateUi(ScriptsForm);
00069 
00070         QMetaObject::connectSlotsByName(ScriptsForm);
00071     } // setupUi
00072 
00073     void retranslateUi(QWidget *ScriptsForm)
00074     {
00075         ScriptsForm->setWindowTitle(QApplication::translate("ScriptsForm", "Scripts", 0, QApplication::UnicodeUTF8));
00076         addScriptButton->setText(QApplication::translate("ScriptsForm", "Add script", 0, QApplication::UnicodeUTF8));
00077         refreshButton->setText(QApplication::translate("ScriptsForm", "Refresh", 0, QApplication::UnicodeUTF8));
00078     } // retranslateUi
00079 
00080 };
00081 
00082 namespace Ui {
00083     class ScriptsForm: public Ui_ScriptsForm {};
00084 } // namespace Ui
00085 
00086 QT_END_NAMESPACE
00087 
00088 #endif // SCRIPTSLIST_H


scriptable_monitor_rqt
Author(s):
autogenerated on Wed Aug 26 2015 16:21:35