umbrello  2.35.0
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
ui_codeimportoptionspage.h
Go to the documentation of this file.
1 #include <klocalizedstring.h>
2 
3 /********************************************************************************
4 ** Form generated from reading UI file 'codeimportoptionspage.ui'
5 **
6 ** Created by: Qt User Interface Compiler version 5.15.5
7 **
8 ** WARNING! All changes made in this file will be lost when recompiling UI file!
9 ********************************************************************************/
10 
11 #ifndef UI_CODEIMPORTOPTIONSPAGE_H
12 #define UI_CODEIMPORTOPTIONSPAGE_H
13 
14 #include <QtCore/QVariant>
15 #include <QtWidgets/QApplication>
16 #include <QtWidgets/QCheckBox>
17 #include <QtWidgets/QGridLayout>
18 #include <QtWidgets/QGroupBox>
19 #include <QtWidgets/QLabel>
20 #include <QtWidgets/QVBoxLayout>
21 #include <QtWidgets/QWidget>
22 
23 QT_BEGIN_NAMESPACE
24 
26 {
27 public:
28  QGridLayout *gridLayout_2;
29  QVBoxLayout *verticalLayout_3;
30  QGroupBox *groupBox_2;
31  QLabel *label;
32  QGroupBox *groupBox;
33  QGridLayout *gridLayout;
34  QVBoxLayout *verticalLayout_2;
35  QVBoxLayout *verticalLayout;
39 
41  {
42  if (CodeImportOptionsPage->objectName().isEmpty())
43  CodeImportOptionsPage->setObjectName(QString::fromUtf8("CodeImportOptionsPage"));
44  CodeImportOptionsPage->resize(561, 244);
45  gridLayout_2 = new QGridLayout(CodeImportOptionsPage);
46  gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
47  verticalLayout_3 = new QVBoxLayout();
48  verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
49  groupBox_2 = new QGroupBox(CodeImportOptionsPage);
50  groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
51  QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Minimum);
52  sizePolicy.setHorizontalStretch(0);
53  sizePolicy.setVerticalStretch(0);
54  sizePolicy.setHeightForWidth(groupBox_2->sizePolicy().hasHeightForWidth());
55  groupBox_2->setSizePolicy(sizePolicy);
56  groupBox_2->setMinimumSize(QSize(0, 100));
57  label = new QLabel(groupBox_2);
58  label->setObjectName(QString::fromUtf8("label"));
59  label->setGeometry(QRect(10, 30, 513, 41));
60  label->setWordWrap(true);
61 
62  verticalLayout_3->addWidget(groupBox_2);
63 
64 
65  gridLayout_2->addLayout(verticalLayout_3, 0, 0, 1, 1);
66 
67  groupBox = new QGroupBox(CodeImportOptionsPage);
68  groupBox->setObjectName(QString::fromUtf8("groupBox"));
69  gridLayout = new QGridLayout(groupBox);
70  gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
71  verticalLayout_2 = new QVBoxLayout();
72  verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
73  verticalLayout = new QVBoxLayout();
74  verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
75  createArtifactCheckBox = new QCheckBox(groupBox);
76  createArtifactCheckBox->setObjectName(QString::fromUtf8("createArtifactCheckBox"));
77 
79 
80  resolveDependenciesCheckBox = new QCheckBox(groupBox);
81  resolveDependenciesCheckBox->setObjectName(QString::fromUtf8("resolveDependenciesCheckBox"));
82 
84 
85  supportCPP11CheckBox = new QCheckBox(groupBox);
86  supportCPP11CheckBox->setObjectName(QString::fromUtf8("supportCPP11CheckBox"));
87 
89 
90 
91  verticalLayout_2->addLayout(verticalLayout);
92 
93 
94  gridLayout->addLayout(verticalLayout_2, 0, 0, 1, 1);
95 
96 
97  gridLayout_2->addWidget(groupBox, 1, 0, 1, 1);
98 
99 
101 
102  QMetaObject::connectSlotsByName(CodeImportOptionsPage);
103  } // setupUi
104 
105  void retranslateUi(QWidget *CodeImportOptionsPage)
106  {
107  groupBox_2->setTitle(tr2i18n("Include search paths", nullptr));
108  label->setText(tr2i18n("Additional include search paths could be added by specifying environment variable UMBRELLO_INCPATH.", nullptr));
109  groupBox->setTitle(tr2i18n("C++ Import", nullptr));
110  createArtifactCheckBox->setText(tr2i18n("For each imported file create an artifact in the component view", nullptr));
111  resolveDependenciesCheckBox->setText(tr2i18n("Resolve dependencies (reduces import speed)", nullptr));
112  supportCPP11CheckBox->setText(tr2i18n("Enable C++11 standard (experimental)", nullptr));
114  } // retranslateUi
115 
116 };
117 
118 namespace Ui {
120 } // namespace Ui
121 
122 QT_END_NAMESPACE
123 
124 #endif // CODEIMPORTOPTIONSPAGE_H
125 
Ui_CodeImportOptionsPage::groupBox
QGroupBox * groupBox
Definition: ui_codeimportoptionspage.h:38
Ui_CodeImportOptionsPage::gridLayout_2
QGridLayout * gridLayout_2
Definition: ui_codeimportoptionspage.h:34
Ui_CodeImportOptionsPage::verticalLayout_2
QVBoxLayout * verticalLayout_2
Definition: ui_codeimportoptionspage.h:40
Ui_CodeImportOptionsPage::verticalLayout
QVBoxLayout * verticalLayout
Definition: ui_codeimportoptionspage.h:41
Ui_CodeImportOptionsPage::retranslateUi
void retranslateUi(QWidget *CodeImportOptionsPage)
Definition: ui_codeimportoptionspage.h:111
Ui_CodeImportOptionsPage
Definition: ui_codeimportoptionspage.h:25
void
c Accompany it with the information you received as to the offer to distribute corresponding source complete source code means all the source code for all modules it plus any associated interface definition plus the scripts used to control compilation and installation of the executable as a special the source code distributed need not include anything that is normally and so on of the operating system on which the executable unless that component itself accompanies the executable If distribution of executable or object code is made by offering access to copy from a designated then offering equivalent access to copy the source code from the same place counts as distribution of the source even though third parties are not compelled to copy the source along with the object code You may not or distribute the Program except as expressly provided under this License Any attempt otherwise to sublicense or distribute the Program is void
Definition: GPL-2.0-only.txt:165
Ui
Definition: ui_autolayoutoptionpage.h:125
Ui_CodeImportOptionsPage::resolveDependenciesCheckBox
QCheckBox * resolveDependenciesCheckBox
Definition: ui_codeimportoptionspage.h:43
Ui_CodeImportOptionsPage::verticalLayout_3
QVBoxLayout * verticalLayout_3
Definition: ui_codeimportoptionspage.h:35
Ui_CodeImportOptionsPage::gridLayout
QGridLayout * gridLayout
Definition: ui_codeimportoptionspage.h:39
Ui_CodeImportOptionsPage::createArtifactCheckBox
QCheckBox * createArtifactCheckBox
Definition: ui_codeimportoptionspage.h:42
Ui_CodeImportOptionsPage::setupUi
void setupUi(QWidget *CodeImportOptionsPage)
Definition: ui_codeimportoptionspage.h:46
CodeImportOptionsPage
Definition: codeimportoptionspage.h:19
Ui_CodeImportOptionsPage::supportCPP11CheckBox
QCheckBox * supportCPP11CheckBox
Definition: ui_codeimportoptionspage.h:44
Ui_CodeImportOptionsPage::label
QLabel * label
Definition: ui_codeimportoptionspage.h:37
Ui::CodeImportOptionsPage
Definition: ui_codeimportoptionspage.h:119
Ui_CodeImportOptionsPage::groupBox_2
QGroupBox * groupBox_2
Definition: ui_codeimportoptionspage.h:36