mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
Show keyboard instructions if no mouse / warning on custom repo
This commit is contained in:
parent
f5390c821a
commit
b34d2a54af
4 changed files with 32 additions and 2 deletions
|
@ -119,9 +119,11 @@ public:
|
|||
Q_INVOKABLE QString getCurrentKeyboard();
|
||||
Q_INVOKABLE void changeLanguage(const QString &newLanguageName);
|
||||
Q_INVOKABLE void changeKeyboard(const QString &newKeymapLayout);
|
||||
Q_INVOKABLE bool customRepo();
|
||||
|
||||
void replaceTranslator(QTranslator *trans);
|
||||
QString detectPiKeyboard();
|
||||
Q_INVOKABLE bool hasMouse();
|
||||
|
||||
signals:
|
||||
/* We are emiting signals with QVariant as parameters because QML likes it that way */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue