Grip-Reloaded
Grip version visualizaiton interface for DART (DynamicAnimationandRoboticsToolkits)
/home/pete/myRepos/grip2/build/qtWidgets/ui_TreeView.h
00001 /********************************************************************************
00002 ** Form generated from reading UI file 'TreeView.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_TREEVIEW_H
00011 #define UI_TREEVIEW_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/QDockWidget>
00019 #include <QtGui/QHeaderView>
00020 #include <QtGui/QTreeWidget>
00021 #include <QtGui/QVBoxLayout>
00022 #include <QtGui/QWidget>
00023 
00024 QT_BEGIN_NAMESPACE
00025 
00026 class Ui_TreeView
00027 {
00028 public:
00029     QWidget *dockWidgetContents;
00030     QVBoxLayout *verticalLayout;
00031     QCheckBox *checkBox;
00032     QTreeWidget *treeWidget;
00033 
00034     void setupUi(QDockWidget *TreeView)
00035     {
00036         if (TreeView->objectName().isEmpty())
00037             TreeView->setObjectName(QString::fromUtf8("TreeView"));
00038         TreeView->resize(250, 430);
00039         QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Preferred);
00040         sizePolicy.setHorizontalStretch(0);
00041         sizePolicy.setVerticalStretch(0);
00042         sizePolicy.setHeightForWidth(TreeView->sizePolicy().hasHeightForWidth());
00043         TreeView->setSizePolicy(sizePolicy);
00044         TreeView->setMinimumSize(QSize(250, 400));
00045         TreeView->setMaximumSize(QSize(250, 1000));
00046         TreeView->setStyleSheet(QString::fromUtf8("QDockWidget { \n"
00047 "   font: 0.5pt \"Ubuntu\";\n"
00048 "   color:rgb(255, 255, 255);\n"
00049 "}\n"
00050 "QDockWidget::title {\n"
00051 "     text-align: left;\n"
00052 "     subcontrol-position: top left;\n"
00053 "     position: absolute;\n"
00054 "     top: 0px; left: 0px; bottom: 0px;\n"
00055 " }\n"
00056 "QDockWidget::close-button, QDockWidget::float-button {\n"
00057 "    icon-size: 14px; /* maximum icon size */\n"
00058 " }\n"
00059 "QDockWidget::close-button {\n"
00060 "     subcontrol-position: top right;\n"
00061 "     position: absolute;\n"
00062 "     top: 0px; right: 5px; bottom: 0px;\n"
00063 "     width: 14px;\n"
00064 " }\n"
00065 "\n"
00066 "QDockWidget::float-button {\n"
00067 "     subcontrol-position: top right;\n"
00068 "     position: absolute;\n"
00069 "     top: 0px; right: 20px; bottom: 0px;\n"
00070 "     width: 14px;\n"
00071 " }"));
00072         TreeView->setAllowedAreas(Qt::LeftDockWidgetArea|Qt::RightDockWidgetArea);
00073         dockWidgetContents = new QWidget();
00074         dockWidgetContents->setObjectName(QString::fromUtf8("dockWidgetContents"));
00075         verticalLayout = new QVBoxLayout(dockWidgetContents);
00076         verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
00077         checkBox = new QCheckBox(dockWidgetContents);
00078         checkBox->setObjectName(QString::fromUtf8("checkBox"));
00079 
00080         verticalLayout->addWidget(checkBox, 0, Qt::AlignRight);
00081 
00082         treeWidget = new QTreeWidget(dockWidgetContents);
00083         QTreeWidgetItem *__qtreewidgetitem = new QTreeWidgetItem();
00084         __qtreewidgetitem->setText(0, QString::fromUtf8("1"));
00085         treeWidget->setHeaderItem(__qtreewidgetitem);
00086         treeWidget->setObjectName(QString::fromUtf8("treeWidget"));
00087         QSizePolicy sizePolicy1(QSizePolicy::Expanding, QSizePolicy::Expanding);
00088         sizePolicy1.setHorizontalStretch(0);
00089         sizePolicy1.setVerticalStretch(0);
00090         sizePolicy1.setHeightForWidth(treeWidget->sizePolicy().hasHeightForWidth());
00091         treeWidget->setSizePolicy(sizePolicy1);
00092         treeWidget->header()->setVisible(false);
00093 
00094         verticalLayout->addWidget(treeWidget);
00095 
00096         TreeView->setWidget(dockWidgetContents);
00097 
00098         retranslateUi(TreeView);
00099 
00100         QMetaObject::connectSlotsByName(TreeView);
00101     } // setupUi
00102 
00103     void retranslateUi(QDockWidget *TreeView)
00104     {
00105         TreeView->setWindowTitle(QApplication::translate("TreeView", "Object Explorer", 0, QApplication::UnicodeUTF8));
00106 #ifndef QT_NO_TOOLTIP
00107         checkBox->setToolTip(QString());
00108 #endif // QT_NO_TOOLTIP
00109 #ifndef QT_NO_STATUSTIP
00110         checkBox->setStatusTip(QString());
00111 #endif // QT_NO_STATUSTIP
00112         checkBox->setText(QApplication::translate("TreeView", "Joint Names", 0, QApplication::UnicodeUTF8));
00113     } // retranslateUi
00114 
00115 };
00116 
00117 namespace Ui {
00118     class TreeView: public Ui_TreeView {};
00119 } // namespace Ui
00120 
00121 QT_END_NAMESPACE
00122 
00123 #endif // UI_TREEVIEW_H
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator