1/********************************************************************************
2** Form generated from reading UI file 'certificateinfo.ui'
3**
4** Created by: Qt User Interface Compiler version 5.15.9
5**
6** WARNING! All changes made in this file will be lost when recompiling UI file!
7********************************************************************************/
8
9#ifndef UI_CERTIFICATEINFO_H
10#define UI_CERTIFICATEINFO_H
11
12#include <QtCore/QVariant>
13#include <QtWidgets/QApplication>
14#include <QtWidgets/QComboBox>
15#include <QtWidgets/QDialog>
16#include <QtWidgets/QDialogButtonBox>
17#include <QtWidgets/QHBoxLayout>
18#include <QtWidgets/QLabel>
19#include <QtWidgets/QListWidget>
20#include <QtWidgets/QSpacerItem>
21#include <QtWidgets/QVBoxLayout>
22
23QT_BEGIN_NAMESPACE
24
25class Ui_CertificateInfo
26{
27public:
28 QVBoxLayout *vboxLayout;
29 QLabel *label;
30 QComboBox *certificationPathView;
31 QLabel *label_2;
32 QListWidget *certificateInfoView;
33 QHBoxLayout *hboxLayout;
34 QSpacerItem *spacerItem;
35 QDialogButtonBox *buttonBox;
36
37 void setupUi(QDialog *CertificateInfo)
38 {
39 if (CertificateInfo->objectName().isEmpty())
40 CertificateInfo->setObjectName(QString::fromUtf8(str: "CertificateInfo"));
41 CertificateInfo->resize(w: 400, h: 397);
42 vboxLayout = new QVBoxLayout(CertificateInfo);
43 vboxLayout->setObjectName(QString::fromUtf8(str: "vboxLayout"));
44 vboxLayout->setSizeConstraint(QLayout::SetDefaultConstraint);
45 label = new QLabel(CertificateInfo);
46 label->setObjectName(QString::fromUtf8(str: "label"));
47
48 vboxLayout->addWidget(label);
49
50 certificationPathView = new QComboBox(CertificateInfo);
51 certificationPathView->setObjectName(QString::fromUtf8(str: "certificationPathView"));
52 certificationPathView->setMinimumContentsLength(3);
53
54 vboxLayout->addWidget(certificationPathView);
55
56 label_2 = new QLabel(CertificateInfo);
57 label_2->setObjectName(QString::fromUtf8(str: "label_2"));
58
59 vboxLayout->addWidget(label_2);
60
61 certificateInfoView = new QListWidget(CertificateInfo);
62 certificateInfoView->setObjectName(QString::fromUtf8(str: "certificateInfoView"));
63 QFont font;
64 font.setPointSize(10);
65 certificateInfoView->setFont(font);
66 certificateInfoView->setWordWrap(true);
67
68 vboxLayout->addWidget(certificateInfoView);
69
70 hboxLayout = new QHBoxLayout();
71 hboxLayout->setObjectName(QString::fromUtf8(str: "hboxLayout"));
72 hboxLayout->setSizeConstraint(QLayout::SetDefaultConstraint);
73 spacerItem = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
74
75 hboxLayout->addItem(spacerItem);
76
77 buttonBox = new QDialogButtonBox(CertificateInfo);
78 buttonBox->setObjectName(QString::fromUtf8(str: "buttonBox"));
79 buttonBox->setStandardButtons(QDialogButtonBox::Close);
80
81 hboxLayout->addWidget(buttonBox);
82
83
84 vboxLayout->addLayout(layout: hboxLayout);
85
86
87 retranslateUi(CertificateInfo);
88 QObject::connect(sender: buttonBox, SIGNAL(clicked(QAbstractButton*)), receiver: CertificateInfo, SLOT(accept()));
89
90 QMetaObject::connectSlotsByName(o: CertificateInfo);
91 } // setupUi
92
93 void retranslateUi(QDialog *CertificateInfo)
94 {
95 CertificateInfo->setWindowTitle(QCoreApplication::translate(context: "CertificateInfo", key: "Display Certificate Information", disambiguation: nullptr));
96 label->setText(QCoreApplication::translate(context: "CertificateInfo", key: "Certification Path", disambiguation: nullptr));
97 label_2->setText(QCoreApplication::translate(context: "CertificateInfo", key: "Certificate Information", disambiguation: nullptr));
98 } // retranslateUi
99
100};
101
102namespace Ui {
103 class CertificateInfo: public Ui_CertificateInfo {};
104} // namespace Ui
105
106QT_END_NAMESPACE
107
108#endif // UI_CERTIFICATEINFO_H
109

source code of qtbase/examples/network/securesocketclient/.uic/ui_certificateinfo.h