2011-04-27 10:05:43 +00:00
|
|
|
/********************************************************************************
|
|
|
|
** Form generated from reading UI file 'generalpage.ui'
|
|
|
|
**
|
2012-12-13 12:48:18 +00:00
|
|
|
** Created by: Qt User Interface Compiler version 5.0.0
|
2011-04-27 10:05:43 +00:00
|
|
|
**
|
|
|
|
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
|
|
|
********************************************************************************/
|
|
|
|
|
|
|
|
#ifndef GENERALPAGE_H
|
|
|
|
#define GENERALPAGE_H
|
|
|
|
|
|
|
|
#include <QtCore/QVariant>
|
2011-09-22 13:09:37 +00:00
|
|
|
#include <QtWidgets/QApplication>
|
|
|
|
#include <QtWidgets/QGridLayout>
|
|
|
|
#include <QtWidgets/QLabel>
|
|
|
|
#include <QtWidgets/QLineEdit>
|
|
|
|
#include <QtWidgets/QSpacerItem>
|
|
|
|
#include <QtWidgets/QWidget>
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
|
|
|
|
class Ui_GeneralPage
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
QGridLayout *gridLayout;
|
|
|
|
QLabel *label;
|
|
|
|
QLineEdit *namespaceLineEdit;
|
|
|
|
QLabel *label_2;
|
|
|
|
QLineEdit *folderLineEdit;
|
|
|
|
QSpacerItem *spacerItem;
|
|
|
|
QSpacerItem *spacerItem1;
|
|
|
|
|
|
|
|
void setupUi(QWidget *GeneralPage)
|
|
|
|
{
|
|
|
|
if (GeneralPage->objectName().isEmpty())
|
2011-12-11 15:55:01 +00:00
|
|
|
GeneralPage->setObjectName(QStringLiteral("GeneralPage"));
|
2011-04-27 10:05:43 +00:00
|
|
|
GeneralPage->resize(417, 243);
|
|
|
|
gridLayout = new QGridLayout(GeneralPage);
|
2011-12-11 15:55:01 +00:00
|
|
|
gridLayout->setObjectName(QStringLiteral("gridLayout"));
|
2011-04-27 10:05:43 +00:00
|
|
|
label = new QLabel(GeneralPage);
|
2011-12-11 15:55:01 +00:00
|
|
|
label->setObjectName(QStringLiteral("label"));
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
gridLayout->addWidget(label, 1, 0, 1, 1);
|
|
|
|
|
|
|
|
namespaceLineEdit = new QLineEdit(GeneralPage);
|
2011-12-11 15:55:01 +00:00
|
|
|
namespaceLineEdit->setObjectName(QStringLiteral("namespaceLineEdit"));
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
gridLayout->addWidget(namespaceLineEdit, 1, 1, 1, 1);
|
|
|
|
|
|
|
|
label_2 = new QLabel(GeneralPage);
|
2011-12-11 15:55:01 +00:00
|
|
|
label_2->setObjectName(QStringLiteral("label_2"));
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
gridLayout->addWidget(label_2, 2, 0, 1, 1);
|
|
|
|
|
|
|
|
folderLineEdit = new QLineEdit(GeneralPage);
|
2011-12-11 15:55:01 +00:00
|
|
|
folderLineEdit->setObjectName(QStringLiteral("folderLineEdit"));
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
gridLayout->addWidget(folderLineEdit, 2, 1, 1, 1);
|
|
|
|
|
|
|
|
spacerItem = new QSpacerItem(20, 20, QSizePolicy::Minimum, QSizePolicy::Fixed);
|
|
|
|
|
|
|
|
gridLayout->addItem(spacerItem, 0, 1, 1, 1);
|
|
|
|
|
|
|
|
spacerItem1 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
|
|
|
|
|
|
|
|
gridLayout->addItem(spacerItem1, 3, 1, 1, 1);
|
|
|
|
|
|
|
|
|
|
|
|
retranslateUi(GeneralPage);
|
|
|
|
|
|
|
|
QMetaObject::connectSlotsByName(GeneralPage);
|
|
|
|
} // setupUi
|
|
|
|
|
|
|
|
void retranslateUi(QWidget *GeneralPage)
|
|
|
|
{
|
2017-08-28 14:42:50 +00:00
|
|
|
GeneralPage->setWindowTitle(QApplication::translate("GeneralPage", "Form", nullptr));
|
|
|
|
label->setText(QApplication::translate("GeneralPage", "Namespace:", nullptr));
|
|
|
|
label_2->setText(QApplication::translate("GeneralPage", "Virtual Folder:", nullptr));
|
2011-04-27 10:05:43 +00:00
|
|
|
} // retranslateUi
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
namespace Ui {
|
|
|
|
class GeneralPage: public Ui_GeneralPage {};
|
|
|
|
} // namespace Ui
|
|
|
|
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
|
|
|
|
#endif // GENERALPAGE_H
|