From 70a7069d91ece19c4696fa4c474ae75698ab466e Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Tue, 19 Nov 2019 23:55:42 -0600 Subject: Qt UI: Ensure 'Standard' is ticked by default --- ui/qt5/pkgsimple.hh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ui/qt5/pkgsimple.hh') diff --git a/ui/qt5/pkgsimple.hh b/ui/qt5/pkgsimple.hh index 0a7f087..4a49356 100644 --- a/ui/qt5/pkgsimple.hh +++ b/ui/qt5/pkgsimple.hh @@ -15,10 +15,15 @@ #include "horizonwizardpage.hh" +#include + class PkgSimplePage : public HorizonWizardPage { public: PkgSimplePage(QWidget *parent = nullptr); + void initializePage(); int nextId() const; +private: + QRadioButton *standardButton; }; #endif /* !PKGSIMPLE_HH */ -- cgit v1.2.3-70-g09d2