Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEXConfig: Block size can't be modified with keyboard #4121

Open
Sonicadvance1 opened this issue Oct 17, 2024 · 6 comments
Open

FEXConfig: Block size can't be modified with keyboard #4121

Sonicadvance1 opened this issue Oct 17, 2024 · 6 comments

Comments

@Sonicadvance1
Copy link
Member

Image_2024-10-17_15-01-02

Means making large changes impossible and I've fallen back to editing Config.json directly.
No idea what the problem is. QT garbage?

@neobrain
Copy link
Member

Works for me using arrow up/down or by entering a number directly.

Is this in the CPU or in the Advanced tab?

Which version of Qt did you compile against?

@Sonicadvance1
Copy link
Member Author

Works for me using arrow up/down or by entering a number directly.

Is this in the CPU or in the Advanced tab?

This is in the CPU tab

Which version of Qt did you compile against?

This is against QT6

@neobrain
Copy link
Member

Does the control react in normal ways at all? I.e. can you change the value using the controls on the right? Does the widget get highlighted when hovering with the mouse over it? Does clicking into the widget make it take focus and highlight it?

@Sonicadvance1
Copy link
Member Author

Does the control react in normal ways at all? I.e. can you change the value using the controls on the right?

Yes, I can change the number using the up and down controls on the right side of it.

Does the widget get highlighted when hovering with the mouse over it?

Doesn't highlight when hovering over it.

Does clicking into the widget make it take focus and highlight it?

Clicking the widget makes it take focus and highlight it, still doesn't allow keyboard input.

@neobrain
Copy link
Member

Apparently Breeze (default in KDE environments) is the only QML theme that enables keyboard input for spin box controls by default, though arrow keys should still be working for you.

Could you verify that adding editable: true to

fixes the problem on your end?

@Sonicadvance1
Copy link
Member Author

Yes, adding editable: true to that component allows me to edit it by typing on my keyboard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants