Open notfirefox opened 7 months ago
On a related note: It would be nice if one could scroll through the tabs using the scroll wheel, when the TabWidget is focused. This seems to be the general behavior, i.e. how it works in other Qt apps as well and as I'd expect it to work.
Another enhancement request: Do not show the focus indicator when clicking on the tab.
Qt seems to show this when the tab gets focused through a keyboard focus change.
Steps to reproduce The issue can be reproduced on Linux using the example gallery application.
git clone https://github.com/slint-ui/slint
cd examples/gallery
cargo run
Expected behavior When hovering over the tab, it gets highlighted as shown in this screenshot.
(Screenshot shows the highlighted tab as seen in KeePassXC)
Actual behavior No highlighting is shown as shown in this screenshot.
(Screenshot shows the non highlighted tab as seen in the example gallery application)
Platform Fedora Linux 40, Rust, Qt Backend, Wayland