umbrello
2.34.3
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
|
Go to the documentation of this file. 1 #include <klocalizedstring.h>
11 #ifndef UI_CODEIMPORTOPTIONSPAGE_H
12 #define UI_CODEIMPORTOPTIONSPAGE_H
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>
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());
58 label->setObjectName(QString::fromUtf8(
"label"));
59 label->setGeometry(QRect(10, 30, 513, 41));
60 label->setWordWrap(
true);
68 groupBox->setObjectName(QString::fromUtf8(
"groupBox"));
70 gridLayout->setObjectName(QString::fromUtf8(
"gridLayout"));
74 verticalLayout->setObjectName(QString::fromUtf8(
"verticalLayout"));
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));
124 #endif // CODEIMPORTOPTIONSPAGE_H
QGroupBox * groupBox
Definition: ui_codeimportoptionspage.h:38
QGridLayout * gridLayout_2
Definition: ui_codeimportoptionspage.h:34
QVBoxLayout * verticalLayout_2
Definition: ui_codeimportoptionspage.h:40
QVBoxLayout * verticalLayout
Definition: ui_codeimportoptionspage.h:41
void retranslateUi(QWidget *CodeImportOptionsPage)
Definition: ui_codeimportoptionspage.h:111
Definition: ui_codeimportoptionspage.h:25
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
Definition: ui_autolayoutoptionpage.h:125
QCheckBox * resolveDependenciesCheckBox
Definition: ui_codeimportoptionspage.h:43
QVBoxLayout * verticalLayout_3
Definition: ui_codeimportoptionspage.h:35
QGridLayout * gridLayout
Definition: ui_codeimportoptionspage.h:39
QCheckBox * createArtifactCheckBox
Definition: ui_codeimportoptionspage.h:42
void setupUi(QWidget *CodeImportOptionsPage)
Definition: ui_codeimportoptionspage.h:46
Definition: codeimportoptionspage.h:19
QCheckBox * supportCPP11CheckBox
Definition: ui_codeimportoptionspage.h:44
QLabel * label
Definition: ui_codeimportoptionspage.h:37
Definition: ui_codeimportoptionspage.h:119
QGroupBox * groupBox_2
Definition: ui_codeimportoptionspage.h:36