summaryrefslogtreecommitdiff
path: root/ui/qt5/pkgdefaults.cc
AgeCommit message (Collapse)AuthorFilesLines
2022-07-04Qt UI: Port to using heavier buttonClicked signalA. Wilcox1-10/+10
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-4/+4
2019-12-18Qt UI: Make all QLabels word wrapA. Wilcox1-0/+3
This is necessary in case someone needs font sizes raised. Otherwise, content may be truncated.
2019-12-13Qt UI: Handle edge case (see comment)A. Wilcox1-12/+38
2019-12-06Qt UI: Implement UI.Packages.Choices requirementsA. Wilcox1-0/+128