mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-19 00:15:21 +01:00
WIP: Tabbed options interface
This commit is contained in:
parent
4c71a2294e
commit
6eb358ed75
3 changed files with 343 additions and 313 deletions
|
@ -98,6 +98,9 @@ public:
|
|||
|
||||
/* Functions to collect information from computer running imager to make image customization easier */
|
||||
Q_INVOKABLE QString getDefaultPubKey();
|
||||
Q_INVOKABLE bool hasPubKey();
|
||||
Q_INVOKABLE bool hasSshKeyGen();
|
||||
Q_INVOKABLE void generatePubKey();
|
||||
Q_INVOKABLE QString getTimezone();
|
||||
Q_INVOKABLE QStringList getTimezoneList();
|
||||
Q_INVOKABLE QStringList getCountryList();
|
||||
|
@ -178,6 +181,8 @@ protected:
|
|||
#endif
|
||||
|
||||
void _parseCompressedFile();
|
||||
QString _pubKeyFileName();
|
||||
QString _privKeyFileName();
|
||||
};
|
||||
|
||||
#endif // IMAGEWRITER_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue