slint/internal/compiler/widgets/material-base
Olivier Goffart a0fdf94fb1 StandardTableView: Remove the editable feature for now
This commit can be reverted when we want to introduce it again.
There is a few bugs with the editable property:
 - The text is not in sync with the model if the model changes after an
   edit. (can be seen by making an edit and then sort)
 - The highlight of the current row doesn't work properly
 - We should probably only edit on double click or some shortcut instead
   of just clicking
 - The editable field exist but does nothing for the StandardListView
2023-01-24 07:31:29 +01:00
..
comp-state-layer.slint Run the syntax_updater on our widgets 2023-01-11 10:52:48 +01:00
layouts.slint Run the syntax_updater on our widgets 2023-01-11 10:52:48 +01:00
md.slint Update examples to new syntax (#2067) 2023-01-16 12:11:25 +00:00
std-widgets-base.slint Rename the std-widgets files of style base so they are not considered as a style 2023-01-17 16:21:53 +01:00
std-widgets-impl.slint Style: Harmonize the in/out properties accross styles 2023-01-20 16:21:59 +01:00
widget-button.slint Style: Harmonize the in/out properties accross styles 2023-01-20 16:21:59 +01:00
widget-checkbox.slint Run the syntax_updater on our widgets 2023-01-11 10:52:48 +01:00
widget-combobox.slint Run the syntax_updater on our widgets 2023-01-11 10:52:48 +01:00
widget-groupbox.slint Run the syntax_updater on our widgets 2023-01-11 10:52:48 +01:00
widget-item.slint Add StandardTableView widget (#2032) 2023-01-12 19:41:12 +01:00
widget-lineedit.slint Run the syntax_updater on our widgets 2023-01-11 10:52:48 +01:00
widget-listview.slint Run the syntax_updater on our widgets 2023-01-11 10:52:48 +01:00
widget-scrollview.slint Run the syntax_updater on our widgets 2023-01-11 10:52:48 +01:00
widget-slider.slint Run the syntax_updater on our widgets 2023-01-11 10:52:48 +01:00
widget-spinbox.slint Run the syntax_updater on our widgets 2023-01-11 10:52:48 +01:00
widget-table-view.slint StandardTableView: Remove the editable feature for now 2023-01-24 07:31:29 +01:00
widget-tabwidget.slint Style: Harmonize the in/out properties accross styles 2023-01-20 16:21:59 +01:00