mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-26 06:37:08 +02:00
Merge pull request #2527 from lioncash/index
yuzu/{profile_select, software_keyboard}: Tidy up interface
This commit is contained in:
commit
1eb979221f
5 changed files with 16 additions and 34 deletions
|
|
@ -30,15 +30,13 @@ public:
|
|||
void accept() override;
|
||||
void reject() override;
|
||||
|
||||
bool GetStatus() const;
|
||||
u32 GetIndex() const;
|
||||
int GetIndex() const;
|
||||
|
||||
private:
|
||||
bool ok = false;
|
||||
u32 user_index = 0;
|
||||
|
||||
void SelectUser(const QModelIndex& index);
|
||||
|
||||
int user_index = 0;
|
||||
|
||||
QVBoxLayout* layout;
|
||||
QTreeView* tree_view;
|
||||
QStandardItemModel* item_model;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue