slint/internal/backends/qt/qt_widgets
Olivier Goffart 085d122a04
Qt: Fix rendering of LineEdit clear button
- Take in account the scale factor (unfortunately we don't have access to the actual window scale factor so just use the Qt one)
- Draw directly in the final SharedPixelBuffer
- Use an intermediate Rectangle to center the image because otherwise we get height for width dependency that breaks layout.
2025-09-03 14:51:49 +02:00
..
button.rs core: Add capture_key_event function into items 2025-08-01 20:24:24 +02:00
checkbox.rs core: Add capture_key_event function into items 2025-08-01 20:24:24 +02:00
combobox.rs core: Add capture_key_event function into items 2025-08-01 20:24:24 +02:00
groupbox.rs core: Add capture_key_event function into items 2025-08-01 20:24:24 +02:00
lineedit.rs Qt: Fix rendering of LineEdit clear button 2025-09-03 14:51:49 +02:00
listviewitem.rs core: Add capture_key_event function into items 2025-08-01 20:24:24 +02:00
palette.rs Upgrade cbindgen and use unsafe(no_mangle) attributes (#8539) 2025-05-26 11:21:33 +02:00
progress_indicator.rs core: Add capture_key_event function into items 2025-08-01 20:24:24 +02:00
scrollview.rs core: Add capture_key_event function into items 2025-08-01 20:24:24 +02:00
slider.rs core: Add capture_key_event function into items 2025-08-01 20:24:24 +02:00
spinbox.rs core: Add capture_key_event function into items 2025-08-01 20:24:24 +02:00
stylemetrics.rs Remove default font size from StyleMetrics 2025-08-21 14:29:55 +02:00
tableheadersection.rs core: Add capture_key_event function into items 2025-08-01 20:24:24 +02:00
tabwidget.rs core: Add capture_key_event function into items 2025-08-01 20:24:24 +02:00