ui_MouseButtons.h

Go to the documentation of this file.
00001 /********************************************************************************
00002 ** Form generated from reading ui file 'MouseButtons.ui'
00003 **
00004 ** Created: Wed 19. Oct 19:02:29 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_MOUSEBUTTONS_H
00011 #define UI_MOUSEBUTTONS_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/QDialogButtonBox>
00019 #include <QtGui/QGridLayout>
00020 #include <QtGui/QGroupBox>
00021 #include <QtGui/QHeaderView>
00022 #include <QtGui/QLabel>
00023 
00024 namespace Gui {
00025 namespace Dialog {
00026 
00027 class Ui_MouseButtons
00028 {
00029 public:
00030     QGridLayout *gridLayout_3;
00031     QGroupBox *groupBox;
00032     QGridLayout *gridLayout_2;
00033     QGridLayout *gridLayout;
00034     QLabel *label;
00035     QLabel *selectionLabel;
00036     QLabel *label_3;
00037     QLabel *panningLabel;
00038     QLabel *label_4;
00039     QLabel *rotationLabel;
00040     QLabel *label_5;
00041     QLabel *zoomingLabel;
00042     QDialogButtonBox *buttonBox;
00043 
00044     void setupUi(QDialog *Gui__Dialog__MouseButtons)
00045     {
00046         if (Gui__Dialog__MouseButtons->objectName().isEmpty())
00047             Gui__Dialog__MouseButtons->setObjectName(QString::fromUtf8("Gui__Dialog__MouseButtons"));
00048         Gui__Dialog__MouseButtons->resize(364, 239);
00049         gridLayout_3 = new QGridLayout(Gui__Dialog__MouseButtons);
00050         gridLayout_3->setObjectName(QString::fromUtf8("gridLayout_3"));
00051         groupBox = new QGroupBox(Gui__Dialog__MouseButtons);
00052         groupBox->setObjectName(QString::fromUtf8("groupBox"));
00053         gridLayout_2 = new QGridLayout(groupBox);
00054         gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
00055         gridLayout = new QGridLayout();
00056         gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
00057         label = new QLabel(groupBox);
00058         label->setObjectName(QString::fromUtf8("label"));
00059 
00060         gridLayout->addWidget(label, 0, 0, 1, 1);
00061 
00062         selectionLabel = new QLabel(groupBox);
00063         selectionLabel->setObjectName(QString::fromUtf8("selectionLabel"));
00064 
00065         gridLayout->addWidget(selectionLabel, 0, 1, 1, 1);
00066 
00067         label_3 = new QLabel(groupBox);
00068         label_3->setObjectName(QString::fromUtf8("label_3"));
00069 
00070         gridLayout->addWidget(label_3, 1, 0, 1, 1);
00071 
00072         panningLabel = new QLabel(groupBox);
00073         panningLabel->setObjectName(QString::fromUtf8("panningLabel"));
00074 
00075         gridLayout->addWidget(panningLabel, 1, 1, 1, 1);
00076 
00077         label_4 = new QLabel(groupBox);
00078         label_4->setObjectName(QString::fromUtf8("label_4"));
00079 
00080         gridLayout->addWidget(label_4, 2, 0, 1, 1);
00081 
00082         rotationLabel = new QLabel(groupBox);
00083         rotationLabel->setObjectName(QString::fromUtf8("rotationLabel"));
00084 
00085         gridLayout->addWidget(rotationLabel, 2, 1, 1, 1);
00086 
00087         label_5 = new QLabel(groupBox);
00088         label_5->setObjectName(QString::fromUtf8("label_5"));
00089 
00090         gridLayout->addWidget(label_5, 3, 0, 1, 1);
00091 
00092         zoomingLabel = new QLabel(groupBox);
00093         zoomingLabel->setObjectName(QString::fromUtf8("zoomingLabel"));
00094 
00095         gridLayout->addWidget(zoomingLabel, 3, 1, 1, 1);
00096 
00097 
00098         gridLayout_2->addLayout(gridLayout, 0, 0, 1, 1);
00099 
00100 
00101         gridLayout_3->addWidget(groupBox, 0, 0, 1, 1);
00102 
00103         buttonBox = new QDialogButtonBox(Gui__Dialog__MouseButtons);
00104         buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
00105         buttonBox->setOrientation(Qt::Horizontal);
00106         buttonBox->setStandardButtons(QDialogButtonBox::Close);
00107 
00108         gridLayout_3->addWidget(buttonBox, 1, 0, 1, 1);
00109 
00110 
00111         retranslateUi(Gui__Dialog__MouseButtons);
00112         QObject::connect(buttonBox, SIGNAL(accepted()), Gui__Dialog__MouseButtons, SLOT(accept()));
00113         QObject::connect(buttonBox, SIGNAL(rejected()), Gui__Dialog__MouseButtons, SLOT(reject()));
00114 
00115         QMetaObject::connectSlotsByName(Gui__Dialog__MouseButtons);
00116     } // setupUi
00117 
00118     void retranslateUi(QDialog *Gui__Dialog__MouseButtons)
00119     {
00120         Gui__Dialog__MouseButtons->setWindowTitle(QApplication::translate("Gui::Dialog::MouseButtons", "Mouse buttons", 0, QApplication::UnicodeUTF8));
00121         groupBox->setTitle(QApplication::translate("Gui::Dialog::MouseButtons", "Configuration", 0, QApplication::UnicodeUTF8));
00122         label->setText(QApplication::translate("Gui::Dialog::MouseButtons", "Selection:", 0, QApplication::UnicodeUTF8));
00123         selectionLabel->setText(QString());
00124         label_3->setText(QApplication::translate("Gui::Dialog::MouseButtons", "Panning", 0, QApplication::UnicodeUTF8));
00125         panningLabel->setText(QString());
00126         label_4->setText(QApplication::translate("Gui::Dialog::MouseButtons", "Rotation:", 0, QApplication::UnicodeUTF8));
00127         rotationLabel->setText(QString());
00128         label_5->setText(QApplication::translate("Gui::Dialog::MouseButtons", "Zooming:", 0, QApplication::UnicodeUTF8));
00129         zoomingLabel->setText(QString());
00130         Q_UNUSED(Gui__Dialog__MouseButtons);
00131     } // retranslateUi
00132 
00133 };
00134 
00135 } // namespace Dialog
00136 } // namespace Gui
00137 
00138 namespace Gui {
00139 namespace Dialog {
00140 namespace Ui {
00141     class MouseButtons: public Ui_MouseButtons {};
00142 } // namespace Ui
00143 } // namespace Dialog
00144 } // namespace Gui
00145 
00146 #endif // UI_MOUSEBUTTONS_H

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