#include <QMessageBox>
#include <QDate>
+#include <QSslSocket>
#include "utils/Utils.h"
+#include "version.h"
AboutDialog::AboutDialog(QWidget *parent)
: WindowModalDialog(parent)
auto ack_text = Utils::barrayToString(ack);
ui->ackText->setText(ack_text);
+ ui->label_featherVersion->setText(FEATHER_VERSION);
+ ui->label_moneroVersion->setText(MONERO_VERSION);
+ ui->label_qtVersion->setText(QT_VERSION_STR);
+ ui->label_torVersion->setText(TOR_VERSION);
+ ui->label_sslVersion->setText(QSslSocket::sslLibraryVersionString());
+
this->adjustSize();
}
<item>
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
- <number>0</number>
+ <number>2</number>
</property>
<widget class="QWidget" name="Feather">
<attribute name="title">
</item>
</layout>
</widget>
+ <widget class="QWidget" name="tab_2">
+ <attribute name="title">
+ <string>Versions</string>
+ </attribute>
+ <layout class="QFormLayout" name="formLayout_2">
+ <item row="0" column="0">
+ <widget class="QLabel" name="label_5">
+ <property name="text">
+ <string><html><head/><body><p><span style=" font-weight:700;">Feather:</span></p></body></html></string>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1">
+ <widget class="QLabel" name="label_featherVersion">
+ <property name="text">
+ <string>TextLabel</string>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0">
+ <widget class="QLabel" name="label_20">
+ <property name="text">
+ <string><html><head/><body><p><span style=" font-weight:700;">Monero:</span></p></body></html></string>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="1">
+ <widget class="QLabel" name="label_moneroVersion">
+ <property name="text">
+ <string>TextLabel</string>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="0">
+ <widget class="QLabel" name="label_22">
+ <property name="text">
+ <string><html><head/><body><p><span style=" font-weight:700;">Qt:</span></p></body></html></string>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="1">
+ <widget class="QLabel" name="label_qtVersion">
+ <property name="text">
+ <string>TextLabel</string>
+ </property>
+ </widget>
+ </item>
+ <item row="4" column="0">
+ <widget class="QLabel" name="label_24">
+ <property name="text">
+ <string><html><head/><body><p><span style=" font-weight:700;">SSL:</span></p></body></html></string>
+ </property>
+ </widget>
+ </item>
+ <item row="4" column="1">
+ <widget class="QLabel" name="label_sslVersion">
+ <property name="text">
+ <string>TextLabel</string>
+ </property>
+ </widget>
+ </item>
+ <item row="3" column="0">
+ <widget class="QLabel" name="label_26">
+ <property name="text">
+ <string><html><head/><body><p><span style=" font-weight:700;">Tor:</span></p></body></html></string>
+ </property>
+ </widget>
+ </item>
+ <item row="3" column="1">
+ <widget class="QLabel" name="label_torVersion">
+ <property name="text">
+ <string>TextLabel</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
<widget class="QWidget" name="acknowledgements">
<attribute name="title">
<string>Acknowledgements</string>