mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 16:05:21 +01:00
Shift+Ctrl+X option screen: allow persisting settings
This commit is contained in:
parent
a6150f7bc5
commit
abbed47f97
6 changed files with 355 additions and 34 deletions
|
@ -103,6 +103,10 @@ public:
|
|||
Q_INVOKABLE bool getBoolSetting(const QString &key);
|
||||
Q_INVOKABLE void setSetting(const QString &key, const QVariant &value);
|
||||
Q_INVOKABLE void setImageCustomization(const QByteArray &config, const QByteArray &cmdline, const QByteArray &firstrun);
|
||||
Q_INVOKABLE void setSavedCustomizationSettings(const QVariantMap &map);
|
||||
Q_INVOKABLE QVariantMap getSavedCustomizationSettings();
|
||||
Q_INVOKABLE void clearSavedCustomizationSettings();
|
||||
Q_INVOKABLE bool hasSavedCustomizationSettings();
|
||||
|
||||
Q_INVOKABLE QString crypt(const QByteArray &password);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue