/******************************************************************************** ** Form generated from reading UI file 'qpreferencedialog.ui' ** ** Created: Wed 19. May 11:59:21 2010 ** by: Qt User Interface Compiler version 4.6.2 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ********************************************************************************/ #ifndef UI_QPREFERENCEDIALOG_H #define UI_QPREFERENCEDIALOG_H #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_QPreferenceDialog { public: QHBoxLayout *hboxLayout; QVBoxLayout *vboxLayout; QGroupBox *gridGroupBox; QHBoxLayout *hboxLayout1; QHBoxLayout *hboxLayout2; QLabel *gridSizeLabel; QLineEdit *gridSizeEdit; QLabel *gridSubdivLabel; QSpinBox *gridSubdivSpinBox; QSpacerItem *spacerItem; QGroupBox *offscreenSceneRenderingGroupBox; QHBoxLayout *hboxLayout3; QVBoxLayout *vboxLayout1; QHBoxLayout *hboxLayout4; QLabel *bufferSizeLabel; QComboBox *bufferWidthComboBox; QComboBox *bufferHeightComboBox; QSpacerItem *spacerItem1; QGroupBox *blendMapGroupBox; QHBoxLayout *hboxLayout5; QVBoxLayout *vboxLayout2; QHBoxLayout *hboxLayout6; QCheckBox *softEdgeCheckBox; QLabel *blendEdgeWidthLabel; QSpinBox *blendEdgeWidthSpinBox; QLabel *blendEdgeExponentLabel; QLineEdit *blendEdgeExponentEdit; QSpacerItem *spacerItem2; QGroupBox *exportGroupBox; QHBoxLayout *hboxLayout7; QVBoxLayout *vboxLayout3; QHBoxLayout *hboxLayout8; QLabel *exportSizeLabel; QComboBox *exportWidthComboBox; QComboBox *exportHeightComboBox; QSpacerItem *spacerItem3; QLabel *exportFileNamePatternLabel; QHBoxLayout *hboxLayout9; QSpacerItem *spacerItem4; QGridLayout *gridLayout; QLabel *exportDistortMapPatternLabel; QLabel *exportViewMatrixPatternLabel; QLineEdit *exportDistortMapPatternEdit; QLineEdit *exportViewMatrixPatternEdit; QLineEdit *exportBlendMapPatternEdit; QLabel *exportBlendMapPatternLabel; QSpacerItem *spacerItem5; QSpacerItem *spacerItem6; QPushButton *pB_ClosePrefDiag; void setupUi(QDialog *QPreferenceDialog) { if (QPreferenceDialog->objectName().isEmpty()) QPreferenceDialog->setObjectName(QString::fromUtf8("QPreferenceDialog")); QPreferenceDialog->resize(345, 357); QIcon icon; icon.addFile(QString::fromUtf8(":/new/prefix1/Resources/settings.png"), QSize(), QIcon::Normal, QIcon::Off); QPreferenceDialog->setWindowIcon(icon); hboxLayout = new QHBoxLayout(QPreferenceDialog); #ifndef Q_OS_MAC hboxLayout->setSpacing(6); #endif hboxLayout->setContentsMargins(4, 4, 4, 4); hboxLayout->setObjectName(QString::fromUtf8("hboxLayout")); vboxLayout = new QVBoxLayout(); #ifndef Q_OS_MAC vboxLayout->setSpacing(6); #endif #ifndef Q_OS_MAC vboxLayout->setContentsMargins(0, 0, 0, 0); #endif vboxLayout->setObjectName(QString::fromUtf8("vboxLayout")); gridGroupBox = new QGroupBox(QPreferenceDialog); gridGroupBox->setObjectName(QString::fromUtf8("gridGroupBox")); hboxLayout1 = new QHBoxLayout(gridGroupBox); #ifndef Q_OS_MAC hboxLayout1->setSpacing(6); #endif hboxLayout1->setContentsMargins(4, 4, 4, 4); hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1")); hboxLayout2 = new QHBoxLayout(); #ifndef Q_OS_MAC hboxLayout2->setSpacing(6); #endif #ifndef Q_OS_MAC hboxLayout2->setContentsMargins(0, 0, 0, 0); #endif hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2")); gridSizeLabel = new QLabel(gridGroupBox); gridSizeLabel->setObjectName(QString::fromUtf8("gridSizeLabel")); hboxLayout2->addWidget(gridSizeLabel); gridSizeEdit = new QLineEdit(gridGroupBox); gridSizeEdit->setObjectName(QString::fromUtf8("gridSizeEdit")); gridSizeEdit->setMinimumSize(QSize(64, 0)); gridSizeEdit->setMaximumSize(QSize(64, 16777215)); hboxLayout2->addWidget(gridSizeEdit); gridSubdivLabel = new QLabel(gridGroupBox); gridSubdivLabel->setObjectName(QString::fromUtf8("gridSubdivLabel")); hboxLayout2->addWidget(gridSubdivLabel); gridSubdivSpinBox = new QSpinBox(gridGroupBox); gridSubdivSpinBox->setObjectName(QString::fromUtf8("gridSubdivSpinBox")); hboxLayout2->addWidget(gridSubdivSpinBox); spacerItem = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout2->addItem(spacerItem); hboxLayout1->addLayout(hboxLayout2); vboxLayout->addWidget(gridGroupBox); offscreenSceneRenderingGroupBox = new QGroupBox(QPreferenceDialog); offscreenSceneRenderingGroupBox->setObjectName(QString::fromUtf8("offscreenSceneRenderingGroupBox")); hboxLayout3 = new QHBoxLayout(offscreenSceneRenderingGroupBox); #ifndef Q_OS_MAC hboxLayout3->setSpacing(6); #endif hboxLayout3->setContentsMargins(4, 4, 4, 4); hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3")); vboxLayout1 = new QVBoxLayout(); #ifndef Q_OS_MAC vboxLayout1->setSpacing(6); #endif #ifndef Q_OS_MAC vboxLayout1->setContentsMargins(0, 0, 0, 0); #endif vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1")); hboxLayout4 = new QHBoxLayout(); #ifndef Q_OS_MAC hboxLayout4->setSpacing(6); #endif #ifndef Q_OS_MAC hboxLayout4->setContentsMargins(0, 0, 0, 0); #endif hboxLayout4->setObjectName(QString::fromUtf8("hboxLayout4")); bufferSizeLabel = new QLabel(offscreenSceneRenderingGroupBox); bufferSizeLabel->setObjectName(QString::fromUtf8("bufferSizeLabel")); hboxLayout4->addWidget(bufferSizeLabel); bufferWidthComboBox = new QComboBox(offscreenSceneRenderingGroupBox); bufferWidthComboBox->setObjectName(QString::fromUtf8("bufferWidthComboBox")); hboxLayout4->addWidget(bufferWidthComboBox); bufferHeightComboBox = new QComboBox(offscreenSceneRenderingGroupBox); bufferHeightComboBox->setObjectName(QString::fromUtf8("bufferHeightComboBox")); hboxLayout4->addWidget(bufferHeightComboBox); spacerItem1 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout4->addItem(spacerItem1); vboxLayout1->addLayout(hboxLayout4); hboxLayout3->addLayout(vboxLayout1); vboxLayout->addWidget(offscreenSceneRenderingGroupBox); blendMapGroupBox = new QGroupBox(QPreferenceDialog); blendMapGroupBox->setObjectName(QString::fromUtf8("blendMapGroupBox")); hboxLayout5 = new QHBoxLayout(blendMapGroupBox); #ifndef Q_OS_MAC hboxLayout5->setSpacing(6); #endif hboxLayout5->setContentsMargins(4, 4, 4, 4); hboxLayout5->setObjectName(QString::fromUtf8("hboxLayout5")); vboxLayout2 = new QVBoxLayout(); #ifndef Q_OS_MAC vboxLayout2->setSpacing(6); #endif #ifndef Q_OS_MAC vboxLayout2->setContentsMargins(0, 0, 0, 0); #endif vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2")); hboxLayout6 = new QHBoxLayout(); #ifndef Q_OS_MAC hboxLayout6->setSpacing(6); #endif #ifndef Q_OS_MAC hboxLayout6->setContentsMargins(0, 0, 0, 0); #endif hboxLayout6->setObjectName(QString::fromUtf8("hboxLayout6")); softEdgeCheckBox = new QCheckBox(blendMapGroupBox); softEdgeCheckBox->setObjectName(QString::fromUtf8("softEdgeCheckBox")); hboxLayout6->addWidget(softEdgeCheckBox); blendEdgeWidthLabel = new QLabel(blendMapGroupBox); blendEdgeWidthLabel->setObjectName(QString::fromUtf8("blendEdgeWidthLabel")); QSizePolicy sizePolicy(QSizePolicy::Minimum, QSizePolicy::Preferred); sizePolicy.setHorizontalStretch(0); sizePolicy.setVerticalStretch(0); sizePolicy.setHeightForWidth(blendEdgeWidthLabel->sizePolicy().hasHeightForWidth()); blendEdgeWidthLabel->setSizePolicy(sizePolicy); hboxLayout6->addWidget(blendEdgeWidthLabel); blendEdgeWidthSpinBox = new QSpinBox(blendMapGroupBox); blendEdgeWidthSpinBox->setObjectName(QString::fromUtf8("blendEdgeWidthSpinBox")); hboxLayout6->addWidget(blendEdgeWidthSpinBox); blendEdgeExponentLabel = new QLabel(blendMapGroupBox); blendEdgeExponentLabel->setObjectName(QString::fromUtf8("blendEdgeExponentLabel")); hboxLayout6->addWidget(blendEdgeExponentLabel); blendEdgeExponentEdit = new QLineEdit(blendMapGroupBox); blendEdgeExponentEdit->setObjectName(QString::fromUtf8("blendEdgeExponentEdit")); blendEdgeExponentEdit->setMaximumSize(QSize(32, 16777215)); hboxLayout6->addWidget(blendEdgeExponentEdit); spacerItem2 = new QSpacerItem(20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout6->addItem(spacerItem2); vboxLayout2->addLayout(hboxLayout6); hboxLayout5->addLayout(vboxLayout2); vboxLayout->addWidget(blendMapGroupBox); exportGroupBox = new QGroupBox(QPreferenceDialog); exportGroupBox->setObjectName(QString::fromUtf8("exportGroupBox")); hboxLayout7 = new QHBoxLayout(exportGroupBox); #ifndef Q_OS_MAC hboxLayout7->setSpacing(6); #endif hboxLayout7->setContentsMargins(4, 4, 4, 4); hboxLayout7->setObjectName(QString::fromUtf8("hboxLayout7")); vboxLayout3 = new QVBoxLayout(); #ifndef Q_OS_MAC vboxLayout3->setSpacing(6); #endif #ifndef Q_OS_MAC vboxLayout3->setContentsMargins(0, 0, 0, 0); #endif vboxLayout3->setObjectName(QString::fromUtf8("vboxLayout3")); hboxLayout8 = new QHBoxLayout(); #ifndef Q_OS_MAC hboxLayout8->setSpacing(6); #endif #ifndef Q_OS_MAC hboxLayout8->setContentsMargins(0, 0, 0, 0); #endif hboxLayout8->setObjectName(QString::fromUtf8("hboxLayout8")); exportSizeLabel = new QLabel(exportGroupBox); exportSizeLabel->setObjectName(QString::fromUtf8("exportSizeLabel")); hboxLayout8->addWidget(exportSizeLabel); exportWidthComboBox = new QComboBox(exportGroupBox); exportWidthComboBox->setObjectName(QString::fromUtf8("exportWidthComboBox")); exportWidthComboBox->setEditable(true); hboxLayout8->addWidget(exportWidthComboBox); exportHeightComboBox = new QComboBox(exportGroupBox); exportHeightComboBox->setObjectName(QString::fromUtf8("exportHeightComboBox")); exportHeightComboBox->setEditable(true); hboxLayout8->addWidget(exportHeightComboBox); spacerItem3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout8->addItem(spacerItem3); vboxLayout3->addLayout(hboxLayout8); exportFileNamePatternLabel = new QLabel(exportGroupBox); exportFileNamePatternLabel->setObjectName(QString::fromUtf8("exportFileNamePatternLabel")); vboxLayout3->addWidget(exportFileNamePatternLabel); hboxLayout9 = new QHBoxLayout(); #ifndef Q_OS_MAC hboxLayout9->setSpacing(6); #endif hboxLayout9->setContentsMargins(0, 0, 0, 0); hboxLayout9->setObjectName(QString::fromUtf8("hboxLayout9")); spacerItem4 = new QSpacerItem(10, 20, QSizePolicy::Fixed, QSizePolicy::Minimum); hboxLayout9->addItem(spacerItem4); gridLayout = new QGridLayout(); #ifndef Q_OS_MAC gridLayout->setSpacing(6); #endif #ifndef Q_OS_MAC gridLayout->setContentsMargins(0, 0, 0, 0); #endif gridLayout->setObjectName(QString::fromUtf8("gridLayout")); exportDistortMapPatternLabel = new QLabel(exportGroupBox); exportDistortMapPatternLabel->setObjectName(QString::fromUtf8("exportDistortMapPatternLabel")); gridLayout->addWidget(exportDistortMapPatternLabel, 0, 0, 1, 1); exportViewMatrixPatternLabel = new QLabel(exportGroupBox); exportViewMatrixPatternLabel->setObjectName(QString::fromUtf8("exportViewMatrixPatternLabel")); gridLayout->addWidget(exportViewMatrixPatternLabel, 2, 0, 1, 1); exportDistortMapPatternEdit = new QLineEdit(exportGroupBox); exportDistortMapPatternEdit->setObjectName(QString::fromUtf8("exportDistortMapPatternEdit")); exportDistortMapPatternEdit->setMinimumSize(QSize(180, 0)); gridLayout->addWidget(exportDistortMapPatternEdit, 0, 1, 1, 1); exportViewMatrixPatternEdit = new QLineEdit(exportGroupBox); exportViewMatrixPatternEdit->setObjectName(QString::fromUtf8("exportViewMatrixPatternEdit")); gridLayout->addWidget(exportViewMatrixPatternEdit, 2, 1, 1, 1); exportBlendMapPatternEdit = new QLineEdit(exportGroupBox); exportBlendMapPatternEdit->setObjectName(QString::fromUtf8("exportBlendMapPatternEdit")); gridLayout->addWidget(exportBlendMapPatternEdit, 1, 1, 1, 1); exportBlendMapPatternLabel = new QLabel(exportGroupBox); exportBlendMapPatternLabel->setObjectName(QString::fromUtf8("exportBlendMapPatternLabel")); gridLayout->addWidget(exportBlendMapPatternLabel, 1, 0, 1, 1); hboxLayout9->addLayout(gridLayout); spacerItem5 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout9->addItem(spacerItem5); vboxLayout3->addLayout(hboxLayout9); hboxLayout7->addLayout(vboxLayout3); vboxLayout->addWidget(exportGroupBox); spacerItem6 = new QSpacerItem(325, 71, QSizePolicy::Minimum, QSizePolicy::Expanding); vboxLayout->addItem(spacerItem6); pB_ClosePrefDiag = new QPushButton(QPreferenceDialog); pB_ClosePrefDiag->setObjectName(QString::fromUtf8("pB_ClosePrefDiag")); vboxLayout->addWidget(pB_ClosePrefDiag); hboxLayout->addLayout(vboxLayout); retranslateUi(QPreferenceDialog); QObject::connect(pB_ClosePrefDiag, SIGNAL(clicked()), QPreferenceDialog, SLOT(close())); QMetaObject::connectSlotsByName(QPreferenceDialog); } // setupUi void retranslateUi(QDialog *QPreferenceDialog) { QPreferenceDialog->setWindowTitle(QApplication::translate("QPreferenceDialog", "Preference", 0, QApplication::UnicodeUTF8)); gridGroupBox->setTitle(QApplication::translate("QPreferenceDialog", "Grid", 0, QApplication::UnicodeUTF8)); gridSizeLabel->setText(QApplication::translate("QPreferenceDialog", "Size", 0, QApplication::UnicodeUTF8)); gridSubdivLabel->setText(QApplication::translate("QPreferenceDialog", "Subdivision", 0, QApplication::UnicodeUTF8)); offscreenSceneRenderingGroupBox->setTitle(QApplication::translate("QPreferenceDialog", "Off-screen Scene Rendering", 0, QApplication::UnicodeUTF8)); bufferSizeLabel->setText(QApplication::translate("QPreferenceDialog", "Buffer size", 0, QApplication::UnicodeUTF8)); bufferWidthComboBox->clear(); bufferWidthComboBox->insertItems(0, QStringList() << QApplication::translate("QPreferenceDialog", "128", 0, QApplication::UnicodeUTF8) << QApplication::translate("QPreferenceDialog", "256", 0, QApplication::UnicodeUTF8) << QApplication::translate("QPreferenceDialog", "512", 0, QApplication::UnicodeUTF8) << QApplication::translate("QPreferenceDialog", "1024", 0, QApplication::UnicodeUTF8) << QApplication::translate("QPreferenceDialog", "2048", 0, QApplication::UnicodeUTF8) << QApplication::translate("QPreferenceDialog", "4096", 0, QApplication::UnicodeUTF8) ); bufferHeightComboBox->clear(); bufferHeightComboBox->insertItems(0, QStringList() << QApplication::translate("QPreferenceDialog", "128", 0, QApplication::UnicodeUTF8) << QApplication::translate("QPreferenceDialog", "256", 0, QApplication::UnicodeUTF8) << QApplication::translate("QPreferenceDialog", "512", 0, QApplication::UnicodeUTF8) << QApplication::translate("QPreferenceDialog", "1024", 0, QApplication::UnicodeUTF8) << QApplication::translate("QPreferenceDialog", "2048", 0, QApplication::UnicodeUTF8) << QApplication::translate("QPreferenceDialog", "4096", 0, QApplication::UnicodeUTF8) ); blendMapGroupBox->setTitle(QApplication::translate("QPreferenceDialog", "Blend Map", 0, QApplication::UnicodeUTF8)); softEdgeCheckBox->setText(QApplication::translate("QPreferenceDialog", "Soft edge", 0, QApplication::UnicodeUTF8)); blendEdgeWidthLabel->setText(QApplication::translate("QPreferenceDialog", " Width", 0, QApplication::UnicodeUTF8)); blendEdgeExponentLabel->setText(QApplication::translate("QPreferenceDialog", "Exponent", 0, QApplication::UnicodeUTF8)); exportGroupBox->setTitle(QApplication::translate("QPreferenceDialog", "Export", 0, QApplication::UnicodeUTF8)); exportSizeLabel->setText(QApplication::translate("QPreferenceDialog", "Image size", 0, QApplication::UnicodeUTF8)); exportWidthComboBox->clear(); exportWidthComboBox->insertItems(0, QStringList() << QApplication::translate("QPreferenceDialog", "256", 0, QApplication::UnicodeUTF8) << QApplication::translate("QPreferenceDialog", "512", 0, QApplication::UnicodeUTF8) << QApplication::translate("QPreferenceDialog", "1024", 0, QApplication::UnicodeUTF8) << QApplication::translate("QPreferenceDialog", "2048", 0, QApplication::UnicodeUTF8) ); exportHeightComboBox->clear(); exportHeightComboBox->insertItems(0, QStringList() << QApplication::translate("QPreferenceDialog", "256", 0, QApplication::UnicodeUTF8) << QApplication::translate("QPreferenceDialog", "512", 0, QApplication::UnicodeUTF8) << QApplication::translate("QPreferenceDialog", "1024", 0, QApplication::UnicodeUTF8) << QApplication::translate("QPreferenceDialog", "2048", 0, QApplication::UnicodeUTF8) ); exportFileNamePatternLabel->setText(QApplication::translate("QPreferenceDialog", "Export file name pattern", 0, QApplication::UnicodeUTF8)); exportDistortMapPatternLabel->setText(QApplication::translate("QPreferenceDialog", "Distortion map file", 0, QApplication::UnicodeUTF8)); exportViewMatrixPatternLabel->setText(QApplication::translate("QPreferenceDialog", "View matrix file", 0, QApplication::UnicodeUTF8)); exportBlendMapPatternLabel->setText(QApplication::translate("QPreferenceDialog", "Blend map file", 0, QApplication::UnicodeUTF8)); pB_ClosePrefDiag->setText(QApplication::translate("QPreferenceDialog", "Close", 0, QApplication::UnicodeUTF8)); } // retranslateUi }; namespace Ui { class QPreferenceDialog: public Ui_QPreferenceDialog {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_QPREFERENCEDIALOG_H