summaryrefslogtreecommitdiff
path: root/ui/qt5/networkingpage.cc
AgeCommit message (Collapse)AuthorFilesLines
2023-10-28Qt UI: Enlarge wizard and re-layout pkg/net pagesA. Wilcox1-0/+3
This ensures that buttons and labels are not cut off.
2023-10-05Qt UI: Respawn DHCP page from NetworkingPage, tooA. Wilcox1-0/+16
We are already recreating the DHCP page every time the interface chooser is shown. However, if we don't do this from the main network page, then systems with a single interface will never recreate the DHCP page. This means failures are "sticky" / "forever". Fixes: #354
2022-07-04Qt UI: Port to using heavier buttonClicked signalA. Wilcox1-1/+1
Once again, Qt has taken our simple API away and left us only with the more complex one. At least this one isn't too hard to work around. Move to using QOverload instead of static_cast for all of them as well.
2020-02-23Qt UI: Add missing What's This and help filesA. Wilcox1-2/+5
2020-02-23Qt UI: Fix issues identified by static analysisA. Wilcox1-8/+8
2019-12-06Qt UI: Fix networking page in Runtime EnvironmentA. Wilcox1-7/+14
2019-12-01Qt UI: Add the word 'security' to appease 30% of bikesheddersA. Wilcox1-1/+1
2019-12-01Qt UI: Implement UI.Network.AddressType.MaybeNotDisableA. Wilcox1-1/+40
2019-12-01Qt UI: Drastically simplify Runtime Env NIC selection, keep DHCP settingA. Wilcox1-3/+11
2019-11-19Qt UI: Use public members instead of fields for non-widget backed answersA. Wilcox1-3/+2
2019-11-19Qt UI: Note whether networking is enabled or disabledA. Wilcox1-1/+5
2019-11-14Qt UI: Factor MAC address into base interface listA. Wilcox1-1/+1
2019-11-10Qt UI: Initial work on Networking pageA. Wilcox1-22/+37
2019-11-09Qt UI: Fix up NetworkingPage to fit with modern styleA. Wilcox1-9/+16
2019-11-08UI: Import some of the 2016 prototype - welcome to Qt UI developmentA. Wilcox1-0/+74