summaryrefslogtreecommitdiff
path: root/ui/qt5/netdhcppage.cc
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-05-17 04:10:26 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-05-17 04:10:26 -0500
commit309351017d15c755940da0bba1b8c3bf6bae40b8 (patch)
tree59003eb75833651d3a29c64be6031e7ffdb973ac /ui/qt5/netdhcppage.cc
parent3a1de05ba868d3a0f6c291ed83997b735575bb94 (diff)
downloadhorizon-309351017d15c755940da0bba1b8c3bf6bae40b8.tar.gz
horizon-309351017d15c755940da0bba1b8c3bf6bae40b8.tar.bz2
horizon-309351017d15c755940da0bba1b8c3bf6bae40b8.tar.xz
horizon-309351017d15c755940da0bba1b8c3bf6bae40b8.zip
Qt UI: Add What's This to all controls missing it
Diffstat (limited to 'ui/qt5/netdhcppage.cc')
-rw-r--r--ui/qt5/netdhcppage.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt5/netdhcppage.cc b/ui/qt5/netdhcppage.cc
index 5ada162..ed4d394 100644
--- a/ui/qt5/netdhcppage.cc
+++ b/ui/qt5/netdhcppage.cc
@@ -32,6 +32,7 @@ NetDHCPPage::NetDHCPPage(QWidget *parent) : HorizonWizardPage(parent) {
logButton = new QPushButton(tr("Review DHCP Log"));
logButton->setHidden(true);
+ logButton->setWhatsThis(tr("Opens the DHCP client's log file in a log viewer."));
connect(logButton, &QPushButton::clicked, [=]() {
QFile logfile("/var/log/horizon/dhcpcd.log");
logfile.open(QFile::ReadOnly);