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"));
44 vboxLayout1->setObjectName(QString::fromUtf8(
"vboxLayout1"));
46 gridLayout->setObjectName(QString::fromUtf8(
"gridLayout"));
54 QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Fixed);
55 sizePolicy.setHorizontalStretch(0);
56 sizePolicy.setVerticalStretch(0);
57 sizePolicy.setHeightForWidth(
ui_componentLabel->sizePolicy().hasHeightForWidth());
74 ui_tabWidget->setObjectName(QString::fromUtf8(
"ui_tabWidget"));
84 QMetaObject::connectSlotsByName(CodeViewerDialogBase);
90 ui_componentLabel->setText(tr2i18n(
"<p align=\"center\">component name here</p>",
nullptr));
92 Q_UNUSED(CodeViewerDialogBase);
103 #endif // CODEVIEWERDIALOGBASE_H