0
|
1 |
/********************************************************************************
|
|
2 |
** Form generated from reading UI file 'gridpanel.ui'
|
|
3 |
**
|
|
4 |
** Created: Fri Sep 4 10:17:13 2009
|
|
5 |
** by: Qt User Interface Compiler version 4.6.0
|
|
6 |
**
|
|
7 |
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
|
8 |
********************************************************************************/
|
|
9 |
|
|
10 |
#ifndef GRIDPANEL_H
|
|
11 |
#define GRIDPANEL_H
|
|
12 |
|
|
13 |
#include <QtCore/QVariant>
|
|
14 |
#include <QtGui/QAction>
|
|
15 |
#include <QtGui/QApplication>
|
|
16 |
#include <QtGui/QButtonGroup>
|
|
17 |
#include <QtGui/QCheckBox>
|
|
18 |
#include <QtGui/QGridLayout>
|
|
19 |
#include <QtGui/QGroupBox>
|
|
20 |
#include <QtGui/QHBoxLayout>
|
|
21 |
#include <QtGui/QHeaderView>
|
|
22 |
#include <QtGui/QLabel>
|
|
23 |
#include <QtGui/QPushButton>
|
|
24 |
#include <QtGui/QSpacerItem>
|
|
25 |
#include <QtGui/QSpinBox>
|
|
26 |
#include <QtGui/QVBoxLayout>
|
|
27 |
#include <QtGui/QWidget>
|
|
28 |
|
|
29 |
QT_BEGIN_NAMESPACE
|
|
30 |
|
|
31 |
namespace qdesigner_internal {
|
|
32 |
|
|
33 |
class Ui_GridPanel
|
|
34 |
{
|
|
35 |
public:
|
|
36 |
QVBoxLayout *vboxLayout;
|
|
37 |
QGroupBox *m_gridGroupBox;
|
|
38 |
QGridLayout *gridLayout;
|
|
39 |
QCheckBox *m_visibleCheckBox;
|
|
40 |
QLabel *label;
|
|
41 |
QSpinBox *m_deltaXSpinBox;
|
|
42 |
QCheckBox *m_snapXCheckBox;
|
|
43 |
QHBoxLayout *hboxLayout;
|
|
44 |
QPushButton *m_resetButton;
|
|
45 |
QSpacerItem *spacerItem;
|
|
46 |
QLabel *label_2;
|
|
47 |
QSpinBox *m_deltaYSpinBox;
|
|
48 |
QCheckBox *m_snapYCheckBox;
|
|
49 |
|
|
50 |
void setupUi(QWidget *qdesigner_internal__GridPanel)
|
|
51 |
{
|
|
52 |
if (qdesigner_internal__GridPanel->objectName().isEmpty())
|
|
53 |
qdesigner_internal__GridPanel->setObjectName(QString::fromUtf8("qdesigner_internal__GridPanel"));
|
|
54 |
qdesigner_internal__GridPanel->resize(393, 110);
|
|
55 |
vboxLayout = new QVBoxLayout(qdesigner_internal__GridPanel);
|
|
56 |
vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
|
|
57 |
vboxLayout->setContentsMargins(0, 0, 0, 0);
|
|
58 |
m_gridGroupBox = new QGroupBox(qdesigner_internal__GridPanel);
|
|
59 |
m_gridGroupBox->setObjectName(QString::fromUtf8("m_gridGroupBox"));
|
|
60 |
gridLayout = new QGridLayout(m_gridGroupBox);
|
|
61 |
gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
|
|
62 |
m_visibleCheckBox = new QCheckBox(m_gridGroupBox);
|
|
63 |
m_visibleCheckBox->setObjectName(QString::fromUtf8("m_visibleCheckBox"));
|
|
64 |
QSizePolicy sizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::Fixed);
|
|
65 |
sizePolicy.setHorizontalStretch(0);
|
|
66 |
sizePolicy.setVerticalStretch(0);
|
|
67 |
sizePolicy.setHeightForWidth(m_visibleCheckBox->sizePolicy().hasHeightForWidth());
|
|
68 |
m_visibleCheckBox->setSizePolicy(sizePolicy);
|
|
69 |
|
|
70 |
gridLayout->addWidget(m_visibleCheckBox, 0, 0, 1, 1);
|
|
71 |
|
|
72 |
label = new QLabel(m_gridGroupBox);
|
|
73 |
label->setObjectName(QString::fromUtf8("label"));
|
|
74 |
|
|
75 |
gridLayout->addWidget(label, 0, 1, 1, 1);
|
|
76 |
|
|
77 |
m_deltaXSpinBox = new QSpinBox(m_gridGroupBox);
|
|
78 |
m_deltaXSpinBox->setObjectName(QString::fromUtf8("m_deltaXSpinBox"));
|
|
79 |
m_deltaXSpinBox->setMinimum(2);
|
|
80 |
m_deltaXSpinBox->setMaximum(100);
|
|
81 |
|
|
82 |
gridLayout->addWidget(m_deltaXSpinBox, 0, 2, 1, 1);
|
|
83 |
|
|
84 |
m_snapXCheckBox = new QCheckBox(m_gridGroupBox);
|
|
85 |
m_snapXCheckBox->setObjectName(QString::fromUtf8("m_snapXCheckBox"));
|
|
86 |
sizePolicy.setHeightForWidth(m_snapXCheckBox->sizePolicy().hasHeightForWidth());
|
|
87 |
m_snapXCheckBox->setSizePolicy(sizePolicy);
|
|
88 |
|
|
89 |
gridLayout->addWidget(m_snapXCheckBox, 0, 3, 1, 1);
|
|
90 |
|
|
91 |
hboxLayout = new QHBoxLayout();
|
|
92 |
hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
|
|
93 |
m_resetButton = new QPushButton(m_gridGroupBox);
|
|
94 |
m_resetButton->setObjectName(QString::fromUtf8("m_resetButton"));
|
|
95 |
|
|
96 |
hboxLayout->addWidget(m_resetButton);
|
|
97 |
|
|
98 |
spacerItem = new QSpacerItem(20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
|
|
99 |
|
|
100 |
hboxLayout->addItem(spacerItem);
|
|
101 |
|
|
102 |
|
|
103 |
gridLayout->addLayout(hboxLayout, 1, 0, 1, 1);
|
|
104 |
|
|
105 |
label_2 = new QLabel(m_gridGroupBox);
|
|
106 |
label_2->setObjectName(QString::fromUtf8("label_2"));
|
|
107 |
|
|
108 |
gridLayout->addWidget(label_2, 1, 1, 1, 1);
|
|
109 |
|
|
110 |
m_deltaYSpinBox = new QSpinBox(m_gridGroupBox);
|
|
111 |
m_deltaYSpinBox->setObjectName(QString::fromUtf8("m_deltaYSpinBox"));
|
|
112 |
m_deltaYSpinBox->setMinimum(2);
|
|
113 |
m_deltaYSpinBox->setMaximum(100);
|
|
114 |
|
|
115 |
gridLayout->addWidget(m_deltaYSpinBox, 1, 2, 1, 1);
|
|
116 |
|
|
117 |
m_snapYCheckBox = new QCheckBox(m_gridGroupBox);
|
|
118 |
m_snapYCheckBox->setObjectName(QString::fromUtf8("m_snapYCheckBox"));
|
|
119 |
sizePolicy.setHeightForWidth(m_snapYCheckBox->sizePolicy().hasHeightForWidth());
|
|
120 |
m_snapYCheckBox->setSizePolicy(sizePolicy);
|
|
121 |
|
|
122 |
gridLayout->addWidget(m_snapYCheckBox, 1, 3, 1, 1);
|
|
123 |
|
|
124 |
|
|
125 |
vboxLayout->addWidget(m_gridGroupBox);
|
|
126 |
|
|
127 |
#ifndef QT_NO_SHORTCUT
|
|
128 |
label->setBuddy(m_deltaXSpinBox);
|
|
129 |
label_2->setBuddy(m_deltaYSpinBox);
|
|
130 |
#endif // QT_NO_SHORTCUT
|
|
131 |
|
|
132 |
retranslateUi(qdesigner_internal__GridPanel);
|
|
133 |
|
|
134 |
QMetaObject::connectSlotsByName(qdesigner_internal__GridPanel);
|
|
135 |
} // setupUi
|
|
136 |
|
|
137 |
void retranslateUi(QWidget *qdesigner_internal__GridPanel)
|
|
138 |
{
|
|
139 |
qdesigner_internal__GridPanel->setWindowTitle(QApplication::translate("qdesigner_internal::GridPanel", "Form", 0, QApplication::UnicodeUTF8));
|
|
140 |
m_gridGroupBox->setTitle(QApplication::translate("qdesigner_internal::GridPanel", "Grid", 0, QApplication::UnicodeUTF8));
|
|
141 |
m_visibleCheckBox->setText(QApplication::translate("qdesigner_internal::GridPanel", "Visible", 0, QApplication::UnicodeUTF8));
|
|
142 |
label->setText(QApplication::translate("qdesigner_internal::GridPanel", "Grid &X", 0, QApplication::UnicodeUTF8));
|
|
143 |
m_snapXCheckBox->setText(QApplication::translate("qdesigner_internal::GridPanel", "Snap", 0, QApplication::UnicodeUTF8));
|
|
144 |
m_resetButton->setText(QApplication::translate("qdesigner_internal::GridPanel", "Reset", 0, QApplication::UnicodeUTF8));
|
|
145 |
label_2->setText(QApplication::translate("qdesigner_internal::GridPanel", "Grid &Y", 0, QApplication::UnicodeUTF8));
|
|
146 |
m_snapYCheckBox->setText(QApplication::translate("qdesigner_internal::GridPanel", "Snap", 0, QApplication::UnicodeUTF8));
|
|
147 |
} // retranslateUi
|
|
148 |
|
|
149 |
};
|
|
150 |
|
|
151 |
} // namespace qdesigner_internal
|
|
152 |
|
|
153 |
namespace qdesigner_internal {
|
|
154 |
namespace Ui {
|
|
155 |
class GridPanel: public Ui_GridPanel {};
|
|
156 |
} // namespace Ui
|
|
157 |
} // namespace qdesigner_internal
|
|
158 |
|
|
159 |
QT_END_NAMESPACE
|
|
160 |
|
|
161 |
#endif // GRIDPANEL_H
|