-
Notifications
You must be signed in to change notification settings - Fork 125
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
Comments
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? |
This is in the CPU tab
This is against QT6 |
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? |
Yes, I can change the number using the up and down controls on the right side of it.
Doesn't highlight when hovering over it.
Clicking the widget makes it take focus and highlight it, still doesn't allow keyboard input. |
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 FEX/Source/Tools/FEXConfig/main.qml Line 224 in 0190e1a |
Yes, adding |
Means making large changes impossible and I've fallen back to editing Config.json directly.
No idea what the problem is. QT garbage?
The text was updated successfully, but these errors were encountered: