/******************************************************************************** ** Form generated from reading ui file 'defaultemptyscenewidget.ui' ** ** Created: Mon 27. Apr 14:23:52 2009 ** by: Qt User Interface Compiler version 4.5.1 ** ** 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->setMargin(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->setMargin(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)); Q_UNUSED(DefaultEmptySceneWidget); } // retranslateUi }; namespace Ui { class DefaultEmptySceneWidget: public Ui_DefaultEmptySceneWidget {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_DEFAULTEMPTYSCENEWIDGET_H