umbrello  2.35.0
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
ui_codeviewerdialogbase.h
Go to the documentation of this file.
1 #include <klocalizedstring.h>
2 
3 /********************************************************************************
4 ** Form generated from reading UI file 'codeviewerdialogbase.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_CODEVIEWERDIALOGBASE_H
12 #define UI_CODEVIEWERDIALOGBASE_H
13 
14 #include <QtCore/QVariant>
15 #include <QtWidgets/QApplication>
16 #include <QtWidgets/QCheckBox>
17 #include <QtWidgets/QGridLayout>
18 #include <QtWidgets/QLabel>
19 #include <QtWidgets/QTabWidget>
20 #include <QtWidgets/QVBoxLayout>
21 #include <QtWidgets/QWidget>
22 
23 QT_BEGIN_NAMESPACE
24 
26 {
27 public:
28  QVBoxLayout *vboxLayout;
29  QVBoxLayout *vboxLayout1;
30  QGridLayout *gridLayout;
31  QCheckBox *ui_showHiddenCodeCB;
32  QLabel *ui_componentLabel;
33  QCheckBox *ui_highlightCheckBox;
34  QTabWidget *ui_tabWidget;
35 
36  void setupUi(QWidget *CodeViewerDialogBase)
37  {
38  if (CodeViewerDialogBase->objectName().isEmpty())
39  CodeViewerDialogBase->setObjectName(QString::fromUtf8("CodeViewerDialogBase"));
40  CodeViewerDialogBase->resize(615, 658);
41  vboxLayout = new QVBoxLayout(CodeViewerDialogBase);
42  vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
43  vboxLayout1 = new QVBoxLayout();
44  vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1"));
45  gridLayout = new QGridLayout();
46  gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
47  ui_showHiddenCodeCB = new QCheckBox(CodeViewerDialogBase);
48  ui_showHiddenCodeCB->setObjectName(QString::fromUtf8("ui_showHiddenCodeCB"));
49 
50  gridLayout->addWidget(ui_showHiddenCodeCB, 0, 1, 1, 1);
51 
52  ui_componentLabel = new QLabel(CodeViewerDialogBase);
53  ui_componentLabel->setObjectName(QString::fromUtf8("ui_componentLabel"));
54  QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Fixed);
55  sizePolicy.setHorizontalStretch(0);
56  sizePolicy.setVerticalStretch(0);
57  sizePolicy.setHeightForWidth(ui_componentLabel->sizePolicy().hasHeightForWidth());
58  ui_componentLabel->setSizePolicy(sizePolicy);
59  ui_componentLabel->setScaledContents(true);
60  ui_componentLabel->setWordWrap(false);
61 
62  gridLayout->addWidget(ui_componentLabel, 1, 0, 1, 3);
63 
64  ui_highlightCheckBox = new QCheckBox(CodeViewerDialogBase);
65  ui_highlightCheckBox->setObjectName(QString::fromUtf8("ui_highlightCheckBox"));
66  ui_highlightCheckBox->setChecked(false);
67 
68  gridLayout->addWidget(ui_highlightCheckBox, 0, 0, 1, 1);
69 
70 
71  vboxLayout1->addLayout(gridLayout);
72 
73  ui_tabWidget = new QTabWidget(CodeViewerDialogBase);
74  ui_tabWidget->setObjectName(QString::fromUtf8("ui_tabWidget"));
75 
76  vboxLayout1->addWidget(ui_tabWidget);
77 
78 
79  vboxLayout->addLayout(vboxLayout1);
80 
81 
82  retranslateUi(CodeViewerDialogBase);
83 
84  QMetaObject::connectSlotsByName(CodeViewerDialogBase);
85  } // setupUi
86 
87  void retranslateUi(QWidget *CodeViewerDialogBase)
88  {
89  ui_showHiddenCodeCB->setText(tr2i18n("Show hidden blocks", nullptr));
90  ui_componentLabel->setText(tr2i18n("<p align=\"center\">component name here</p>", nullptr));
91  ui_highlightCheckBox->setText(tr2i18n("Show block type", nullptr));
92  (void)CodeViewerDialogBase;
93  } // retranslateUi
94 
95 };
96 
97 namespace Ui {
99 } // namespace Ui
100 
101 QT_END_NAMESPACE
102 
103 #endif // CODEVIEWERDIALOGBASE_H
104 
Ui_CodeViewerDialogBase::ui_showHiddenCodeCB
QCheckBox * ui_showHiddenCodeCB
Definition: ui_codeviewerdialogbase.h:37
Ui_CodeViewerDialogBase::ui_highlightCheckBox
QCheckBox * ui_highlightCheckBox
Definition: ui_codeviewerdialogbase.h:39
Ui_CodeViewerDialogBase::gridLayout
QGridLayout * gridLayout
Definition: ui_codeviewerdialogbase.h:36
Ui_CodeViewerDialogBase::ui_componentLabel
QLabel * ui_componentLabel
Definition: ui_codeviewerdialogbase.h:38
Ui_CodeViewerDialogBase::vboxLayout1
QVBoxLayout * vboxLayout1
Definition: ui_codeviewerdialogbase.h:35
Ui_CodeViewerDialogBase
Definition: ui_codeviewerdialogbase.h:25
Ui::CodeViewerDialogBase
Definition: ui_codeviewerdialogbase.h:98
Ui_CodeViewerDialogBase::setupUi
void setupUi(QWidget *CodeViewerDialogBase)
Definition: ui_codeviewerdialogbase.h:42
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_CodeViewerDialogBase::vboxLayout
QVBoxLayout * vboxLayout
Definition: ui_codeviewerdialogbase.h:34
Ui_CodeViewerDialogBase::retranslateUi
void retranslateUi(QWidget *CodeViewerDialogBase)
Definition: ui_codeviewerdialogbase.h:93
Ui_CodeViewerDialogBase::ui_tabWidget
QTabWidget * ui_tabWidget
Definition: ui_codeviewerdialogbase.h:40