ui_DlgParameter.h

Go to the documentation of this file.
00001 /********************************************************************************
00002 ** Form generated from reading ui file 'DlgParameter.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_DLGPARAMETER_H
00011 #define UI_DLGPARAMETER_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/QDialog>
00019 #include <QtGui/QGridLayout>
00020 #include <QtGui/QHBoxLayout>
00021 #include <QtGui/QHeaderView>
00022 #include <QtGui/QPushButton>
00023 #include <QtGui/QSpacerItem>
00024 #include <QtGui/QSplitter>
00025 
00026 namespace Gui {
00027 namespace Dialog {
00028 
00029 class Ui_DlgParameter
00030 {
00031 public:
00032     QGridLayout *gridLayout;
00033     QHBoxLayout *hboxLayout;
00034     QSpacerItem *spacerItem;
00035     QPushButton *buttonSaveToDisk;
00036     QPushButton *closeButton;
00037     QSplitter *splitter3;
00038     QComboBox *parameterSet;
00039 
00040     void setupUi(QDialog *Gui__Dialog__DlgParameter)
00041     {
00042         if (Gui__Dialog__DlgParameter->objectName().isEmpty())
00043             Gui__Dialog__DlgParameter->setObjectName(QString::fromUtf8("Gui__Dialog__DlgParameter"));
00044         Gui__Dialog__DlgParameter->resize(657, 558);
00045         Gui__Dialog__DlgParameter->setSizeGripEnabled(true);
00046         Gui__Dialog__DlgParameter->setModal(true);
00047         gridLayout = new QGridLayout(Gui__Dialog__DlgParameter);
00048         gridLayout->setSpacing(6);
00049         gridLayout->setMargin(9);
00050         gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
00051         hboxLayout = new QHBoxLayout();
00052         hboxLayout->setSpacing(6);
00053         hboxLayout->setMargin(0);
00054         hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00055         spacerItem = new QSpacerItem(351, 27, QSizePolicy::Expanding, QSizePolicy::Minimum);
00056 
00057         hboxLayout->addItem(spacerItem);
00058 
00059         buttonSaveToDisk = new QPushButton(Gui__Dialog__DlgParameter);
00060         buttonSaveToDisk->setObjectName(QString::fromUtf8("buttonSaveToDisk"));
00061         buttonSaveToDisk->setAutoDefault(true);
00062         buttonSaveToDisk->setDefault(true);
00063 
00064         hboxLayout->addWidget(buttonSaveToDisk);
00065 
00066         closeButton = new QPushButton(Gui__Dialog__DlgParameter);
00067         closeButton->setObjectName(QString::fromUtf8("closeButton"));
00068         closeButton->setAutoDefault(true);
00069         closeButton->setDefault(true);
00070 
00071         hboxLayout->addWidget(closeButton);
00072 
00073 
00074         gridLayout->addLayout(hboxLayout, 2, 0, 1, 1);
00075 
00076         splitter3 = new QSplitter(Gui__Dialog__DlgParameter);
00077         splitter3->setObjectName(QString::fromUtf8("splitter3"));
00078         splitter3->setOrientation(Qt::Horizontal);
00079 
00080         gridLayout->addWidget(splitter3, 1, 0, 1, 1);
00081 
00082         parameterSet = new QComboBox(Gui__Dialog__DlgParameter);
00083         parameterSet->setObjectName(QString::fromUtf8("parameterSet"));
00084 
00085         gridLayout->addWidget(parameterSet, 0, 0, 1, 1);
00086 
00087 
00088         retranslateUi(Gui__Dialog__DlgParameter);
00089 
00090         QMetaObject::connectSlotsByName(Gui__Dialog__DlgParameter);
00091     } // setupUi
00092 
00093     void retranslateUi(QDialog *Gui__Dialog__DlgParameter)
00094     {
00095         Gui__Dialog__DlgParameter->setWindowTitle(QApplication::translate("Gui::Dialog::DlgParameter", "Parameter Editor", 0, QApplication::UnicodeUTF8));
00096         buttonSaveToDisk->setText(QApplication::translate("Gui::Dialog::DlgParameter", "Save to disk", 0, QApplication::UnicodeUTF8));
00097         buttonSaveToDisk->setShortcut(QApplication::translate("Gui::Dialog::DlgParameter", "Alt+C", 0, QApplication::UnicodeUTF8));
00098         closeButton->setText(QApplication::translate("Gui::Dialog::DlgParameter", "&Close", 0, QApplication::UnicodeUTF8));
00099         closeButton->setShortcut(QApplication::translate("Gui::Dialog::DlgParameter", "Alt+C", 0, QApplication::UnicodeUTF8));
00100         Q_UNUSED(Gui__Dialog__DlgParameter);
00101     } // retranslateUi
00102 
00103 };
00104 
00105 } // namespace Dialog
00106 } // namespace Gui
00107 
00108 namespace Gui {
00109 namespace Dialog {
00110 namespace Ui {
00111     class DlgParameter: public Ui_DlgParameter {};
00112 } // namespace Ui
00113 } // namespace Dialog
00114 } // namespace Gui
00115 
00116 #endif // UI_DLGPARAMETER_H

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