umbrello 2.34.70-5524f40e1
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.2
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
23QT_BEGIN_NAMESPACE
24
26{
27public:
28 QVBoxLayout *vboxLayout;
29 QVBoxLayout *vboxLayout1;
30 QGridLayout *gridLayout;
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
97namespace Ui {
99} // namespace Ui
100
101QT_END_NAMESPACE
102
103#endif // CODEVIEWERDIALOGBASE_H
104
Definition: ui_codeviewerdialogbase.h:98
Definition: ui_codeviewerdialogbase.h:26
QCheckBox * ui_showHiddenCodeCB
Definition: ui_codeviewerdialogbase.h:31
QVBoxLayout * vboxLayout1
Definition: ui_codeviewerdialogbase.h:29
QTabWidget * ui_tabWidget
Definition: ui_codeviewerdialogbase.h:34
void setupUi(QWidget *CodeViewerDialogBase)
Definition: ui_codeviewerdialogbase.h:36
QCheckBox * ui_highlightCheckBox
Definition: ui_codeviewerdialogbase.h:33
void retranslateUi(QWidget *CodeViewerDialogBase)
Definition: ui_codeviewerdialogbase.h:87
QVBoxLayout * vboxLayout
Definition: ui_codeviewerdialogbase.h:28
QLabel * ui_componentLabel
Definition: ui_codeviewerdialogbase.h:32
QGridLayout * gridLayout
Definition: ui_codeviewerdialogbase.h:30
Definition: ui_autolayoutoptionpage.h:125