Add multiple input profile support
Only supported in the Qt frontend.
This commit is contained in:
parent
3989c17cb0
commit
7c95032e3a
10 changed files with 415 additions and 165 deletions
|
@ -39,6 +39,9 @@ public:
|
|||
/// Load configuration settings.
|
||||
void loadConfiguration();
|
||||
|
||||
// Save the current input profile index
|
||||
void applyProfile();
|
||||
|
||||
private:
|
||||
std::unique_ptr<Ui::ConfigureInput> ui;
|
||||
|
||||
|
@ -91,4 +94,9 @@ private:
|
|||
|
||||
/// Handle key press events.
|
||||
void keyPressEvent(QKeyEvent* event) override;
|
||||
|
||||
/// input profiles
|
||||
void newProfile();
|
||||
void deleteProfile();
|
||||
void renameProfile();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue