ui_DlgMacroRecord.h

Go to the documentation of this file.
00001 /********************************************************************************
00002 ** Form generated from reading ui file 'DlgMacroRecord.ui'
00003 **
00004 ** Created: Wed 19. Oct 19:02:30 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_DLGMACRORECORD_H
00011 #define UI_DLGMACRORECORD_H
00012 
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QDialog>
00018 #include <QtGui/QGridLayout>
00019 #include <QtGui/QGroupBox>
00020 #include <QtGui/QHBoxLayout>
00021 #include <QtGui/QHeaderView>
00022 #include <QtGui/QLineEdit>
00023 #include <QtGui/QPushButton>
00024 #include <QtGui/QSpacerItem>
00025 #include <QtGui/QVBoxLayout>
00026 
00027 namespace Gui {
00028 namespace Dialog {
00029 
00030 class Ui_DlgMacroRecord
00031 {
00032 public:
00033     QVBoxLayout *vboxLayout;
00034     QGroupBox *groupBox;
00035     QGridLayout *gridLayout;
00036     QLineEdit *lineEditPath;
00037     QGroupBox *groupBox_2;
00038     QHBoxLayout *hboxLayout;
00039     QLineEdit *lineEditMacroPath;
00040     QPushButton *pushButtonChooseDir;
00041     QHBoxLayout *hboxLayout1;
00042     QPushButton *buttonStart;
00043     QSpacerItem *spacerItem;
00044     QPushButton *buttonStop;
00045     QPushButton *buttonCancel;
00046 
00047     void setupUi(QDialog *Gui__Dialog__DlgMacroRecord)
00048     {
00049         if (Gui__Dialog__DlgMacroRecord->objectName().isEmpty())
00050             Gui__Dialog__DlgMacroRecord->setObjectName(QString::fromUtf8("Gui__Dialog__DlgMacroRecord"));
00051         Gui__Dialog__DlgMacroRecord->resize(292, 166);
00052         Gui__Dialog__DlgMacroRecord->setModal(true);
00053         vboxLayout = new QVBoxLayout(Gui__Dialog__DlgMacroRecord);
00054         vboxLayout->setSpacing(6);
00055         vboxLayout->setMargin(11);
00056         vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00057         groupBox = new QGroupBox(Gui__Dialog__DlgMacroRecord);
00058         groupBox->setObjectName(QString::fromUtf8("groupBox"));
00059         gridLayout = new QGridLayout(groupBox);
00060         gridLayout->setSpacing(6);
00061         gridLayout->setMargin(11);
00062         gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
00063         lineEditPath = new QLineEdit(groupBox);
00064         lineEditPath->setObjectName(QString::fromUtf8("lineEditPath"));
00065         QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
00066         sizePolicy.setHorizontalStretch(0);
00067         sizePolicy.setVerticalStretch(0);
00068         sizePolicy.setHeightForWidth(lineEditPath->sizePolicy().hasHeightForWidth());
00069         lineEditPath->setSizePolicy(sizePolicy);
00070 
00071         gridLayout->addWidget(lineEditPath, 0, 0, 1, 1);
00072 
00073 
00074         vboxLayout->addWidget(groupBox);
00075 
00076         groupBox_2 = new QGroupBox(Gui__Dialog__DlgMacroRecord);
00077         groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
00078         hboxLayout = new QHBoxLayout(groupBox_2);
00079         hboxLayout->setSpacing(6);
00080         hboxLayout->setMargin(11);
00081         hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00082         lineEditMacroPath = new QLineEdit(groupBox_2);
00083         lineEditMacroPath->setObjectName(QString::fromUtf8("lineEditMacroPath"));
00084         lineEditMacroPath->setEnabled(false);
00085 
00086         hboxLayout->addWidget(lineEditMacroPath);
00087 
00088         pushButtonChooseDir = new QPushButton(groupBox_2);
00089         pushButtonChooseDir->setObjectName(QString::fromUtf8("pushButtonChooseDir"));
00090         pushButtonChooseDir->setMaximumSize(QSize(35, 16777215));
00091 
00092         hboxLayout->addWidget(pushButtonChooseDir);
00093 
00094 
00095         vboxLayout->addWidget(groupBox_2);
00096 
00097         hboxLayout1 = new QHBoxLayout();
00098         hboxLayout1->setSpacing(6);
00099         hboxLayout1->setMargin(11);
00100         hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
00101         buttonStart = new QPushButton(Gui__Dialog__DlgMacroRecord);
00102         buttonStart->setObjectName(QString::fromUtf8("buttonStart"));
00103         buttonStart->setDefault(true);
00104 
00105         hboxLayout1->addWidget(buttonStart);
00106 
00107         spacerItem = new QSpacerItem(16, 27, QSizePolicy::Expanding, QSizePolicy::Minimum);
00108 
00109         hboxLayout1->addItem(spacerItem);
00110 
00111         buttonStop = new QPushButton(Gui__Dialog__DlgMacroRecord);
00112         buttonStop->setObjectName(QString::fromUtf8("buttonStop"));
00113         buttonStop->setDefault(true);
00114 
00115         hboxLayout1->addWidget(buttonStop);
00116 
00117         buttonCancel = new QPushButton(Gui__Dialog__DlgMacroRecord);
00118         buttonCancel->setObjectName(QString::fromUtf8("buttonCancel"));
00119 
00120         hboxLayout1->addWidget(buttonCancel);
00121 
00122 
00123         vboxLayout->addLayout(hboxLayout1);
00124 
00125         QWidget::setTabOrder(lineEditPath, buttonStart);
00126         QWidget::setTabOrder(buttonStart, buttonStop);
00127         QWidget::setTabOrder(buttonStop, buttonCancel);
00128 
00129         retranslateUi(Gui__Dialog__DlgMacroRecord);
00130 
00131         QMetaObject::connectSlotsByName(Gui__Dialog__DlgMacroRecord);
00132     } // setupUi
00133 
00134     void retranslateUi(QDialog *Gui__Dialog__DlgMacroRecord)
00135     {
00136         Gui__Dialog__DlgMacroRecord->setWindowTitle(QApplication::translate("Gui::Dialog::DlgMacroRecord", "Macro recording", 0, QApplication::UnicodeUTF8));
00137         groupBox->setTitle(QApplication::translate("Gui::Dialog::DlgMacroRecord", "Macro name:", 0, QApplication::UnicodeUTF8));
00138         groupBox_2->setTitle(QApplication::translate("Gui::Dialog::DlgMacroRecord", "Macro path:", 0, QApplication::UnicodeUTF8));
00139         pushButtonChooseDir->setText(QApplication::translate("Gui::Dialog::DlgMacroRecord", "...", 0, QApplication::UnicodeUTF8));
00140         buttonStart->setText(QApplication::translate("Gui::Dialog::DlgMacroRecord", "Record", 0, QApplication::UnicodeUTF8));
00141         buttonStop->setText(QApplication::translate("Gui::Dialog::DlgMacroRecord", "Stop", 0, QApplication::UnicodeUTF8));
00142         buttonCancel->setText(QApplication::translate("Gui::Dialog::DlgMacroRecord", "Cancel", 0, QApplication::UnicodeUTF8));
00143         Q_UNUSED(Gui__Dialog__DlgMacroRecord);
00144     } // retranslateUi
00145 
00146 };
00147 
00148 } // namespace Dialog
00149 } // namespace Gui
00150 
00151 namespace Gui {
00152 namespace Dialog {
00153 namespace Ui {
00154     class DlgMacroRecord: public Ui_DlgMacroRecord {};
00155 } // namespace Ui
00156 } // namespace Dialog
00157 } // namespace Gui
00158 
00159 #endif // UI_DLGMACRORECORD_H

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