From 217893db033788ed0770927141e27990762fefb4 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sat, 14 Dec 2019 12:57:55 -0600 Subject: Qt UI: Implement custom package selection --- ui/qt5/horizonwizard.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui/qt5/horizonwizard.cc') diff --git a/ui/qt5/horizonwizard.cc b/ui/qt5/horizonwizard.cc index a71b824..ccf6b8f 100644 --- a/ui/qt5/horizonwizard.cc +++ b/ui/qt5/horizonwizard.cc @@ -48,6 +48,7 @@ extern "C" { #include "datetimepage.hh" #include "hostnamepage.hh" #include "pkgsimple.hh" +#include "pkgcustom.hh" #include "pkgdefaults.hh" #include "bootpage.hh" #include "rootpwpage.hh" @@ -207,6 +208,7 @@ HorizonWizard::HorizonWizard(QWidget *parent) : QWizard(parent) { setPage(Page_DateTime, new DateTimePage); setPage(Page_Hostname, new HostnamePage); setPage(Page_PkgSimple, new PkgSimplePage); + setPage(Page_PkgCustom, new PkgCustomPage); setPage(Page_PkgCustomDefault, new PkgDefaultsPage); setPage(Page_Boot, new BootPage); setPage(Page_Root, new RootPassphrasePage); -- cgit v1.2.3-60-g2f50