[4] | 1 | /******************************************************************************** |
---|
| 2 | ** Form generated from reading ui file 'qprojectionmatrixwidget.ui' |
---|
| 3 | ** |
---|
| 4 | ** Created: Mon 27. Apr 14:25:41 2009 |
---|
| 5 | ** by: Qt User Interface Compiler version 4.5.1 |
---|
| 6 | ** |
---|
| 7 | ** WARNING! All changes made in this file will be lost when recompiling ui file! |
---|
| 8 | ********************************************************************************/ |
---|
| 9 | |
---|
| 10 | #ifndef UI_QPROJECTIONMATRIXWIDGET_H |
---|
| 11 | #define UI_QPROJECTIONMATRIXWIDGET_H |
---|
| 12 | |
---|
| 13 | #include <QtCore/QVariant> |
---|
| 14 | #include <QtGui/QAction> |
---|
| 15 | #include <QtGui/QApplication> |
---|
| 16 | #include <QtGui/QButtonGroup> |
---|
| 17 | #include <QtGui/QGroupBox> |
---|
| 18 | #include <QtGui/QHBoxLayout> |
---|
| 19 | #include <QtGui/QHeaderView> |
---|
| 20 | #include <QtGui/QLabel> |
---|
| 21 | #include <QtGui/QLineEdit> |
---|
| 22 | #include <QtGui/QVBoxLayout> |
---|
| 23 | #include <QtGui/QWidget> |
---|
| 24 | |
---|
| 25 | QT_BEGIN_NAMESPACE |
---|
| 26 | |
---|
| 27 | class Ui_QProjectionMatrixWidget |
---|
| 28 | { |
---|
| 29 | public: |
---|
| 30 | QHBoxLayout *hboxLayout; |
---|
| 31 | QGroupBox *projectionGroup; |
---|
| 32 | QHBoxLayout *hboxLayout1; |
---|
| 33 | QVBoxLayout *vboxLayout; |
---|
| 34 | QHBoxLayout *hboxLayout2; |
---|
| 35 | QLabel *fovLabel; |
---|
| 36 | QLineEdit *fovEdit; |
---|
| 37 | QLabel *aspectLabel; |
---|
| 38 | QLineEdit *aspectRatioEdit; |
---|
| 39 | QHBoxLayout *hboxLayout3; |
---|
| 40 | QLabel *nearLabel; |
---|
| 41 | QLineEdit *nearEdit; |
---|
| 42 | QLabel *farLabel; |
---|
| 43 | QLineEdit *farEdit; |
---|
| 44 | QHBoxLayout *hboxLayout4; |
---|
| 45 | QLabel *offaxisLabel; |
---|
| 46 | QLabel *offaxisXLabel; |
---|
| 47 | QLineEdit *offaxisXEdit; |
---|
| 48 | QLabel *offaxisYLabel; |
---|
| 49 | QLineEdit *offaxisYEdit; |
---|
| 50 | |
---|
| 51 | void setupUi(QWidget *QProjectionMatrixWidget) |
---|
| 52 | { |
---|
| 53 | if (QProjectionMatrixWidget->objectName().isEmpty()) |
---|
| 54 | QProjectionMatrixWidget->setObjectName(QString::fromUtf8("QProjectionMatrixWidget")); |
---|
| 55 | QProjectionMatrixWidget->resize(169, 110); |
---|
| 56 | hboxLayout = new QHBoxLayout(QProjectionMatrixWidget); |
---|
| 57 | #ifndef Q_OS_MAC |
---|
| 58 | hboxLayout->setSpacing(6); |
---|
| 59 | #endif |
---|
| 60 | hboxLayout->setMargin(0); |
---|
| 61 | hboxLayout->setObjectName(QString::fromUtf8("hboxLayout")); |
---|
| 62 | projectionGroup = new QGroupBox(QProjectionMatrixWidget); |
---|
| 63 | projectionGroup->setObjectName(QString::fromUtf8("projectionGroup")); |
---|
| 64 | hboxLayout1 = new QHBoxLayout(projectionGroup); |
---|
| 65 | #ifndef Q_OS_MAC |
---|
| 66 | hboxLayout1->setSpacing(6); |
---|
| 67 | #endif |
---|
| 68 | hboxLayout1->setMargin(0); |
---|
| 69 | hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1")); |
---|
| 70 | vboxLayout = new QVBoxLayout(); |
---|
| 71 | #ifndef Q_OS_MAC |
---|
| 72 | vboxLayout->setSpacing(6); |
---|
| 73 | #endif |
---|
| 74 | vboxLayout->setMargin(4); |
---|
| 75 | vboxLayout->setObjectName(QString::fromUtf8("vboxLayout")); |
---|
| 76 | hboxLayout2 = new QHBoxLayout(); |
---|
| 77 | #ifndef Q_OS_MAC |
---|
| 78 | hboxLayout2->setSpacing(6); |
---|
| 79 | #endif |
---|
| 80 | #ifndef Q_OS_MAC |
---|
| 81 | hboxLayout2->setMargin(0); |
---|
| 82 | #endif |
---|
| 83 | hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2")); |
---|
| 84 | fovLabel = new QLabel(projectionGroup); |
---|
| 85 | fovLabel->setObjectName(QString::fromUtf8("fovLabel")); |
---|
| 86 | |
---|
| 87 | hboxLayout2->addWidget(fovLabel); |
---|
| 88 | |
---|
| 89 | fovEdit = new QLineEdit(projectionGroup); |
---|
| 90 | fovEdit->setObjectName(QString::fromUtf8("fovEdit")); |
---|
| 91 | |
---|
| 92 | hboxLayout2->addWidget(fovEdit); |
---|
| 93 | |
---|
| 94 | aspectLabel = new QLabel(projectionGroup); |
---|
| 95 | aspectLabel->setObjectName(QString::fromUtf8("aspectLabel")); |
---|
| 96 | |
---|
| 97 | hboxLayout2->addWidget(aspectLabel); |
---|
| 98 | |
---|
| 99 | aspectRatioEdit = new QLineEdit(projectionGroup); |
---|
| 100 | aspectRatioEdit->setObjectName(QString::fromUtf8("aspectRatioEdit")); |
---|
| 101 | |
---|
| 102 | hboxLayout2->addWidget(aspectRatioEdit); |
---|
| 103 | |
---|
| 104 | |
---|
| 105 | vboxLayout->addLayout(hboxLayout2); |
---|
| 106 | |
---|
| 107 | hboxLayout3 = new QHBoxLayout(); |
---|
| 108 | #ifndef Q_OS_MAC |
---|
| 109 | hboxLayout3->setSpacing(6); |
---|
| 110 | #endif |
---|
| 111 | hboxLayout3->setMargin(0); |
---|
| 112 | hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3")); |
---|
| 113 | nearLabel = new QLabel(projectionGroup); |
---|
| 114 | nearLabel->setObjectName(QString::fromUtf8("nearLabel")); |
---|
| 115 | |
---|
| 116 | hboxLayout3->addWidget(nearLabel); |
---|
| 117 | |
---|
| 118 | nearEdit = new QLineEdit(projectionGroup); |
---|
| 119 | nearEdit->setObjectName(QString::fromUtf8("nearEdit")); |
---|
| 120 | |
---|
| 121 | hboxLayout3->addWidget(nearEdit); |
---|
| 122 | |
---|
| 123 | farLabel = new QLabel(projectionGroup); |
---|
| 124 | farLabel->setObjectName(QString::fromUtf8("farLabel")); |
---|
| 125 | |
---|
| 126 | hboxLayout3->addWidget(farLabel); |
---|
| 127 | |
---|
| 128 | farEdit = new QLineEdit(projectionGroup); |
---|
| 129 | farEdit->setObjectName(QString::fromUtf8("farEdit")); |
---|
| 130 | |
---|
| 131 | hboxLayout3->addWidget(farEdit); |
---|
| 132 | |
---|
| 133 | |
---|
| 134 | vboxLayout->addLayout(hboxLayout3); |
---|
| 135 | |
---|
| 136 | hboxLayout4 = new QHBoxLayout(); |
---|
| 137 | #ifndef Q_OS_MAC |
---|
| 138 | hboxLayout4->setSpacing(6); |
---|
| 139 | #endif |
---|
| 140 | hboxLayout4->setMargin(0); |
---|
| 141 | hboxLayout4->setObjectName(QString::fromUtf8("hboxLayout4")); |
---|
| 142 | offaxisLabel = new QLabel(projectionGroup); |
---|
| 143 | offaxisLabel->setObjectName(QString::fromUtf8("offaxisLabel")); |
---|
| 144 | |
---|
| 145 | hboxLayout4->addWidget(offaxisLabel); |
---|
| 146 | |
---|
| 147 | offaxisXLabel = new QLabel(projectionGroup); |
---|
| 148 | offaxisXLabel->setObjectName(QString::fromUtf8("offaxisXLabel")); |
---|
| 149 | |
---|
| 150 | hboxLayout4->addWidget(offaxisXLabel); |
---|
| 151 | |
---|
| 152 | offaxisXEdit = new QLineEdit(projectionGroup); |
---|
| 153 | offaxisXEdit->setObjectName(QString::fromUtf8("offaxisXEdit")); |
---|
| 154 | |
---|
| 155 | hboxLayout4->addWidget(offaxisXEdit); |
---|
| 156 | |
---|
| 157 | offaxisYLabel = new QLabel(projectionGroup); |
---|
| 158 | offaxisYLabel->setObjectName(QString::fromUtf8("offaxisYLabel")); |
---|
| 159 | |
---|
| 160 | hboxLayout4->addWidget(offaxisYLabel); |
---|
| 161 | |
---|
| 162 | offaxisYEdit = new QLineEdit(projectionGroup); |
---|
| 163 | offaxisYEdit->setObjectName(QString::fromUtf8("offaxisYEdit")); |
---|
| 164 | |
---|
| 165 | hboxLayout4->addWidget(offaxisYEdit); |
---|
| 166 | |
---|
| 167 | |
---|
| 168 | vboxLayout->addLayout(hboxLayout4); |
---|
| 169 | |
---|
| 170 | |
---|
| 171 | hboxLayout1->addLayout(vboxLayout); |
---|
| 172 | |
---|
| 173 | |
---|
| 174 | hboxLayout->addWidget(projectionGroup); |
---|
| 175 | |
---|
| 176 | QWidget::setTabOrder(fovEdit, aspectRatioEdit); |
---|
| 177 | QWidget::setTabOrder(aspectRatioEdit, nearEdit); |
---|
| 178 | QWidget::setTabOrder(nearEdit, farEdit); |
---|
| 179 | |
---|
| 180 | retranslateUi(QProjectionMatrixWidget); |
---|
| 181 | |
---|
| 182 | QMetaObject::connectSlotsByName(QProjectionMatrixWidget); |
---|
| 183 | } // setupUi |
---|
| 184 | |
---|
| 185 | void retranslateUi(QWidget *QProjectionMatrixWidget) |
---|
| 186 | { |
---|
| 187 | QProjectionMatrixWidget->setWindowTitle(QApplication::translate("QProjectionMatrixWidget", "Projection Settings", 0, QApplication::UnicodeUTF8)); |
---|
| 188 | projectionGroup->setTitle(QApplication::translate("QProjectionMatrixWidget", "Projection", 0, QApplication::UnicodeUTF8)); |
---|
| 189 | fovLabel->setText(QApplication::translate("QProjectionMatrixWidget", "FOV", 0, QApplication::UnicodeUTF8)); |
---|
| 190 | aspectLabel->setText(QApplication::translate("QProjectionMatrixWidget", "Aspect", 0, QApplication::UnicodeUTF8)); |
---|
| 191 | nearLabel->setText(QApplication::translate("QProjectionMatrixWidget", "Near", 0, QApplication::UnicodeUTF8)); |
---|
| 192 | farLabel->setText(QApplication::translate("QProjectionMatrixWidget", "Far", 0, QApplication::UnicodeUTF8)); |
---|
| 193 | offaxisLabel->setText(QApplication::translate("QProjectionMatrixWidget", "Off-axis ", 0, QApplication::UnicodeUTF8)); |
---|
| 194 | offaxisXLabel->setText(QApplication::translate("QProjectionMatrixWidget", "X", 0, QApplication::UnicodeUTF8)); |
---|
| 195 | offaxisYLabel->setText(QApplication::translate("QProjectionMatrixWidget", "Y", 0, QApplication::UnicodeUTF8)); |
---|
| 196 | Q_UNUSED(QProjectionMatrixWidget); |
---|
| 197 | } // retranslateUi |
---|
| 198 | |
---|
| 199 | }; |
---|
| 200 | |
---|
| 201 | namespace Ui { |
---|
| 202 | class QProjectionMatrixWidget: public Ui_QProjectionMatrixWidget {}; |
---|
| 203 | } // namespace Ui |
---|
| 204 | |
---|
| 205 | QT_END_NAMESPACE |
---|
| 206 | |
---|
| 207 | #endif // UI_QPROJECTIONMATRIXWIDGET_H |
---|