slint/internal/compiler/widgets/fluent
David Faure 2ebe3424b6
Some checks are pending
autofix.ci / format_fix (push) Waiting to run
autofix.ci / lint_typecheck (push) Waiting to run
CI / files-changed (push) Waiting to run
CI / build_and_test (--exclude bevy-example, ubuntu-22.04, 1.85) (push) Blocked by required conditions
CI / build_and_test (--exclude ffmpeg --exclude gstreamer-player, --exclude bevy-example, windows-2022, 1.85) (push) Blocked by required conditions
CI / build_and_test (--exclude ffmpeg --exclude gstreamer-player, macos-14, stable) (push) Blocked by required conditions
CI / build_and_test (--exclude ffmpeg --exclude gstreamer-player, windows-2022, beta) (push) Blocked by required conditions
CI / build_and_test (--exclude ffmpeg --exclude gstreamer-player, windows-2022, stable) (push) Blocked by required conditions
CI / build_and_test (ubuntu-22.04, nightly) (push) Blocked by required conditions
CI / node_test (macos-14) (push) Blocked by required conditions
CI / node_test (ubuntu-22.04) (push) Blocked by required conditions
CI / node_test (windows-2022) (push) Blocked by required conditions
CI / python_test (macos-14) (push) Blocked by required conditions
CI / python_test (ubuntu-22.04) (push) Blocked by required conditions
CI / python_test (windows-2022) (push) Blocked by required conditions
CI / cpp_test_driver (macos-13) (push) Blocked by required conditions
CI / cpp_test_driver (ubuntu-22.04) (push) Blocked by required conditions
CI / cpp_test_driver (windows-2022) (push) Blocked by required conditions
CI / cpp_cmake (macos-14, 1.85) (push) Blocked by required conditions
CI / cpp_cmake (ubuntu-22.04, stable) (push) Blocked by required conditions
CI / cpp_cmake (windows-2022, nightly) (push) Blocked by required conditions
CI / cpp_package_test (push) Blocked by required conditions
CI / vsce_build_test (push) Blocked by required conditions
CI / mcu (pico-st7789, thumbv6m-none-eabi) (push) Blocked by required conditions
CI / mcu (pico2-st7789, thumbv8m.main-none-eabihf) (push) Blocked by required conditions
CI / mcu (stm32h735g, thumbv7em-none-eabihf) (push) Blocked by required conditions
CI / mcu-embassy (push) Blocked by required conditions
CI / ffi_32bit_build (push) Blocked by required conditions
CI / docs (push) Blocked by required conditions
CI / wasm (push) Blocked by required conditions
CI / wasm_demo (push) Blocked by required conditions
CI / tree-sitter (push) Blocked by required conditions
CI / updater_test (0.3.0) (push) Blocked by required conditions
CI / fmt_test (push) Blocked by required conditions
CI / esp-idf-quick (push) Blocked by required conditions
CI / android (push) Blocked by required conditions
CI / miri (push) Blocked by required conditions
CI / test-figma-inspector (push) Blocked by required conditions
LineEdit clear icons: use if syntax, show passwd icon on focus in fluent
Given that 'visible: false' still takes the icon into account in the
layout (to my great surprise), use the if syntax instead. This fixes
long placeholder texts being truncated too early in the Qt style at
least.

