Bug 462037

Summary: Add visible "Connect" text to icons-only buttons in list items
Product: [Applications] systemsettings Reporter: aronkvh
Component: kcm_bluetoothAssignee: David Rosca <nowrep>
Status: RESOLVED FIXED    
Severity: wishlist CC: 4wy78uwh, nate, plasma-bugs-null
Priority: NOR Keywords: junior-jobs, usability
Version First Reported In: 5.26.3   
Target Milestone: ---   
Platform: Neon   
OS: Linux   
See Also: https://bugs.kde.org/show_bug.cgi?id=455194
Latest Commit: Version Fixed/Implemented In: 6.6.0
Sentry Crash Report:

Description aronkvh 2022-11-19 20:57:14 UTC
In the Bluetooth KCM the connect action is an icon-only button and the icon isn't self-explanatory. Since there is plenty if space next to it, it would make sense to have a "Connect" label to each row.
Comment 1 Nate Graham 2022-11-29 20:31:49 UTC
Under this logic, we added text to the buttons in the System Tray widgets too. I would definitely like to see this done here, but the issue is that it's using a standard Kirigami component that always uses icons-only buttons here.

So we would either have to port to a custom component, or change the Kirigami component to optionally support this, and then make use of that new feature here.