1 #include <klocalizedstring.h> 11 #ifndef UI_CODEVIEWERDIALOGBASE_H 12 #define UI_CODEVIEWERDIALOGBASE_H 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> 36 void setupUi(QWidget *CodeViewerDialogBase)
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"));
50 gridLayout->addWidget(ui_showHiddenCodeCB, 0, 1, 1, 1);
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);
62 gridLayout->addWidget(ui_componentLabel, 1, 0, 1, 3);
64 ui_highlightCheckBox =
new QCheckBox(CodeViewerDialogBase);
65 ui_highlightCheckBox->setObjectName(QString::fromUtf8(
"ui_highlightCheckBox"));
66 ui_highlightCheckBox->setChecked(
false);
68 gridLayout->addWidget(ui_highlightCheckBox, 0, 0, 1, 1);
71 vboxLayout1->addLayout(gridLayout);
73 ui_tabWidget =
new QTabWidget(CodeViewerDialogBase);
74 ui_tabWidget->setObjectName(QString::fromUtf8(
"ui_tabWidget"));
76 vboxLayout1->addWidget(ui_tabWidget);
79 vboxLayout->addLayout(vboxLayout1);
84 QMetaObject::connectSlotsByName(CodeViewerDialogBase);
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;
103 #endif // CODEVIEWERDIALOGBASE_H Definition: ui_codeviewerdialogbase.h:98
void setupUi(QWidget *CodeViewerDialogBase)
Definition: ui_codeviewerdialogbase.h:36
void retranslateUi(QWidget *CodeViewerDialogBase)
Definition: ui_codeviewerdialogbase.h:87
Definition: ui_autolayoutoptionpage.h:125
Definition: ui_codeviewerdialogbase.h:25
QLabel * ui_componentLabel
Definition: ui_codeviewerdialogbase.h:32
QVBoxLayout * vboxLayout1
Definition: ui_codeviewerdialogbase.h:29
QCheckBox * ui_showHiddenCodeCB
Definition: ui_codeviewerdialogbase.h:31
QGridLayout * gridLayout
Definition: ui_codeviewerdialogbase.h:30
QCheckBox * ui_highlightCheckBox
Definition: ui_codeviewerdialogbase.h:33
QVBoxLayout * vboxLayout
Definition: ui_codeviewerdialogbase.h:28
QTabWidget * ui_tabWidget
Definition: ui_codeviewerdialogbase.h:34