2011-04-27 10:05:43 +00:00
|
|
|
/********************************************************************************
|
|
|
|
** Form generated from reading UI file 'gridpanel.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 GRIDPANEL_H
|
|
|
|
#define GRIDPANEL_H
|
|
|
|
|
|
|
|
#include <QtCore/QVariant>
|
2011-09-22 13:09:37 +00:00
|
|
|
#include <QtWidgets/QApplication>
|
|
|
|
#include <QtWidgets/QCheckBox>
|
|
|
|
#include <QtWidgets/QGridLayout>
|
|
|
|
#include <QtWidgets/QGroupBox>
|
|
|
|
#include <QtWidgets/QHBoxLayout>
|
|
|
|
#include <QtWidgets/QLabel>
|
|
|
|
#include <QtWidgets/QPushButton>
|
|
|
|
#include <QtWidgets/QSpacerItem>
|
|
|
|
#include <QtWidgets/QSpinBox>
|
|
|
|
#include <QtWidgets/QVBoxLayout>
|
|
|
|
#include <QtWidgets/QWidget>
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
|
|
|
|
namespace qdesigner_internal {
|
|
|
|
|
|
|
|
class Ui_GridPanel
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
QVBoxLayout *vboxLayout;
|
|
|
|
QGroupBox *m_gridGroupBox;
|
|
|
|
QGridLayout *gridLayout;
|
|
|
|
QCheckBox *m_visibleCheckBox;
|
|
|
|
QLabel *label;
|
|
|
|
QSpinBox *m_deltaXSpinBox;
|
|
|
|
QCheckBox *m_snapXCheckBox;
|
|
|
|
QHBoxLayout *hboxLayout;
|
|
|
|
QPushButton *m_resetButton;
|
|
|
|
QSpacerItem *spacerItem;
|
|
|
|
QLabel *label_2;
|
|
|
|
QSpinBox *m_deltaYSpinBox;
|
|
|
|
QCheckBox *m_snapYCheckBox;
|
|
|
|
|
|
|
|
void setupUi(QWidget *qdesigner_internal__GridPanel)
|
|
|
|
{
|
|
|
|
if (qdesigner_internal__GridPanel->objectName().isEmpty())
|
2011-12-11 15:55:01 +00:00
|
|
|
qdesigner_internal__GridPanel->setObjectName(QStringLiteral("qdesigner_internal__GridPanel"));
|
2011-04-27 10:05:43 +00:00
|
|
|
qdesigner_internal__GridPanel->resize(393, 110);
|
|
|
|
vboxLayout = new QVBoxLayout(qdesigner_internal__GridPanel);
|
2011-12-11 15:55:01 +00:00
|
|
|
vboxLayout->setObjectName(QStringLiteral("vboxLayout"));
|
2011-04-27 10:05:43 +00:00
|
|
|
vboxLayout->setContentsMargins(0, 0, 0, 0);
|
|
|
|
m_gridGroupBox = new QGroupBox(qdesigner_internal__GridPanel);
|
2011-12-11 15:55:01 +00:00
|
|
|
m_gridGroupBox->setObjectName(QStringLiteral("m_gridGroupBox"));
|
2011-04-27 10:05:43 +00:00
|
|
|
gridLayout = new QGridLayout(m_gridGroupBox);
|
2011-12-11 15:55:01 +00:00
|
|
|
gridLayout->setObjectName(QStringLiteral("gridLayout"));
|
2011-04-27 10:05:43 +00:00
|
|
|
m_visibleCheckBox = new QCheckBox(m_gridGroupBox);
|
2011-12-11 15:55:01 +00:00
|
|
|
m_visibleCheckBox->setObjectName(QStringLiteral("m_visibleCheckBox"));
|
2011-04-27 10:05:43 +00:00
|
|
|
QSizePolicy sizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::Fixed);
|
|
|
|
sizePolicy.setHorizontalStretch(0);
|
|
|
|
sizePolicy.setVerticalStretch(0);
|
|
|
|
sizePolicy.setHeightForWidth(m_visibleCheckBox->sizePolicy().hasHeightForWidth());
|
|
|
|
m_visibleCheckBox->setSizePolicy(sizePolicy);
|
|
|
|
|
|
|
|
gridLayout->addWidget(m_visibleCheckBox, 0, 0, 1, 1);
|
|
|
|
|
|
|
|
label = new QLabel(m_gridGroupBox);
|
2011-12-11 15:55:01 +00:00
|
|
|
label->setObjectName(QStringLiteral("label"));
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
gridLayout->addWidget(label, 0, 1, 1, 1);
|
|
|
|
|
|
|
|
m_deltaXSpinBox = new QSpinBox(m_gridGroupBox);
|
2011-12-11 15:55:01 +00:00
|
|
|
m_deltaXSpinBox->setObjectName(QStringLiteral("m_deltaXSpinBox"));
|
2011-04-27 10:05:43 +00:00
|
|
|
m_deltaXSpinBox->setMinimum(2);
|
|
|
|
m_deltaXSpinBox->setMaximum(100);
|
|
|
|
|
|
|
|
gridLayout->addWidget(m_deltaXSpinBox, 0, 2, 1, 1);
|
|
|
|
|
|
|
|
m_snapXCheckBox = new QCheckBox(m_gridGroupBox);
|
2011-12-11 15:55:01 +00:00
|
|
|
m_snapXCheckBox->setObjectName(QStringLiteral("m_snapXCheckBox"));
|
2011-04-27 10:05:43 +00:00
|
|
|
sizePolicy.setHeightForWidth(m_snapXCheckBox->sizePolicy().hasHeightForWidth());
|
|
|
|
m_snapXCheckBox->setSizePolicy(sizePolicy);
|
|
|
|
|
|
|
|
gridLayout->addWidget(m_snapXCheckBox, 0, 3, 1, 1);
|
|
|
|
|
|
|
|
hboxLayout = new QHBoxLayout();
|
2011-12-11 15:55:01 +00:00
|
|
|
hboxLayout->setObjectName(QStringLiteral("hboxLayout"));
|
2011-04-27 10:05:43 +00:00
|
|
|
m_resetButton = new QPushButton(m_gridGroupBox);
|
2011-12-11 15:55:01 +00:00
|
|
|
m_resetButton->setObjectName(QStringLiteral("m_resetButton"));
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
hboxLayout->addWidget(m_resetButton);
|
|
|
|
|
|
|
|
spacerItem = new QSpacerItem(20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
|
|
|
|
|
|
|
|
hboxLayout->addItem(spacerItem);
|
|
|
|
|
|
|
|
|
|
|
|
gridLayout->addLayout(hboxLayout, 1, 0, 1, 1);
|
|
|
|
|
|
|
|
label_2 = new QLabel(m_gridGroupBox);
|
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, 1, 1, 1, 1);
|
|
|
|
|
|
|
|
m_deltaYSpinBox = new QSpinBox(m_gridGroupBox);
|
2011-12-11 15:55:01 +00:00
|
|
|
m_deltaYSpinBox->setObjectName(QStringLiteral("m_deltaYSpinBox"));
|
2011-04-27 10:05:43 +00:00
|
|
|
m_deltaYSpinBox->setMinimum(2);
|
|
|
|
m_deltaYSpinBox->setMaximum(100);
|
|
|
|
|
|
|
|
gridLayout->addWidget(m_deltaYSpinBox, 1, 2, 1, 1);
|
|
|
|
|
|
|
|
m_snapYCheckBox = new QCheckBox(m_gridGroupBox);
|
2011-12-11 15:55:01 +00:00
|
|
|
m_snapYCheckBox->setObjectName(QStringLiteral("m_snapYCheckBox"));
|
2011-04-27 10:05:43 +00:00
|
|
|
sizePolicy.setHeightForWidth(m_snapYCheckBox->sizePolicy().hasHeightForWidth());
|
|
|
|
m_snapYCheckBox->setSizePolicy(sizePolicy);
|
|
|
|
|
|
|
|
gridLayout->addWidget(m_snapYCheckBox, 1, 3, 1, 1);
|
|
|
|
|
|
|
|
|
|
|
|
vboxLayout->addWidget(m_gridGroupBox);
|
|
|
|
|
|
|
|
#ifndef QT_NO_SHORTCUT
|
|
|
|
label->setBuddy(m_deltaXSpinBox);
|
|
|
|
label_2->setBuddy(m_deltaYSpinBox);
|
|
|
|
#endif // QT_NO_SHORTCUT
|
|
|
|
|
|
|
|
retranslateUi(qdesigner_internal__GridPanel);
|
|
|
|
|
|
|
|
QMetaObject::connectSlotsByName(qdesigner_internal__GridPanel);
|
|
|
|
} // setupUi
|
|
|
|
|
|
|
|
void retranslateUi(QWidget *qdesigner_internal__GridPanel)
|
|
|
|
{
|
2017-08-28 14:42:50 +00:00
|
|
|
qdesigner_internal__GridPanel->setWindowTitle(QApplication::translate("qdesigner_internal::GridPanel", "Form", nullptr));
|
|
|
|
m_gridGroupBox->setTitle(QApplication::translate("qdesigner_internal::GridPanel", "Grid", nullptr));
|
|
|
|
m_visibleCheckBox->setText(QApplication::translate("qdesigner_internal::GridPanel", "Visible", nullptr));
|
|
|
|
label->setText(QApplication::translate("qdesigner_internal::GridPanel", "Grid &X", nullptr));
|
|
|
|
m_snapXCheckBox->setText(QApplication::translate("qdesigner_internal::GridPanel", "Snap", nullptr));
|
|
|
|
m_resetButton->setText(QApplication::translate("qdesigner_internal::GridPanel", "Reset", nullptr));
|
|
|
|
label_2->setText(QApplication::translate("qdesigner_internal::GridPanel", "Grid &Y", nullptr));
|
|
|
|
m_snapYCheckBox->setText(QApplication::translate("qdesigner_internal::GridPanel", "Snap", nullptr));
|
2011-04-27 10:05:43 +00:00
|
|
|
} // retranslateUi
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
} // namespace qdesigner_internal
|
|
|
|
|
|
|
|
namespace qdesigner_internal {
|
|
|
|
namespace Ui {
|
|
|
|
class GridPanel: public Ui_GridPanel {};
|
|
|
|
} // namespace Ui
|
|
|
|
} // namespace qdesigner_internal
|
|
|
|
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
|
|
|
|
#endif // GRIDPANEL_H
|