ui_DlgSettingsGeneral.h

Go to the documentation of this file.
00001 /********************************************************************************
00002 ** Form generated from reading ui file 'DlgSettingsGeneral.ui'
00003 **
00004 ** Created: Tue 18. Oct 21:15:49 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_DLGSETTINGSGENERAL_H
00011 #define UI_DLGSETTINGSGENERAL_H
00012 
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QComboBox>
00018 #include <QtGui/QGridLayout>
00019 #include <QtGui/QGroupBox>
00020 #include <QtGui/QHeaderView>
00021 #include <QtGui/QLabel>
00022 #include <QtGui/QSpacerItem>
00023 #include <QtGui/QWidget>
00024 
00025 namespace PartGui {
00026 
00027 class Ui_DlgSettingsGeneral
00028 {
00029 public:
00030     QGridLayout *gridLayout;
00031     QSpacerItem *spacerItem;
00032     QGroupBox *groupBox;
00033     QGridLayout *gridLayout1;
00034     QComboBox *comboBoxUnits;
00035     QLabel *label;
00036     QSpacerItem *spacerItem1;
00037 
00038     void setupUi(QWidget *PartGui__DlgSettingsGeneral)
00039     {
00040         if (PartGui__DlgSettingsGeneral->objectName().isEmpty())
00041             PartGui__DlgSettingsGeneral->setObjectName(QString::fromUtf8("PartGui__DlgSettingsGeneral"));
00042         PartGui__DlgSettingsGeneral->resize(550, 333);
00043         gridLayout = new QGridLayout(PartGui__DlgSettingsGeneral);
00044 #ifndef Q_OS_MAC
00045         gridLayout->setSpacing(6);
00046 #endif
00047 #ifndef Q_OS_MAC
00048         gridLayout->setMargin(9);
00049 #endif
00050         gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
00051         spacerItem = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
00052 
00053         gridLayout->addItem(spacerItem, 1, 0, 1, 1);
00054 
00055         groupBox = new QGroupBox(PartGui__DlgSettingsGeneral);
00056         groupBox->setObjectName(QString::fromUtf8("groupBox"));
00057         gridLayout1 = new QGridLayout(groupBox);
00058 #ifndef Q_OS_MAC
00059         gridLayout1->setSpacing(6);
00060 #endif
00061 #ifndef Q_OS_MAC
00062         gridLayout1->setMargin(9);
00063 #endif
00064         gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
00065         comboBoxUnits = new QComboBox(groupBox);
00066         comboBoxUnits->setObjectName(QString::fromUtf8("comboBoxUnits"));
00067 
00068         gridLayout1->addWidget(comboBoxUnits, 0, 2, 1, 1);
00069 
00070         label = new QLabel(groupBox);
00071         label->setObjectName(QString::fromUtf8("label"));
00072 
00073         gridLayout1->addWidget(label, 0, 0, 1, 1);
00074 
00075         spacerItem1 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00076 
00077         gridLayout1->addItem(spacerItem1, 0, 1, 1, 1);
00078 
00079 
00080         gridLayout->addWidget(groupBox, 0, 0, 1, 1);
00081 
00082 
00083         retranslateUi(PartGui__DlgSettingsGeneral);
00084 
00085         QMetaObject::connectSlotsByName(PartGui__DlgSettingsGeneral);
00086     } // setupUi
00087 
00088     void retranslateUi(QWidget *PartGui__DlgSettingsGeneral)
00089     {
00090         PartGui__DlgSettingsGeneral->setWindowTitle(QApplication::translate("PartGui::DlgSettingsGeneral", "General", 0, QApplication::UnicodeUTF8));
00091         groupBox->setTitle(QApplication::translate("PartGui::DlgSettingsGeneral", "Export", 0, QApplication::UnicodeUTF8));
00092         comboBoxUnits->clear();
00093         comboBoxUnits->insertItems(0, QStringList()
00094          << QApplication::translate("PartGui::DlgSettingsGeneral", "Millimeter", 0, QApplication::UnicodeUTF8)
00095          << QApplication::translate("PartGui::DlgSettingsGeneral", "Meter", 0, QApplication::UnicodeUTF8)
00096          << QApplication::translate("PartGui::DlgSettingsGeneral", "Inch", 0, QApplication::UnicodeUTF8)
00097         );
00098         label->setText(QApplication::translate("PartGui::DlgSettingsGeneral", "Units for export of STEP/IGES", 0, QApplication::UnicodeUTF8));
00099         Q_UNUSED(PartGui__DlgSettingsGeneral);
00100     } // retranslateUi
00101 
00102 };
00103 
00104 } // namespace PartGui
00105 
00106 namespace PartGui {
00107 namespace Ui {
00108     class DlgSettingsGeneral: public Ui_DlgSettingsGeneral {};
00109 } // namespace Ui
00110 } // namespace PartGui
00111 
00112 #endif // UI_DLGSETTINGSGENERAL_H

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