slint/tests/cases/widgets
Joshua Goins e820fe3a34
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 ffmpeg --exclude gstreamer-player, macos-14, stable) (push) Blocked by required conditions
CI / build_and_test (--exclude ffmpeg --exclude gstreamer-player, windows-2022, 1.88) (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, 1.88) (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-14) (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.88) (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 / material-components (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
Add new widget test for ScrollView, test the scrolled callback
As brought up in 7d038eb9e2, the bug
I was fixing should really have a test for it - so I added one.
Testing the scrolled callback is a bit odd to handle because not
only does each style have a different scroll handle but it's a bit
dubious when/how many scrolled callback emissions there should be.

I was able to find a sweet spot for both of these problems, and
although the test case is a bit vague it does catch when a style
doesn't emit the callback.
2025-10-08 17:05:49 +02:00
..
about.slint Add AccessibleRole::Image and use it in the AboutSlint widget (#7593) 2025-02-18 09:43:53 +01:00
button.slint Add support for optimized rectangles in ElementHandle 2024-06-05 01:29:58 -07:00
checkbox.slint Make it possible to toggle the state of checkboxes via accessibility 2024-06-05 09:51:41 -07:00
combobox.slint Cupertino ComboBox: remove height-for-height dependency 2025-08-25 15:49:57 +02:00
contextmenu.slint support for menus with checkmarks (#9056) 2025-08-21 09:07:01 +02:00
datepicker.slint API Review: DatePicker and TimePicker (#5582) 2024-07-09 22:16:54 +02:00
groupbox.slint Rename AccessibleRole.GroupBox to AccessibleRole.Groupbox 2025-01-10 16:27:14 +01:00
lineedit.slint LineEdit: fix height for width dependency 2025-07-30 17:32:17 +02:00
listview.slint Set accessible-action-default on ListView items (#7465) 2025-01-27 13:53:57 +01:00
menubar.slint Test: Add test for checked menu entry in C++ 2025-08-21 09:23:49 +02:00
scrollview.slint Add new widget test for ScrollView, test the scrolled callback 2025-10-08 17:05:49 +02:00
slider_basic.slint Slider widget: react to Home and End keys 2025-01-25 21:30:22 +01:00
slider_default_value.slint Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
spinbox_basic.slint Expose more kinds of text edit widgets to AccessKit 2025-03-17 14:27:08 +01:00
spinbox_default_value.slint Add support for optimized rectangles in ElementHandle 2024-06-05 01:29:58 -07:00
switch.slint Add missing accessible-action-default for Switch 2024-06-06 01:15:05 -07:00
tableview.slint Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
tabwidget.slint Set accessible-action-default on tabs 2025-01-06 09:30:11 +01:00
textedit.slint Add the accessible-read-only property 2025-02-19 09:16:41 +01:00
timepicker.slint API Review: DatePicker and TimePicker (#5582) 2024-07-09 22:16:54 +02:00