5#ifndef DABOUTDIALOG_P_H
6#define DABOUTDIALOG_P_H
11DWIDGET_BEGIN_NAMESPACE
19 void loadDistributionInfo();
20 void updateWebsiteLabel();
21 void updateAcknowledgementLabel();
22 void _q_onLinkActivated(
const QString &link);
23 QPixmap loadPixmap(
const QString &file);
25 static const QString websiteLinkTemplate;
28 QLabel *logoLabel =
nullptr;
29 QLabel *productNameLabel =
nullptr;
30 QLabel *versionLabel =
nullptr;
31 QLabel *descriptionLabel =
nullptr;
32 QLabel *licenseLabel =
nullptr;
33 QLabel *companyLogoLabel =
nullptr;
34 QLabel *websiteLabel =
nullptr;
35 QLabel *acknowledgementLabel =
nullptr;