/******************************************************************************** ** Form generated from reading UI file 'defaultemptyscenewidget.ui' ** ** Created: Wed 19. May 11:52:15 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_DEFAULTEMPTYSCENEWIDGET_H #define UI_DEFAULTEMPTYSCENEWIDGET_H #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_DefaultEmptySceneWidget { public: QVBoxLayout *vboxLayout; QGroupBox *projectionGroup; QVBoxLayout *vboxLayout1; QLabel *label; void setupUi(QWidget *DefaultEmptySceneWidget) { if (DefaultEmptySceneWidget->objectName().isEmpty()) DefaultEmptySceneWidget->setObjectName(QString::fromUtf8("DefaultEmptySceneWidget")); DefaultEmptySceneWidget->resize(164, 141); vboxLayout = new QVBoxLayout(DefaultEmptySceneWidget); #ifndef Q_OS_MAC vboxLayout->setSpacing(6); #endif vboxLayout->setContentsMargins(0, 0, 0, 0); vboxLayout->setObjectName(QString::fromUtf8("vboxLayout")); projectionGroup = new QGroupBox(DefaultEmptySceneWidget); projectionGroup->setObjectName(QString::fromUtf8("projectionGroup")); vboxLayout1 = new QVBoxLayout(projectionGroup); #ifndef Q_OS_MAC vboxLayout1->setSpacing(6); #endif #ifndef Q_OS_MAC vboxLayout1->setContentsMargins(9, 9, 9, 9); #endif vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1")); label = new QLabel(projectionGroup); label->setObjectName(QString::fromUtf8("label")); label->setAlignment(Qt::AlignCenter); vboxLayout1->addWidget(label); vboxLayout->addWidget(projectionGroup); retranslateUi(DefaultEmptySceneWidget); QMetaObject::connectSlotsByName(DefaultEmptySceneWidget); } // setupUi void retranslateUi(QWidget *DefaultEmptySceneWidget) { DefaultEmptySceneWidget->setWindowTitle(QApplication::translate("DefaultEmptySceneWidget", "Projection Settings", 0, QApplication::UnicodeUTF8)); projectionGroup->setTitle(QApplication::translate("DefaultEmptySceneWidget", "Empty Properties", 0, QApplication::UnicodeUTF8)); label->setText(QApplication::translate("DefaultEmptySceneWidget", "(nothing, sorry!)", 0, QApplication::UnicodeUTF8)); } // retranslateUi }; namespace Ui { class DefaultEmptySceneWidget: public Ui_DefaultEmptySceneWidget {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_DEFAULTEMPTYSCENEWIDGET_H