Improve wizzard page
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
22
launcher/ui/setupwizard/AutoJavaWizardPage.h
Normal file
22
launcher/ui/setupwizard/AutoJavaWizardPage.h
Normal file
@@ -0,0 +1,22 @@
|
||||
#pragma once
|
||||
#include <QWidget>
|
||||
#include "BaseWizardPage.h"
|
||||
|
||||
namespace Ui {
|
||||
class AutoJavaWizardPage;
|
||||
}
|
||||
|
||||
class AutoJavaWizardPage : public BaseWizardPage {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit AutoJavaWizardPage(QWidget* parent = nullptr);
|
||||
~AutoJavaWizardPage();
|
||||
|
||||
void initializePage() override;
|
||||
bool validatePage() override;
|
||||
void retranslate() override;
|
||||
|
||||
private:
|
||||
Ui::AutoJavaWizardPage* ui;
|
||||
};
|
||||
Reference in New Issue
Block a user