ui_DlgPreferences.h

Go to the documentation of this file.
00001 /********************************************************************************
00002 ** Form generated from reading ui file 'DlgPreferences.ui'
00003 **
00004 ** Created: Wed 19. Oct 19:02:19 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_DLGPREFERENCES_H
00011 #define UI_DLGPREFERENCES_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/QHBoxLayout>
00020 #include <QtGui/QHeaderView>
00021 #include <QtGui/QListWidget>
00022 #include <QtGui/QPushButton>
00023 #include <QtGui/QSpacerItem>
00024 #include <QtGui/QStackedWidget>
00025 
00026 namespace Gui {
00027 namespace Dialog {
00028 
00029 class Ui_DlgPreferences
00030 {
00031 public:
00032     QGridLayout *gridLayout;
00033     QHBoxLayout *hboxLayout;
00034     QListWidget *listBox;
00035     QStackedWidget *tabWidgetStack;
00036     QHBoxLayout *hboxLayout1;
00037     QPushButton *buttonHelp;
00038     QSpacerItem *spacerItem;
00039     QPushButton *buttonOk;
00040     QPushButton *buttonApply;
00041     QPushButton *buttonCancel;
00042 
00043     void setupUi(QDialog *Gui__Dialog__DlgPreferences)
00044     {
00045         if (Gui__Dialog__DlgPreferences->objectName().isEmpty())
00046             Gui__Dialog__DlgPreferences->setObjectName(QString::fromUtf8("Gui__Dialog__DlgPreferences"));
00047         Gui__Dialog__DlgPreferences->resize(570, 454);
00048         Gui__Dialog__DlgPreferences->setSizeGripEnabled(true);
00049         Gui__Dialog__DlgPreferences->setModal(true);
00050         gridLayout = new QGridLayout(Gui__Dialog__DlgPreferences);
00051         gridLayout->setSpacing(6);
00052         gridLayout->setMargin(9);
00053         gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
00054         hboxLayout = new QHBoxLayout();
00055         hboxLayout->setSpacing(6);
00056         hboxLayout->setMargin(0);
00057         hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00058         listBox = new QListWidget(Gui__Dialog__DlgPreferences);
00059         listBox->setObjectName(QString::fromUtf8("listBox"));
00060         QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(7));
00061         sizePolicy.setHorizontalStretch(0);
00062         sizePolicy.setVerticalStretch(0);
00063         sizePolicy.setHeightForWidth(listBox->sizePolicy().hasHeightForWidth());
00064         listBox->setSizePolicy(sizePolicy);
00065         listBox->setMinimumSize(QSize(120, 0));
00066         listBox->setMaximumSize(QSize(128, 16777215));
00067         listBox->setFrameShape(QFrame::StyledPanel);
00068         listBox->setFrameShadow(QFrame::Sunken);
00069         listBox->setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
00070         listBox->setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
00071         listBox->setIconSize(QSize(96, 96));
00072         listBox->setSpacing(12);
00073         listBox->setViewMode(QListView::IconMode);
00074 
00075         hboxLayout->addWidget(listBox);
00076 
00077         tabWidgetStack = new QStackedWidget(Gui__Dialog__DlgPreferences);
00078         tabWidgetStack->setObjectName(QString::fromUtf8("tabWidgetStack"));
00079 
00080         hboxLayout->addWidget(tabWidgetStack);
00081 
00082 
00083         gridLayout->addLayout(hboxLayout, 0, 0, 1, 1);
00084 
00085         hboxLayout1 = new QHBoxLayout();
00086         hboxLayout1->setSpacing(6);
00087         hboxLayout1->setMargin(0);
00088         hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
00089         buttonHelp = new QPushButton(Gui__Dialog__DlgPreferences);
00090         buttonHelp->setObjectName(QString::fromUtf8("buttonHelp"));
00091         buttonHelp->setAutoDefault(true);
00092 
00093         hboxLayout1->addWidget(buttonHelp);
00094 
00095         spacerItem = new QSpacerItem(170, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00096 
00097         hboxLayout1->addItem(spacerItem);
00098 
00099         buttonOk = new QPushButton(Gui__Dialog__DlgPreferences);
00100         buttonOk->setObjectName(QString::fromUtf8("buttonOk"));
00101         buttonOk->setAutoDefault(true);
00102         buttonOk->setDefault(true);
00103 
00104         hboxLayout1->addWidget(buttonOk);
00105 
00106         buttonApply = new QPushButton(Gui__Dialog__DlgPreferences);
00107         buttonApply->setObjectName(QString::fromUtf8("buttonApply"));
00108         buttonApply->setAutoDefault(true);
00109 
00110         hboxLayout1->addWidget(buttonApply);
00111 
00112         buttonCancel = new QPushButton(Gui__Dialog__DlgPreferences);
00113         buttonCancel->setObjectName(QString::fromUtf8("buttonCancel"));
00114         buttonCancel->setAutoDefault(true);
00115 
00116         hboxLayout1->addWidget(buttonCancel);
00117 
00118 
00119         gridLayout->addLayout(hboxLayout1, 1, 0, 1, 1);
00120 
00121         QWidget::setTabOrder(listBox, buttonHelp);
00122         QWidget::setTabOrder(buttonHelp, buttonOk);
00123         QWidget::setTabOrder(buttonOk, buttonApply);
00124         QWidget::setTabOrder(buttonApply, buttonCancel);
00125 
00126         retranslateUi(Gui__Dialog__DlgPreferences);
00127         QObject::connect(buttonOk, SIGNAL(clicked()), Gui__Dialog__DlgPreferences, SLOT(accept()));
00128         QObject::connect(buttonCancel, SIGNAL(clicked()), Gui__Dialog__DlgPreferences, SLOT(reject()));
00129 
00130         QMetaObject::connectSlotsByName(Gui__Dialog__DlgPreferences);
00131     } // setupUi
00132 
00133     void retranslateUi(QDialog *Gui__Dialog__DlgPreferences)
00134     {
00135         Gui__Dialog__DlgPreferences->setWindowTitle(QApplication::translate("Gui::Dialog::DlgPreferences", "Preferences", 0, QApplication::UnicodeUTF8));
00136         buttonHelp->setText(QApplication::translate("Gui::Dialog::DlgPreferences", "&Help", 0, QApplication::UnicodeUTF8));
00137         buttonHelp->setShortcut(QApplication::translate("Gui::Dialog::DlgPreferences", "Alt+H", 0, QApplication::UnicodeUTF8));
00138         buttonOk->setText(QApplication::translate("Gui::Dialog::DlgPreferences", "&OK", 0, QApplication::UnicodeUTF8));
00139         buttonOk->setShortcut(QString());
00140         buttonApply->setText(QApplication::translate("Gui::Dialog::DlgPreferences", "&Apply", 0, QApplication::UnicodeUTF8));
00141         buttonApply->setShortcut(QApplication::translate("Gui::Dialog::DlgPreferences", "Alt+A", 0, QApplication::UnicodeUTF8));
00142         buttonCancel->setText(QApplication::translate("Gui::Dialog::DlgPreferences", "&Cancel", 0, QApplication::UnicodeUTF8));
00143         buttonCancel->setShortcut(QString());
00144         Q_UNUSED(Gui__Dialog__DlgPreferences);
00145     } // retranslateUi
00146 
00147 };
00148 
00149 } // namespace Dialog
00150 } // namespace Gui
00151 
00152 namespace Gui {
00153 namespace Dialog {
00154 namespace Ui {
00155     class DlgPreferences: public Ui_DlgPreferences {};
00156 } // namespace Ui
00157 } // namespace Dialog
00158 } // namespace Gui
00159 
00160 #endif // UI_DLGPREFERENCES_H

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