12 #ifndef UI_SELFTESTDIALOG_H
13 #define UI_SELFTESTDIALOG_H
15 #include <QtCore/QVariant>
16 #include <QtGui/QAction>
17 #include <QtGui/QApplication>
18 #include <QtGui/QButtonGroup>
19 #include <QtGui/QGroupBox>
20 #include <QtGui/QHeaderView>
21 #include <QtGui/QLabel>
22 #include <QtGui/QTreeView>
23 #include <QtGui/QVBoxLayout>
24 #include <QtGui/QWidget>
28 class Ui_SelfTestDialog
31 QVBoxLayout *verticalLayout_2;
32 QLabel *introductionLabel;
34 QGroupBox *detailsGroup;
35 QVBoxLayout *verticalLayout;
39 void setupUi(QWidget *SelfTestDialog)
41 if (SelfTestDialog->objectName().isEmpty())
42 SelfTestDialog->setObjectName(QString::fromUtf8(
"SelfTestDialog"));
43 SelfTestDialog->resize(412, 436);
44 verticalLayout_2 =
new QVBoxLayout(SelfTestDialog);
45 verticalLayout_2->setObjectName(QString::fromUtf8(
"verticalLayout_2"));
46 introductionLabel =
new QLabel(SelfTestDialog);
47 introductionLabel->setObjectName(QString::fromUtf8(
"introductionLabel"));
48 introductionLabel->setWordWrap(
true);
50 verticalLayout_2->addWidget(introductionLabel);
52 testView =
new QTreeView(SelfTestDialog);
53 testView->setObjectName(QString::fromUtf8(
"testView"));
54 testView->setRootIsDecorated(
false);
55 testView->setHeaderHidden(
true);
57 verticalLayout_2->addWidget(testView);
59 detailsGroup =
new QGroupBox(SelfTestDialog);
60 detailsGroup->setObjectName(QString::fromUtf8(
"detailsGroup"));
61 detailsGroup->setEnabled(
false);
62 verticalLayout =
new QVBoxLayout(detailsGroup);
63 verticalLayout->setObjectName(QString::fromUtf8(
"verticalLayout"));
64 detailsLabel =
new QLabel(detailsGroup);
65 detailsLabel->setObjectName(QString::fromUtf8(
"detailsLabel"));
66 detailsLabel->setWordWrap(
true);
67 detailsLabel->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse);
69 verticalLayout->addWidget(detailsLabel);
72 verticalLayout_2->addWidget(detailsGroup);
74 label =
new QLabel(SelfTestDialog);
75 label->setObjectName(QString::fromUtf8(
"label"));
76 label->setWordWrap(
true);
77 label->setOpenExternalLinks(
true);
78 label->setTextInteractionFlags(Qt::TextBrowserInteraction);
80 verticalLayout_2->addWidget(label);
83 retranslateUi(SelfTestDialog);
85 QMetaObject::connectSlotsByName(SelfTestDialog);
88 void retranslateUi(QWidget *SelfTestDialog)
90 introductionLabel->setText(tr2i18n(
"An error occurred during the startup of the Akonadi server. The following self-tests are supposed to help with tracking down and solving this problem. When requesting support or reporting bugs, please always include this report.", 0));
91 detailsGroup->setTitle(tr2i18n(
"Details", 0));
92 detailsLabel->setText(QString());
93 label->setText(tr2i18n(
"<p>For more troubleshooting tips please refer to <a href=\"http://userbase.kde.org/Akonadi\">userbase.kde.org/Akonadi</a>.</p>", 0));
94 Q_UNUSED(SelfTestDialog);
100 class SelfTestDialog:
public Ui_SelfTestDialog {};
105 #endif // SELFTESTDIALOG_H