summaryrefslogtreecommitdiff
path: root/ui/qt5/bootpage.cc
AgeCommit message (Collapse)AuthorFilesLines
2022-07-04Qt UI: Port to using heavier buttonClicked signalA. Wilcox1-5/+5
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: Fix small memory leaksA. Wilcox1-2/+2
2020-02-10Qt UI: Disable kernel selection for nowA. Wilcox1-2/+2
2019-11-20Qt UI: Consider Boot Page part of Software phase for consistencyA. Wilcox1-1/+1
2019-11-19Qt UI: Add UI.Boot pageA. Wilcox1-0/+93