slint/internal/compiler/widgets/material-base
Simon Hausmann c428601370
Add support for select-all(), cut(), copy() and paste() functions on text input elements (#2804)
In the compiler this is still very primitive, but an attempt to start a
generic interface. The basic assumption is that all item functions will
eventually need access to the window adapter and itemrc. Support for
additional arguments is still missing.

Also missing is support for the function access via rtti in the
interpreter, hence the hardcoding at the moment.
2023-06-01 16:04:53 +02:00
..
comp-state-layer.slint Janitor: Remove trailing spaces in most files 2023-05-04 08:14:28 +02:00
layouts.slint Run the syntax_updater on our widgets 2023-01-11 10:52:48 +01:00
md.slint Added switch widget (#2798) 2023-05-31 14:57:23 +02:00
std-widgets-base.slint Added switch widget (#2798) 2023-05-31 14:57:23 +02:00
std-widgets-impl.slint Added switch widget (#2798) 2023-05-31 14:57:23 +02:00
widget-button.slint Harmonize style properties 2023-02-10 16:49:25 +01:00
widget-checkbox.slint Fix some issues with material widgets in horizontal layouts 2023-05-31 20:13:38 +02:00
widget-combobox.slint Harmonize style properties 2023-02-10 16:49:25 +01:00
widget-groupbox.slint Added switch widget (#2798) 2023-05-31 14:57:23 +02:00
widget-item.slint Janitor: Remove trailing spaces in most files 2023-05-04 08:14:28 +02:00
widget-lineedit.slint Add support for select-all(), cut(), copy() and paste() functions on text input elements (#2804) 2023-06-01 16:04:53 +02:00
widget-listview.slint docs: Go over builtin_elements.md (#2280) 2023-02-24 11:03:56 +01:00
widget-progress-indicator.slint Change progress property of ProgressIndicator from in-out to out 2023-06-01 12:19:43 +02:00
widget-scrollview.slint Make Empty not fill the parent by default 2023-03-24 11:15:05 +01:00
widget-slider.slint Harmonize style properties 2023-02-10 16:49:25 +01:00
widget-spinbox.slint Fix some issues with material widgets in horizontal layouts 2023-05-31 20:13:38 +02:00
widget-switch.slint Fix some issues with material widgets in horizontal layouts 2023-05-31 20:13:38 +02:00
widget-table-view.slint Harmonize style properties 2023-02-10 16:49:25 +01:00
widget-tabwidget.slint Make the non-native TabWidget fill the parent size when not in layout 2023-05-04 07:23:04 +02:00