Created attachment 152098 [details] Screenshot STEPS TO REPRODUCE 1. Open Discover 2. Select any application 3. Click on "Share" 4. Click on "Generate QR Code" OBSERVED RESULT The QR code is rather tiny. SOFTWARE/OS VERSIONS Operating System: openSUSE Tumbleweed 20220914 KDE Plasma Version: 5.25.5 KDE Frameworks Version: 5.98.0 Qt Version: 5.15.5 Kernel Version: 5.19.8-1-default (64-bit) Graphics Platform: Wayland Scaling: 200%
Confirmed. We need to make the popup bigger to accommodate it. Or in the library component, make the QR code have a larger implicit size so that implementations get the right size automatically. Will investigate it.
Investigated a bit and it seems like this issue is in the Purpose Framework. In barcodeplugin_config.qml, the barcode item fills the size of its parent item (which takes its preferred size of the barcode, thereby being a binding loop too), rather than bubbling its implicit size up to its parent.