summaryrefslogtreecommitdiff
path: root/ui/qt5/netmanualpage.cc
AgeCommit message (Collapse)AuthorFilesLines
2024-05-21Qt UI: Fix manual network conf interface selectionA. Wilcox1-0/+7
In the Install Environment, if only one interface was available, we made the UI show that there was only one interface, but didn't set it as the chosen interface in the Wizard object. This caused installation to fail. In the Runtime Environment, it was possible to choose Continue without typing an interface name. This would cause installation to fail. Closes: #380
2020-03-01Qt UI: Add What's This to the rest of the UIA. Wilcox1-0/+11
2020-02-10Qt UI: Fixes and additions for manual net configA. Wilcox1-5/+62
* Interface is now selectable when multiple interfaces are available. * Interface can be input in the Runtime Environment. * v4 prefix is disabled when Enable IPv4 is unticked. * v6 use is toggled by Enable IPv6 tick box.
2020-02-10Qt UI: Wire up manual network page for prefix lengthsA. Wilcox1-0/+18
2020-02-10Qt UI: Initial work for manual network configurationA. Wilcox1-0/+156