Grip-Reloaded
Grip version visualizaiton interface for DART (DynamicAnimationandRoboticsToolkits)
/home/pete/myRepos/grip2/build/qtWidgets/ui_qtab.h
00001 /********************************************************************************
00002 ** Form generated from reading UI file 'qtab.ui'
00003 **
00004 ** Created: Wed Apr 2 10:29:43 2014
00005 **      by: Qt User Interface Compiler version 4.8.1
00006 **
00007 ** WARNING! All changes made in this file will be lost when recompiling UI file!
00008 ********************************************************************************/
00009 
00010 #ifndef UI_QTAB_H
00011 #define UI_QTAB_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/QGridLayout>
00019 #include <QtGui/QGroupBox>
00020 #include <QtGui/QHBoxLayout>
00021 #include <QtGui/QHeaderView>
00022 #include <QtGui/QSpacerItem>
00023 #include <QtGui/QTabWidget>
00024 #include <QtGui/QVBoxLayout>
00025 #include <QtGui/QWidget>
00026 
00027 QT_BEGIN_NAMESPACE
00028 
00029 class Ui_Qtab
00030 {
00031 public:
00032     QWidget *tab1;
00033     QWidget *tab2;
00034     QGroupBox *groupBox;
00035     QVBoxLayout *verticalLayout;
00036     QHBoxLayout *horizontalLayout_2;
00037     QCheckBox *checkBox;
00038     QSpacerItem *horizontalSpacer;
00039     QHBoxLayout *horizontalLayout;
00040     QCheckBox *checkBox_2;
00041     QSpacerItem *horizontalSpacer_2;
00042     QSpacerItem *verticalSpacer;
00043     QGroupBox *groupBox_2;
00044     QVBoxLayout *verticalLayout_2;
00045     QHBoxLayout *horizontalLayout_3;
00046     QCheckBox *checkBox_3;
00047     QSpacerItem *horizontalSpacer_3;
00048     QHBoxLayout *horizontalLayout_4;
00049     QCheckBox *checkBox_4;
00050     QSpacerItem *horizontalSpacer_4;
00051     QHBoxLayout *horizontalLayout_5;
00052     QCheckBox *checkBox_7;
00053     QSpacerItem *horizontalSpacer_5;
00054     QGroupBox *groupBox_3;
00055     QGridLayout *gridLayout;
00056     QHBoxLayout *horizontalLayout_6;
00057     QCheckBox *checkBox_5;
00058     QSpacerItem *horizontalSpacer_6;
00059     QHBoxLayout *horizontalLayout_7;
00060     QCheckBox *checkBox_6;
00061     QSpacerItem *horizontalSpacer_7;
00062 
00063     void setupUi(QTabWidget *Qtab)
00064     {
00065         if (Qtab->objectName().isEmpty())
00066             Qtab->setObjectName(QString::fromUtf8("Qtab"));
00067         Qtab->resize(990, 221);
00068         tab1 = new QWidget();
00069         tab1->setObjectName(QString::fromUtf8("tab1"));
00070         Qtab->addTab(tab1, QString());
00071         tab2 = new QWidget();
00072         tab2->setObjectName(QString::fromUtf8("tab2"));
00073         groupBox = new QGroupBox(tab2);
00074         groupBox->setObjectName(QString::fromUtf8("groupBox"));
00075         groupBox->setGeometry(QRect(20, 20, 292, 127));
00076         verticalLayout = new QVBoxLayout(groupBox);
00077         verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
00078         horizontalLayout_2 = new QHBoxLayout();
00079         horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
00080         checkBox = new QCheckBox(groupBox);
00081         checkBox->setObjectName(QString::fromUtf8("checkBox"));
00082 
00083         horizontalLayout_2->addWidget(checkBox);
00084 
00085         horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00086 
00087         horizontalLayout_2->addItem(horizontalSpacer);
00088 
00089 
00090         verticalLayout->addLayout(horizontalLayout_2);
00091 
00092         horizontalLayout = new QHBoxLayout();
00093         horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
00094         checkBox_2 = new QCheckBox(groupBox);
00095         checkBox_2->setObjectName(QString::fromUtf8("checkBox_2"));
00096 
00097         horizontalLayout->addWidget(checkBox_2);
00098 
00099         horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00100 
00101         horizontalLayout->addItem(horizontalSpacer_2);
00102 
00103 
00104         verticalLayout->addLayout(horizontalLayout);
00105 
00106         verticalSpacer = new QSpacerItem(20, 28, QSizePolicy::Minimum, QSizePolicy::Expanding);
00107 
00108         verticalLayout->addItem(verticalSpacer);
00109 
00110         groupBox_2 = new QGroupBox(tab2);
00111         groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
00112         groupBox_2->setGeometry(QRect(340, 20, 312, 120));
00113         verticalLayout_2 = new QVBoxLayout(groupBox_2);
00114         verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
00115         horizontalLayout_3 = new QHBoxLayout();
00116         horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
00117         checkBox_3 = new QCheckBox(groupBox_2);
00118         checkBox_3->setObjectName(QString::fromUtf8("checkBox_3"));
00119 
00120         horizontalLayout_3->addWidget(checkBox_3);
00121 
00122         horizontalSpacer_3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00123 
00124         horizontalLayout_3->addItem(horizontalSpacer_3);
00125 
00126 
00127         verticalLayout_2->addLayout(horizontalLayout_3);
00128 
00129         horizontalLayout_4 = new QHBoxLayout();
00130         horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4"));
00131         checkBox_4 = new QCheckBox(groupBox_2);
00132         checkBox_4->setObjectName(QString::fromUtf8("checkBox_4"));
00133 
00134         horizontalLayout_4->addWidget(checkBox_4);
00135 
00136         horizontalSpacer_4 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00137 
00138         horizontalLayout_4->addItem(horizontalSpacer_4);
00139 
00140 
00141         verticalLayout_2->addLayout(horizontalLayout_4);
00142 
00143         horizontalLayout_5 = new QHBoxLayout();
00144         horizontalLayout_5->setObjectName(QString::fromUtf8("horizontalLayout_5"));
00145         checkBox_7 = new QCheckBox(groupBox_2);
00146         checkBox_7->setObjectName(QString::fromUtf8("checkBox_7"));
00147 
00148         horizontalLayout_5->addWidget(checkBox_7);
00149 
00150         horizontalSpacer_5 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00151 
00152         horizontalLayout_5->addItem(horizontalSpacer_5);
00153 
00154 
00155         verticalLayout_2->addLayout(horizontalLayout_5);
00156 
00157         groupBox_3 = new QGroupBox(tab2);
00158         groupBox_3->setObjectName(QString::fromUtf8("groupBox_3"));
00159         groupBox_3->setGeometry(QRect(680, 20, 266, 90));
00160         gridLayout = new QGridLayout(groupBox_3);
00161         gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
00162         horizontalLayout_6 = new QHBoxLayout();
00163         horizontalLayout_6->setObjectName(QString::fromUtf8("horizontalLayout_6"));
00164         checkBox_5 = new QCheckBox(groupBox_3);
00165         checkBox_5->setObjectName(QString::fromUtf8("checkBox_5"));
00166 
00167         horizontalLayout_6->addWidget(checkBox_5);
00168 
00169         horizontalSpacer_6 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00170 
00171         horizontalLayout_6->addItem(horizontalSpacer_6);
00172 
00173 
00174         gridLayout->addLayout(horizontalLayout_6, 0, 0, 1, 1);
00175 
00176         horizontalLayout_7 = new QHBoxLayout();
00177         horizontalLayout_7->setObjectName(QString::fromUtf8("horizontalLayout_7"));
00178         checkBox_6 = new QCheckBox(groupBox_3);
00179         checkBox_6->setObjectName(QString::fromUtf8("checkBox_6"));
00180 
00181         horizontalLayout_7->addWidget(checkBox_6);
00182 
00183         horizontalSpacer_7 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00184 
00185         horizontalLayout_7->addItem(horizontalSpacer_7);
00186 
00187 
00188         gridLayout->addLayout(horizontalLayout_7, 1, 0, 1, 1);
00189 
00190         Qtab->addTab(tab2, QString());
00191 
00192         retranslateUi(Qtab);
00193 
00194         Qtab->setCurrentIndex(0);
00195 
00196 
00197         QMetaObject::connectSlotsByName(Qtab);
00198     } // setupUi
00199 
00200     void retranslateUi(QTabWidget *Qtab)
00201     {
00202         Qtab->setWindowTitle(QApplication::translate("Qtab", "TabWidget", 0, QApplication::UnicodeUTF8));
00203         Qtab->setTabText(Qtab->indexOf(tab1), QApplication::translate("Qtab", "Tab 1", 0, QApplication::UnicodeUTF8));
00204         groupBox->setTitle(QApplication::translate("Qtab", "Mesh Options", 0, QApplication::UnicodeUTF8));
00205         checkBox->setText(QApplication::translate("Qtab", "Show Collision Mesh", 0, QApplication::UnicodeUTF8));
00206         checkBox_2->setText(QApplication::translate("Qtab", "Render using Collision Mesh", 0, QApplication::UnicodeUTF8));
00207         groupBox_2->setTitle(QApplication::translate("Qtab", "Dynamics Options", 0, QApplication::UnicodeUTF8));
00208         checkBox_3->setText(QApplication::translate("Qtab", "Show Contact Forces", 0, QApplication::UnicodeUTF8));
00209         checkBox_4->setText(QApplication::translate("Qtab", "Show Projected Center of Mass", 0, QApplication::UnicodeUTF8));
00210         checkBox_7->setText(QApplication::translate("Qtab", "Show Actual Center of Mass", 0, QApplication::UnicodeUTF8));
00211         groupBox_3->setTitle(QApplication::translate("Qtab", "Frame Options", 0, QApplication::UnicodeUTF8));
00212         checkBox_5->setText(QApplication::translate("Qtab", "Show Joint Axes", 0, QApplication::UnicodeUTF8));
00213         checkBox_6->setText(QApplication::translate("Qtab", "Show BodyNode Frames", 0, QApplication::UnicodeUTF8));
00214         Qtab->setTabText(Qtab->indexOf(tab2), QApplication::translate("Qtab", "Visualization", 0, QApplication::UnicodeUTF8));
00215     } // retranslateUi
00216 
00217 };
00218 
00219 namespace Ui {
00220     class Qtab: public Ui_Qtab {};
00221 } // namespace Ui
00222 
00223 QT_END_NAMESPACE
00224 
00225 #endif // UI_QTAB_H
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator