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