summaryrefslogtreecommitdiff
path: root/ui/qt5/pkgsimple.hh
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-11-19 23:55:42 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-11-19 23:55:42 -0600
commit70a7069d91ece19c4696fa4c474ae75698ab466e (patch)
treedd703e9f5ed1867e64b7f8985ff24d4a382bac42 /ui/qt5/pkgsimple.hh
parent5a2edfafa2465ee615eece5655601be96d7c0cde (diff)
downloadhorizon-70a7069d91ece19c4696fa4c474ae75698ab466e.tar.gz
horizon-70a7069d91ece19c4696fa4c474ae75698ab466e.tar.bz2
horizon-70a7069d91ece19c4696fa4c474ae75698ab466e.tar.xz
horizon-70a7069d91ece19c4696fa4c474ae75698ab466e.zip
Qt UI: Ensure 'Standard' is ticked by default
Diffstat (limited to 'ui/qt5/pkgsimple.hh')
-rw-r--r--ui/qt5/pkgsimple.hh5
1 files changed, 5 insertions, 0 deletions
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 <QRadioButton>
+
class PkgSimplePage : public HorizonWizardPage {
public:
PkgSimplePage(QWidget *parent = nullptr);
+ void initializePage();
int nextId() const;
+private:
+ QRadioButton *standardButton;
};
#endif /* !PKGSIMPLE_HH */