Also, in fluent style, show the "eye" icon in password lineedits only
when they have focus, just like the clear icon.
2025-08-06 13:44:26 +02:00
..
_arrow-down.svg Widget style: simplify -light/-dark handling 2024-08-20 16:55:15 +02:00
_arrow-up.svg Widget style: simplify -light/-dark handling 2024-08-20 16:55:15 +02:00
_arrow_back.svg Widget style: simplify -light/-dark handling 2024-08-20 16:55:15 +02:00
_arrow_forward.svg Widget style: simplify -light/-dark handling 2024-08-20 16:55:15 +02:00
_calendar.svg Widget style: simplify -light/-dark handling 2024-08-20 16:55:15 +02:00
_check-mark.svg Widget style: simplify -light/-dark handling 2024-08-20 16:55:15 +02:00
_chevron-down.svg Widget style: simplify -light/-dark handling 2024-08-20 16:55:15 +02:00
_chevron-up.svg Widget style: simplify -light/-dark handling 2024-08-20 16:55:15 +02:00
_clock.svg Widget style: simplify -light/-dark handling 2024-08-20 16:55:15 +02:00
_dismiss.svg LineEdit: add clear icon, visible when not empty 2025-07-25 15:30:50 +02:00
_down.svg Widget style: simplify -light/-dark handling 2024-08-20 16:55:15 +02:00
_dropdown.svg Widget style: simplify -light/-dark handling 2024-08-20 16:55:15 +02:00
_edit.svg Widget style: simplify -light/-dark handling 2024-08-20 16:55:15 +02:00
_eye_hide.svg LineEdit: add icon to toggle password visibility 2025-07-25 15:30:50 +02:00
_eye_show.svg LineEdit: add icon to toggle password visibility 2025-07-25 15:30:50 +02:00
_keyboard.svg Widget style: simplify -light/-dark handling 2024-08-20 16:55:15 +02:00
_left.svg Widget style: simplify -light/-dark handling 2024-08-20 16:55:15 +02:00
_right.svg Widget style: simplify -light/-dark handling 2024-08-20 16:55:15 +02:00
_up.svg Widget style: simplify -light/-dark handling 2024-08-20 16:55:15 +02:00
button.slint Add the accessible-enabled property 2024-10-25 10:20:09 +02:00
checkbox.slint Add AccessibleRole::Image and use it in the AboutSlint widget (#7593) 2025-02-18 09:43:53 +01:00
color-scheme.slint Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
combobox.slint Add AccessibleRole::Image and use it in the AboutSlint widget (#7593) 2025-02-18 09:43:53 +01:00
components.slint Accessibility: rename a few properties after API review: 2024-12-07 08:25:42 +01:00
datepicker.slint api review: callback parameters and properties name adjustements 2024-12-02 16:22:39 +00:00
groupbox.slint ChangeLog: std-widgets: added content-padding to GroupBox (#8314) 2025-05-02 07:11:52 +00:00
lineedit.slint LineEdit clear icons: use if syntax, show passwd icon on focus in fluent 2025-08-06 13:44:26 +02:00
menu.slint Menu: avoid using padding properties (#8847) 2025-07-04 16:42:59 +02:00
progressindicator.slint Widget style: simplify -light/-dark handling 2024-08-20 16:55:15 +02:00
scrollview.slint Renames after the API review 2025-06-06 12:31:50 +02:00
slider.slint Add step property to Slider (#6981) 2024-12-05 11:50:08 +01:00
spinbox.slint Add AccessibleRole::Image and use it in the AboutSlint widget (#7593) 2025-02-18 09:43:53 +01:00
spinner.slint Widget style: simplify -light/-dark handling 2024-08-20 16:55:15 +02:00
std-widgets-impl.slint Introduce Platform.style-name 2025-05-06 13:06:27 +02:00
std-widgets.slint Remove LayoutSpec and undeprecate StyleMetrics.layout-* properties (#7069) 2024-12-16 14:52:28 +01:00
styling.slint Widget style: simplify -light/-dark handling 2024-08-20 16:55:15 +02:00
switch.slint Janitor: Remove trailing whitespaces from all files 2025-01-10 13:23:22 +01:00
tableview.slint Add AccessibleRole::Image and use it in the AboutSlint widget (#7593) 2025-02-18 09:43:53 +01:00
tabwidget.slint Janitor: Remove trailing whitespaces from all files 2025-01-10 13:23:22 +01:00
textedit.slint Add the accessible-read-only property 2025-02-19 09:16:41 +01:00
time-picker.slint std-widgets: added LayoutSpec global (#6711) 2024-11-06 14:47:04 +00:00