Created attachment 141925 [details] Screenshot of the issue SUMMARY STEPS TO REPRODUCE 1. Open System Settings > Firewall (plasma-firewall); 2. Click in "add rule". OBSERVED RESULT EXPECTED RESULT SOFTWARE/OS VERSIONS Operating System: Fedora 34 KDE Plasma Version: 5.22.4 KDE Frameworks Version: 5.85.0 Qt Version: 5.15.2 Kernel Version: 5.13.19-200.fc34.x86_64 (64-bit) Graphics Platform: X11 Processors: 4 × Intel Core Processor (Skylake, IBRS) Memory: 3.8 GiB of RAM Graphics Processor: llvmpipe ADDITIONAL INFORMATION
It's part of an arrow: QQC2.RadioButton { id: incoming text: i18n("Incoming") icon.name: "arrow-down" I've never seen an icon on a radio button before, I bet our QQC2 style doesn't handle that
Indeed, both of those statements are accurate. :)
Interestingly enough, the code for RadioButton and CheckBox in qqc2-desktop style is virtual identical, yet CheckBox handles icons just fine, while RadioButton does not.
*** Bug 462444 has been marked as a duplicate of this bug. ***
Git commit c0164de6d33e36164e21408cbf1771215e177c2b by ivan tkachenko. Committed on 09/01/2023 at 20:04. Pushed by ratijas into branch 'master'. RadioButton: Add support for icons, just like in CheckBox In fact, they already shared all the required code except this switch. M +2 -3 plugin/kquickstyleitem.cpp https://invent.kde.org/frameworks/qqc2-desktop-style/commit/c0164de6d33e36164e21408cbf1771215e177c2b