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