slint/internal/backends/qt/qt_widgets
Olivier Goffart 23962b3e25
Upgrade cbindgen and use unsafe(no_mangle) attributes (#8539)
To be compatible with the 2024 edition, we need to wrap the
`no_mangle` attribute in `unsafe()`.

The parsing for that in cbindgen was only added in the version 0.28,
but we couldn't upgrade cbindgen before because of a regression in
cbindgen 0.27 that prevented us from upgrading.
Now that cbindgen 0.29 is released with a fix, we can prepare for the
2024 edition
2025-05-26 11:21:33 +02:00
..
button.rs Support default-font-* properties in Live-Preview 2025-04-24 09:18:45 +02:00
checkbox.rs Support default-font-* properties in Live-Preview 2025-04-24 09:18:45 +02:00
combobox.rs Support default-font-* properties in Live-Preview 2025-04-24 09:18:45 +02:00
groupbox.rs Support default-font-* properties in Live-Preview 2025-04-24 09:18:45 +02:00
lineedit.rs Support default-font-* properties in Live-Preview 2025-04-24 09:18:45 +02:00
listviewitem.rs Support default-font-* properties in Live-Preview 2025-04-24 09:18:45 +02:00
palette.rs Upgrade cbindgen and use unsafe(no_mangle) attributes (#8539) 2025-05-26 11:21:33 +02:00
progress_indicator.rs Support default-font-* properties in Live-Preview 2025-04-24 09:18:45 +02:00
scrollview.rs Support default-font-* properties in Live-Preview 2025-04-24 09:18:45 +02:00
slider.rs Support default-font-* properties in Live-Preview 2025-04-24 09:18:45 +02:00
spinbox.rs Support default-font-* properties in Live-Preview 2025-04-24 09:18:45 +02:00
stylemetrics.rs Upgrade cbindgen and use unsafe(no_mangle) attributes (#8539) 2025-05-26 11:21:33 +02:00
tableheadersection.rs Support default-font-* properties in Live-Preview 2025-04-24 09:18:45 +02:00
tabwidget.rs Support default-font-* properties in Live-Preview 2025-04-24 09:18:45 +02:00