summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-09-24 15:44:07 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-09-24 15:44:07 -0500
commit6180fb0220ef25fefc058d045b3144f550d0b739 (patch)
treea3c0c68d41099aff2932632ecbee88afedf0b6dd /ui
parent8a3386a02658d96b4abc33fc775a21302bb4fcc3 (diff)
downloadhorizon-6180fb0220ef25fefc058d045b3144f550d0b739.tar.gz
horizon-6180fb0220ef25fefc058d045b3144f550d0b739.tar.bz2
horizon-6180fb0220ef25fefc058d045b3144f550d0b739.tar.xz
horizon-6180fb0220ef25fefc058d045b3144f550d0b739.zip
Qt UI: Add help for Wi-Fi page
Diffstat (limited to 'ui')
-rw-r--r--ui/qt5/horizon.qrc1
-rw-r--r--ui/qt5/resources/network-wifi-help.txt26
2 files changed, 27 insertions, 0 deletions
diff --git a/ui/qt5/horizon.qrc b/ui/qt5/horizon.qrc
index 0371554..bdec1b0 100644
--- a/ui/qt5/horizon.qrc
+++ b/ui/qt5/horizon.qrc
@@ -30,6 +30,7 @@
<file>resources/firmware-help.txt</file>
<file>resources/network-start-help.txt</file>
<file>resources/network-iface-help.txt</file>
+ <file>resources/network-wifi-help.txt</file>
<file>resources/network-dhcp-help.txt</file>
<file>resources/datetime-help.txt</file>
<file>resources/hostname-help.txt</file>
diff --git a/ui/qt5/resources/network-wifi-help.txt b/ui/qt5/resources/network-wifi-help.txt
new file mode 100644
index 0000000..d30ca07
--- /dev/null
+++ b/ui/qt5/resources/network-wifi-help.txt
@@ -0,0 +1,26 @@
+<h2>Configure Your Network</h2>
+
+<p>This page allows you to provide the configuration for your Wi-Fi
+connection.</p>
+
+<h3>Choosing a network</h3>
+
+<p>Select your network from the list that appears. If your network
+requires a passphrase to access, you will enter it in the input box that
+appears below the available network list.</p>
+
+<h3>What if my network isn't listed?</h3>
+
+<p>If you expected your network to be listed and it isn't, ensure that
+your computer is close enough to the base station or router to receive its
+signal. If you use a private network that isn't normally listed, you may
+add it by choosing "Unlisted Network..." and providing the details of the
+network.</p>
+
+<h3>Why can I not join my network?</h3>
+
+<p>Your device may be experiencing a weak signal or interference. Ensure
+you are in range of the base station or router, and that there are no
+devices causing interference. For example, locate your device away from
+microwave ovens and cordless telephones, which typically operate in the
+same frequency bands as Wi-Fi networks.</p>