umbrello 26.04.3
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
ui_dcodegenerationformbase.h
Go to the documentation of this file.
1/********************************************************************************
2** Form generated from reading UI file 'dcodegenerationformbase.ui'
3**
4** Created by: Qt User Interface Compiler version 6.11.1
5**
6** WARNING! All changes made in this file will be lost when recompiling UI file!
7********************************************************************************/
8
9#ifndef UI_DCODEGENERATIONFORMBASE_H
10#define UI_DCODEGENERATIONFORMBASE_H
11
12#include <QtCore/QVariant>
13#include <QtWidgets/QApplication>
14#include <QtWidgets/QCheckBox>
15#include <QtWidgets/QGridLayout>
16#include <QtWidgets/QGroupBox>
17#include <QtWidgets/QHBoxLayout>
18#include <QtWidgets/QLabel>
19#include <QtWidgets/QVBoxLayout>
20#include <QtWidgets/QWidget>
21#include <klocalizedstring.h>
22#include "kcombobox.h"
23
24QT_BEGIN_NAMESPACE
25
27{
28public:
29 QGridLayout *gridLayout;
30 QGridLayout *gridLayout1;
31 QGroupBox *groupBox3;
32 QVBoxLayout *vboxLayout;
34 QGroupBox *groupBox2;
35 QGridLayout *gridLayout2;
36 QGridLayout *gridLayout3;
40 QGridLayout *gridLayout4;
41 QLabel *textLabel1_3;
43 QGridLayout *gridLayout5;
46 QGroupBox *groupBox1;
47 QHBoxLayout *hboxLayout;
51
53 {
54 if (DCodeGenerationFormBase->objectName().isEmpty())
55 DCodeGenerationFormBase->setObjectName("DCodeGenerationFormBase");
56 DCodeGenerationFormBase->resize(462, 376);
57 gridLayout = new QGridLayout(DCodeGenerationFormBase);
58 gridLayout->setObjectName("gridLayout");
59 gridLayout1 = new QGridLayout();
60 gridLayout1->setObjectName("gridLayout1");
61 gridLayout1->setContentsMargins(0, 0, 0, 0);
62 groupBox3 = new QGroupBox(DCodeGenerationFormBase);
63 groupBox3->setObjectName("groupBox3");
64 QSizePolicy sizePolicy(QSizePolicy::Policy::Preferred, QSizePolicy::Policy::Maximum);
65 sizePolicy.setHorizontalStretch(0);
66 sizePolicy.setVerticalStretch(0);
67 sizePolicy.setHeightForWidth(groupBox3->sizePolicy().hasHeightForWidth());
68 groupBox3->setSizePolicy(sizePolicy);
69 groupBox3->setMaximumSize(QSize(16777215, 50));
70 vboxLayout = new QVBoxLayout(groupBox3);
71 vboxLayout->setObjectName("vboxLayout");
72 vboxLayout->setContentsMargins(4, 0, 4, 0);
73 m_makeANTDocumentCheckBox = new QCheckBox(groupBox3);
74 m_makeANTDocumentCheckBox->setObjectName("m_makeANTDocumentCheckBox");
75
77
78
79 gridLayout1->addWidget(groupBox3, 3, 0, 1, 1);
80
81 groupBox2 = new QGroupBox(DCodeGenerationFormBase);
82 groupBox2->setObjectName("groupBox2");
83 sizePolicy.setHeightForWidth(groupBox2->sizePolicy().hasHeightForWidth());
84 groupBox2->setSizePolicy(sizePolicy);
85 gridLayout2 = new QGridLayout(groupBox2);
86 gridLayout2->setObjectName("gridLayout2");
87 gridLayout2->setContentsMargins(4, 0, 4, 0);
88 gridLayout3 = new QGridLayout();
89 gridLayout3->setObjectName("gridLayout3");
90 gridLayout3->setContentsMargins(0, 0, 0, 0);
91 m_generateConstructors = new QCheckBox(groupBox2);
92 m_generateConstructors->setObjectName("m_generateConstructors");
93 m_generateConstructors->setChecked(false);
94
95 gridLayout3->addWidget(m_generateConstructors, 0, 0, 1, 1);
96
97 m_generateAssocAccessors = new QCheckBox(groupBox2);
98 m_generateAssocAccessors->setObjectName("m_generateAssocAccessors");
99 m_generateAssocAccessors->setChecked(true);
100
101 gridLayout3->addWidget(m_generateAssocAccessors, 2, 0, 1, 1);
102
103 m_generateAttribAccessors = new QCheckBox(groupBox2);
104 m_generateAttribAccessors->setObjectName("m_generateAttribAccessors");
105 m_generateAttribAccessors->setChecked(true);
106
107 gridLayout3->addWidget(m_generateAttribAccessors, 1, 0, 1, 1);
108
109
110 gridLayout2->addLayout(gridLayout3, 0, 0, 1, 1);
111
112 gridLayout4 = new QGridLayout();
113 gridLayout4->setObjectName("gridLayout4");
114 gridLayout4->setContentsMargins(0, 0, 0, 0);
115 textLabel1_3 = new QLabel(groupBox2);
116 textLabel1_3->setObjectName("textLabel1_3");
117 textLabel1_3->setWordWrap(false);
118
119 gridLayout4->addWidget(textLabel1_3, 0, 0, 1, 1);
120
121 m_accessorScopeCB = new KComboBox(groupBox2);
122 m_accessorScopeCB->addItem(QString());
123 m_accessorScopeCB->addItem(QString());
124 m_accessorScopeCB->addItem(QString());
125 m_accessorScopeCB->addItem(QString());
126 m_accessorScopeCB->setObjectName("m_accessorScopeCB");
127
128 gridLayout4->addWidget(m_accessorScopeCB, 0, 1, 1, 1);
129
130
131 gridLayout2->addLayout(gridLayout4, 1, 0, 1, 1);
132
133 gridLayout5 = new QGridLayout();
134 gridLayout5->setObjectName("gridLayout5");
135 gridLayout5->setContentsMargins(0, 0, 0, 0);
136 textLabel1_3_2 = new QLabel(groupBox2);
137 textLabel1_3_2->setObjectName("textLabel1_3_2");
138 textLabel1_3_2->setWordWrap(false);
139
140 gridLayout5->addWidget(textLabel1_3_2, 0, 0, 1, 1);
141
142 m_assocFieldScopeCB = new KComboBox(groupBox2);
143 m_assocFieldScopeCB->addItem(QString());
144 m_assocFieldScopeCB->addItem(QString());
145 m_assocFieldScopeCB->addItem(QString());
146 m_assocFieldScopeCB->addItem(QString());
147 m_assocFieldScopeCB->setObjectName("m_assocFieldScopeCB");
148
149 gridLayout5->addWidget(m_assocFieldScopeCB, 0, 1, 1, 1);
150
151
152 gridLayout2->addLayout(gridLayout5, 2, 0, 1, 1);
153
154
155 gridLayout1->addWidget(groupBox2, 2, 0, 1, 1);
156
157 groupBox1 = new QGroupBox(DCodeGenerationFormBase);
158 groupBox1->setObjectName("groupBox1");
159 sizePolicy.setHeightForWidth(groupBox1->sizePolicy().hasHeightForWidth());
160 groupBox1->setSizePolicy(sizePolicy);
161 groupBox1->setMaximumSize(QSize(16777215, 100));
162 hboxLayout = new QHBoxLayout(groupBox1);
163 hboxLayout->setObjectName("hboxLayout");
164 hboxLayout->setContentsMargins(4, 0, 4, 0);
165 ui_textLabelStyle = new QLabel(groupBox1);
166 ui_textLabelStyle->setObjectName("ui_textLabelStyle");
167 ui_textLabelStyle->setWordWrap(false);
168
169 hboxLayout->addWidget(ui_textLabelStyle);
170
171 m_SelectCommentStyle = new KComboBox(groupBox1);
172 m_SelectCommentStyle->addItem(QString());
173 m_SelectCommentStyle->addItem(QString());
174 m_SelectCommentStyle->setObjectName("m_SelectCommentStyle");
175
177
178
179 gridLayout1->addWidget(groupBox1, 1, 0, 1, 1);
180
182 ui_textLabelTitle->setObjectName("ui_textLabelTitle");
183 sizePolicy.setHeightForWidth(ui_textLabelTitle->sizePolicy().hasHeightForWidth());
184 ui_textLabelTitle->setSizePolicy(sizePolicy);
185 ui_textLabelTitle->setMaximumSize(QSize(16777215, 40));
186 ui_textLabelTitle->setWordWrap(false);
187
188 gridLayout1->addWidget(ui_textLabelTitle, 0, 0, 1, 1);
189
190
191 gridLayout->addLayout(gridLayout1, 0, 0, 1, 1);
192
193
195
196 m_accessorScopeCB->setCurrentIndex(3);
197 m_assocFieldScopeCB->setCurrentIndex(3);
198
199
200 QMetaObject::connectSlotsByName(DCodeGenerationFormBase);
201 } // setupUi
202
204 {
205 groupBox3->setTitle(tr2i18n("Project Generation", nullptr));
206 m_makeANTDocumentCheckBox->setText(tr2i18n("Create ANT build document", nullptr));
207 groupBox2->setTitle(tr2i18n("Auto-Generate Methods", nullptr));
208 m_generateConstructors->setText(tr2i18n("Empty constructor methods", nullptr));
209 m_generateAssocAccessors->setText(tr2i18n("Association accessor methods", nullptr));
210 m_generateAttribAccessors->setText(tr2i18n("Attribute accessor methods", nullptr));
211 textLabel1_3->setText(tr2i18n("Default attribute accessor scope:", nullptr));
212 m_accessorScopeCB->setItemText(0, tr2i18n("Public", nullptr));
213 m_accessorScopeCB->setItemText(1, tr2i18n("Private", nullptr));
214 m_accessorScopeCB->setItemText(2, tr2i18n("Protected", nullptr));
215 m_accessorScopeCB->setItemText(3, tr2i18n("From Parent Object", nullptr));
216
217 textLabel1_3_2->setText(tr2i18n("Default association field scope:", nullptr));
218 m_assocFieldScopeCB->setItemText(0, tr2i18n("Public", nullptr));
219 m_assocFieldScopeCB->setItemText(1, tr2i18n("Private", nullptr));
220 m_assocFieldScopeCB->setItemText(2, tr2i18n("Protected", nullptr));
221 m_assocFieldScopeCB->setItemText(3, tr2i18n("From Parent Role", nullptr));
222
223 groupBox1->setTitle(tr2i18n("Documentation", nullptr));
224 ui_textLabelStyle->setText(tr2i18n("Style:", nullptr));
225 m_SelectCommentStyle->setItemText(0, tr2i18n("Slash-Slash (//)", nullptr));
226 m_SelectCommentStyle->setItemText(1, tr2i18n("Slash-Star (/** */)", nullptr));
227
228 ui_textLabelTitle->setText(tr2i18n("<p align=\"center\">D Code Generation</p>", nullptr));
230 } // retranslateUi
231
232};
233
234namespace Ui {
236} // namespace Ui
237
238QT_END_NAMESPACE
239
240#endif // DCODEGENERATIONFORMBASE_H
241
Definition dcodegenerationpolicypage.h:20
Definition ui_dcodegenerationformbase.h:235
Definition ui_dcodegenerationformbase.h:27
QCheckBox * m_generateAttribAccessors
Definition ui_dcodegenerationformbase.h:39
KComboBox * m_assocFieldScopeCB
Definition ui_dcodegenerationformbase.h:45
QHBoxLayout * hboxLayout
Definition ui_dcodegenerationformbase.h:47
QGroupBox * groupBox1
Definition ui_dcodegenerationformbase.h:46
void setupUi(QWidget *DCodeGenerationFormBase)
Definition ui_dcodegenerationformbase.h:52
QVBoxLayout * vboxLayout
Definition ui_dcodegenerationformbase.h:32
QLabel * textLabel1_3_2
Definition ui_dcodegenerationformbase.h:44
QCheckBox * m_generateAssocAccessors
Definition ui_dcodegenerationformbase.h:38
QGroupBox * groupBox3
Definition ui_dcodegenerationformbase.h:31
QCheckBox * m_makeANTDocumentCheckBox
Definition ui_dcodegenerationformbase.h:33
QLabel * ui_textLabelTitle
Definition ui_dcodegenerationformbase.h:50
KComboBox * m_SelectCommentStyle
Definition ui_dcodegenerationformbase.h:49
QCheckBox * m_generateConstructors
Definition ui_dcodegenerationformbase.h:37
QGridLayout * gridLayout5
Definition ui_dcodegenerationformbase.h:43
void retranslateUi(QWidget *DCodeGenerationFormBase)
Definition ui_dcodegenerationformbase.h:203
QLabel * textLabel1_3
Definition ui_dcodegenerationformbase.h:41
QGridLayout * gridLayout
Definition ui_dcodegenerationformbase.h:29
QGridLayout * gridLayout4
Definition ui_dcodegenerationformbase.h:40
QGroupBox * groupBox2
Definition ui_dcodegenerationformbase.h:34
KComboBox * m_accessorScopeCB
Definition ui_dcodegenerationformbase.h:42
QLabel * ui_textLabelStyle
Definition ui_dcodegenerationformbase.h:48
QGridLayout * gridLayout3
Definition ui_dcodegenerationformbase.h:36
QGridLayout * gridLayout1
Definition ui_dcodegenerationformbase.h:30
QGridLayout * gridLayout2
Definition ui_dcodegenerationformbase.h:35
Definition ui_autolayoutoptionpage.h:124