ui_DlgCommands.h

Go to the documentation of this file.
00001 /********************************************************************************
00002 ** Form generated from reading ui file 'DlgCommands.ui'
00003 **
00004 ** Created: Wed 19. Oct 19:02:28 2011
00005 **      by: Qt User Interface Compiler version 4.5.2
00006 **
00007 ** WARNING! All changes made in this file will be lost when recompiling ui file!
00008 ********************************************************************************/
00009 
00010 #ifndef UI_DLGCOMMANDS_H
00011 #define UI_DLGCOMMANDS_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/QLabel>
00020 #include <QtGui/QTreeWidget>
00021 #include <QtGui/QWidget>
00022 
00023 namespace Gui {
00024 namespace Dialog {
00025 
00026 class Ui_DlgCustomCommands
00027 {
00028 public:
00029     QGridLayout *gridLayout;
00030     QTreeWidget *commandTreeWidget;
00031     QLabel *textLabel;
00032     QTreeWidget *categoryTreeWidget;
00033 
00034     void setupUi(QWidget *Gui__Dialog__DlgCustomCommands)
00035     {
00036         if (Gui__Dialog__DlgCustomCommands->objectName().isEmpty())
00037             Gui__Dialog__DlgCustomCommands->setObjectName(QString::fromUtf8("Gui__Dialog__DlgCustomCommands"));
00038         Gui__Dialog__DlgCustomCommands->resize(459, 286);
00039         gridLayout = new QGridLayout(Gui__Dialog__DlgCustomCommands);
00040         gridLayout->setSpacing(6);
00041         gridLayout->setMargin(9);
00042         gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
00043         commandTreeWidget = new QTreeWidget(Gui__Dialog__DlgCustomCommands);
00044         commandTreeWidget->setObjectName(QString::fromUtf8("commandTreeWidget"));
00045         commandTreeWidget->setRootIsDecorated(false);
00046         commandTreeWidget->setUniformRowHeights(true);
00047 
00048         gridLayout->addWidget(commandTreeWidget, 0, 1, 1, 1);
00049 
00050         textLabel = new QLabel(Gui__Dialog__DlgCustomCommands);
00051         textLabel->setObjectName(QString::fromUtf8("textLabel"));
00052         textLabel->setMinimumSize(QSize(0, 0));
00053         textLabel->setMaximumSize(QSize(32767, 32767));
00054 
00055         gridLayout->addWidget(textLabel, 1, 0, 1, 2);
00056 
00057         categoryTreeWidget = new QTreeWidget(Gui__Dialog__DlgCustomCommands);
00058         categoryTreeWidget->setObjectName(QString::fromUtf8("categoryTreeWidget"));
00059         QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(4), static_cast<QSizePolicy::Policy>(7));
00060         sizePolicy.setHorizontalStretch(0);
00061         sizePolicy.setVerticalStretch(0);
00062         sizePolicy.setHeightForWidth(categoryTreeWidget->sizePolicy().hasHeightForWidth());
00063         categoryTreeWidget->setSizePolicy(sizePolicy);
00064         categoryTreeWidget->setMaximumSize(QSize(150, 16777215));
00065         categoryTreeWidget->setRootIsDecorated(false);
00066 
00067         gridLayout->addWidget(categoryTreeWidget, 0, 0, 1, 1);
00068 
00069 
00070         retranslateUi(Gui__Dialog__DlgCustomCommands);
00071 
00072         QMetaObject::connectSlotsByName(Gui__Dialog__DlgCustomCommands);
00073     } // setupUi
00074 
00075     void retranslateUi(QWidget *Gui__Dialog__DlgCustomCommands)
00076     {
00077         Gui__Dialog__DlgCustomCommands->setWindowTitle(QApplication::translate("Gui::Dialog::DlgCustomCommands", "Commands", 0, QApplication::UnicodeUTF8));
00078         textLabel->setText(QString());
00079         Q_UNUSED(Gui__Dialog__DlgCustomCommands);
00080     } // retranslateUi
00081 
00082 };
00083 
00084 } // namespace Dialog
00085 } // namespace Gui
00086 
00087 namespace Gui {
00088 namespace Dialog {
00089 namespace Ui {
00090     class DlgCustomCommands: public Ui_DlgCustomCommands {};
00091 } // namespace Ui
00092 } // namespace Dialog
00093 } // namespace Gui
00094 
00095 #endif // UI_DLGCOMMANDS_H

Generated on Wed Nov 23 19:00:52 2011 for FreeCAD by  doxygen 1.6.1