diff --git a/ui/src/mainwindow.cpp b/ui/src/mainwindow.cpp index a4e797a..0aa9e4d 100644 --- a/ui/src/mainwindow.cpp +++ b/ui/src/mainwindow.cpp @@ -158,6 +158,10 @@ MainWindow::MainWindow(QWidget *parent) : ui->txttaddrs->setValidator(intValidator); ui->txtzaddrs->setValidator(intValidator); + QString entropyTooltip = tr("Please type in random characters to use as entropy, which will be mixed in with the system's entropy to generate random numbers."); + ui->txtEntropy->setToolTip(entropyTooltip); + ui->lblEntropy->setToolTip(entropyTooltip); + // Wire up the generate button QObject::connect(ui->btnGenerate, &QPushButton::clicked, [=]() { this->populateWallets(); diff --git a/ui/src/mainwindow.ui b/ui/src/mainwindow.ui index 24e2ffa..3bd18de 100644 --- a/ui/src/mainwindow.ui +++ b/ui/src/mainwindow.ui @@ -58,7 +58,7 @@ - + Additional Entropy