Qt/MappingWindow: Add support for built-in profiles

This commit is contained in:
Techjar
2020-09-08 22:26:13 -04:00
parent a393a18f51
commit 29460b946e
2 changed files with 59 additions and 1 deletions

View File

@ -71,10 +71,14 @@ private:
void RefreshDevices();
void OnSelectProfile(int index);
void OnProfileTextChanged(const QString& text);
void OnDeleteProfilePressed();
void OnLoadProfilePressed();
void OnSaveProfilePressed();
void UpdateProfileIndex();
void UpdateProfileButtonState();
void PopulateProfileSelection();
void OnDefaultFieldsPressed();
void OnClearFieldsPressed();