slint/internal/backends/qt/qt_widgets
Simon Hausmann 8cba0622f5 Initial input method support for the winit backend and the FemtoVG/Skia renderers
Known caveats:

- winit doesn't forward mouse events to the IME, so clicking
  with the mouse while composing results in funny effects such
  as the pre-edit text following the cursor.
- With FemtoVG there's no text decoration support, thus no underlining
  of the preedit area.
2022-10-07 11:16:36 +02:00
..
button.rs Initial input method support for the winit backend and the FemtoVG/Skia renderers 2022-10-07 11:16:36 +02:00
checkbox.rs Initial input method support for the winit backend and the FemtoVG/Skia renderers 2022-10-07 11:16:36 +02:00
combobox.rs Add ItemRc to focus_event and key_event 2022-10-07 11:16:36 +02:00
groupbox.rs Add ItemRc to focus_event and key_event 2022-10-07 11:16:36 +02:00
lineedit.rs Add ItemRc to focus_event and key_event 2022-10-07 11:16:36 +02:00
listviewitem.rs Add ItemRc to focus_event and key_event 2022-10-07 11:16:36 +02:00
scrollview.rs Add ItemRc to focus_event and key_event 2022-10-07 11:16:36 +02:00
slider.rs Add ItemRc to focus_event and key_event 2022-10-07 11:16:36 +02:00
spinbox.rs Add ItemRc to focus_event and key_event 2022-10-07 11:16:36 +02:00
stylemetrics.rs Change slint enum values to be PascalCase in rust 2022-07-22 12:23:52 +02:00
tabwidget.rs Add ItemRc to focus_event and key_event 2022-10-07 11:16:36 +02:00