mirror of
https://github.com/jlobue10/SteamDeck_rEFInd.git
synced 2025-02-17 11:19:40 +08:00
LineEdits editable, Sysd On and Off buttons
This commit is contained in:
parent
639d7b6e12
commit
f5a6f31816
@ -2,6 +2,7 @@
|
||||
#define MAINWINDOW_H
|
||||
|
||||
#include <string>
|
||||
#include <QLineEdit>
|
||||
#include <QMainWindow>
|
||||
#include <QString>
|
||||
|
||||
@ -22,6 +23,7 @@ public:
|
||||
string CreateBootStanza(QString &BootOption, const char *BootNum, bool FW_BootNum);
|
||||
string getDefaultBoot(QString &DefaultBootOption, bool Last_OS, bool FW_BootNum_boot_bool, QString &Boot_Opt1, QString &Boot_Opt2, QString &Boot_Opt3, QString &Boot_Opt4);
|
||||
string getPartitionGUIDLabel(string &GUID_Source);
|
||||
void checkPNGFile(QLineEdit *lineEdit);
|
||||
|
||||
private slots:
|
||||
void on_Background_pushButton_clicked();
|
||||
@ -46,6 +48,20 @@ private slots:
|
||||
|
||||
void on_About_pushButton_clicked();
|
||||
|
||||
void on_Background_lineEdit_editingFinished();
|
||||
|
||||
void on_Boot_Option_01_Icon_lineEdit_editingFinished();
|
||||
|
||||
void on_Boot_Option_02_Icon_lineEdit_editingFinished();
|
||||
|
||||
void on_Boot_Option_03_Icon_lineEdit_editingFinished();
|
||||
|
||||
void on_Boot_Option_04_Icon_lineEdit_editingFinished();
|
||||
|
||||
void on_Enable_sysd_pushButton_clicked();
|
||||
|
||||
void on_Disable_sysd_pushButton_clicked();
|
||||
|
||||
private:
|
||||
Ui::MainWindow *ui;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user